Skip to content

A demo script of ray casting direct volume rendering without using image processing packages, for the sake of algorithm understanding.

License

Notifications You must be signed in to change notification settings

DakaiZhou/Volume-Rendering

Repository files navigation

Volume-Rendering

It is a demo of user interactive volume rendering by applying ray casting algoritm in Python. It has not integrated with image rotation function yet. But it has unser interactive Transfer Function.

Since the goal of this work is to understand the algorithm, the code does not contain any image processing packages, everything started from scrtach.

To run the code, change the file path in InteractiveDirectVolRendering.py and run it.

Results from MR image(better to use CT image)

Due to the lack of CT iamge, I used MR image as input. We should notice that MR image is not suitable for volume rendering, but CT image is.

When given a MR 3D iamge, the program produces a histogram of the input image, an interactive transfer function and a result image. From the given results(who have different transfer functions), we can see that the inner organ(brain) is visible, which shows this implementation is working. However, the quality of the result heavily depends on the setting of the Transfer Function, namely the setting of the interactive plot shown as below(x axis is pixel value, y axis is opacity). In orther words, finding a good transfer function is significant for obtaining a good result. The result can be improved significantly if use CT image as the input image.

About

A demo script of ray casting direct volume rendering without using image processing packages, for the sake of algorithm understanding.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages