Login  Register

YaDiV - A Software for Medical Visualization using Java3D

Posted by MrFreeze on Dec 06, 2013; 10:46am
URL: https://forum.jogamp.org/YaDiV-A-Software-for-Medical-Visualization-using-Java3D-tp4030802.html

Hi,

since a couple of years, we are developing an open source software for advanced 3D Medical Visualization called YaDiV ("Yet another DiCOM Viewer"). The 3D view branch based on Java3D, so I am really happy to find out that it is now supported again.

Sample Screenshot of YaDiV, showing a thorax as volume rending with several segmented inner organs:



YaDiV makes heavily use of the scene graph API, 2D and 3D textures for volume rendering and very fast interactive mesh generation (segment surfaces in medical volume data). We already thought of swichting to pure JOGL, but that would have been work for several months (including rewriting 25% of Java3D functionality, such as scene graph concept, support for stereo displays etc.).

Keep up the good work!
MrFreeze