Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaobo2014/taichi_volume_rendering
https://github.com/xiaobo2014/taichi_volume_rendering
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiaobo2014/taichi_volume_rendering
- Owner: xiaobo2014
- Created: 2022-10-11T13:56:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T03:22:05.000Z (about 2 years ago)
- Last Synced: 2024-08-02T11:23:03.178Z (3 months ago)
- Language: Python
- Size: 6.11 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Taichi_volume_rendering - A simple volumetric renderer for medical images. (Applications / **Renderer**)
README
# 太极example-volume_rendering
## 背景简介
本文实现了一个简单的医学图像体绘制,实现了最大密度投影和最小密度投影两种算法.可以分别从三个方向上进行投影计算.后续可以加入混合模式,加入传递函数等内容## 整体结构(Optional)
```
├── data
│ └── FullHead.mhd
│ └── FullHead.raw.gz
├── README.md
├── volume_rendering.py
└── requirements.txt
```## 运行方式
运行环境:```
[Taichi] version 1.1.3, win, python 3.8.10
```确保`data` 和`volume_rendering.py` 在相同的路径下,直接运行: `python3 volume_rendering.py`
头部数据三个方向最大密度投影结果:
![image](https://user-images.githubusercontent.com/9690396/195242213-cac9ba3d-204d-45b5-b581-e06223bc9024.png)
![image](https://user-images.githubusercontent.com/9690396/195242226-c9dc66ed-e66a-4ca0-bd45-28f772a60e83.png)
![image](https://user-images.githubusercontent.com/9690396/195242233-72c6857f-a04a-42a4-b454-5c575b855844.png)