Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaobo2014/taichi_volume_rendering


https://github.com/xiaobo2014/taichi_volume_rendering

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

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)