KIMView: An open-source real-time tumour motion, dose, and anatomy visualisation tool for radiotherapy
Image-guided radiotherapy (IGRT) typically focuses on measuring geometric errors in patient’s anatomy, especially tumor position and methods to account for it. Geometric accuracy is an indirect measure of treatment quality. The metric of most interest in radiotherapy that correlates directly with clinical outcomes is dose to tumour and critical organs [1]. The goal of this project is to develop an open-source real-time tumour motion, dose, and anatomy visualisation tool for radiotherapy so the treatment team can see the dose being delivered to the dynamic patient.
KIMView depends on the following toolkits:
- QT 5.XX or later but not QT 6.X
- VTK 7.X
- GDCM 2.8.X
- ITK 4.XX
- CMake
- Visual Studio Community Edition
Either you can download the tookits and build VTK, GDCM & ITK yourself or else you can use the libs and DLLs provided.The sequence of build is VTK->GDCM->ITK. You need to use CMake to configure the build process and genereate make files then build build with Visual Studio. The current version of KIMView is only compatible with the versions of libraries mentioned above.
A step by step series of examples that tell you how to get a development env running
Say what the step will be
Give the example
And repeat
until finished
End with an example of getting some data out of the system or using it for a little demo
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jothy Selvaraj - Email: [email protected] - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Thsi project uses Deleaker for deugging leaks.
- Hat tip to anyone whose code was used
- Inspiration
- etc