I used the VTK .NET Wrapper to make a nice Medical Viewer for a Hospital in the Netherlands...
This viewer reads DICOM (and V3D) files, renders planes, iso surface, marching cubes, volume render, texture rendering.
And the best feature is a histogram window in which you can select, drag and create points to change transparency, color and intensity of the displayed voxels.
There is only little information available on the net about using Mouse Events and the combination of C# and the VTK wrapper. Thus I want to share my source code of my project in such a way, that you can find quickly help full lines in my code when searching on for example "vtkRenderWindowInteractor" on Google.
Does anybody now the best way to make this sourcode easy available and Google-able?
Dirk-Jan (kdirkjan X hotmail.com)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have done this by changing filenames to *.txt and putting them on a web page. There may be an easier way. If you don't have a web site, I could put them on mine with your name on the pages.
Drew
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I used the VTK .NET Wrapper to make a nice Medical Viewer for a Hospital in the Netherlands...
This viewer reads DICOM (and V3D) files, renders planes, iso surface, marching cubes, volume render, texture rendering.
And the best feature is a histogram window in which you can select, drag and create points to change transparency, color and intensity of the displayed voxels.
For an impression see (help file): http://www.sas.el.utwente.nl/home/kroon/V3D_Viewer/index.html
There is only little information available on the net about using Mouse Events and the combination of C# and the VTK wrapper. Thus I want to share my source code of my project in such a way, that you can find quickly help full lines in my code when searching on for example "vtkRenderWindowInteractor" on Google.
Does anybody now the best way to make this sourcode easy available and Google-able?
Dirk-Jan (kdirkjan X hotmail.com)
Hi,
I have done this by changing filenames to *.txt and putting them on a web page. There may be an easier way. If you don't have a web site, I could put them on mine with your name on the pages.
Drew
Hi,
Thanks for your solution, that's probably the best method :-) .
I made a sourceforge website for my volume viewer yesterday. Thus i can release the code as text files in the documentation area.
https://sourceforge.net/projects/v3d-viewer/
Greet Dirk-Jan