An easy to use Medical Image Analysis Tool.
- Pictures (a) and (b) were obtained using different sets of colour and opacity transformation functions *
- Support Volume Rendering
- add/modify color-transfer functions
- add/modify opacity transfer functions
- Feature to save the render screen after modification as JPEG
- Writes the final color/opacity values as a text/file for reference.
- Can load up color/opacity transfer functions from a file
This utility can be extended, to support different types of Images and Volumetric datasets.
There's still a lot of things that can be improved. Looking for some ideas ? See the Todo.MD, for the current bugs and features currently in pipeline
- Fork the repo and extend this utility your own custom features.
- Send me a pull request
- Python 2.7
- vtk 5.10.1 (The latest versions i.e 7.0.0, does not have good support for Tkinter)
In scientific visualization and computer graphics, volume rendering is a set of techniques used to display a 2D projection of a 3D discretely sampled data set, typically a 3D scalar field. Resources are as follows:
- https://en.wikipedia.org/wiki/Volume_rendering
- https://blog.kitware.com/volume-rendering-improvements-in-vtk/
- Learning Tkinter : https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBwibXFtPtflztSNPGuIB_d
- VTK + Tkinter : https://www.evl.uic.edu/aspale/cs526/final/2-2-2.htm
MIT License
Copyright (c) 2016 Shrobon Biswas
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.