var fDesc=new Array(); fDesc[0] = "The "MITO - Medical Imaging TOolkit" project coagulates a number of activities aimed at defining and implementing an open-source program for advanced Medical Imaging.

MITO toolkit makes it possible to fetch radiological information and images stored in a PACS according to the standard format DICOM, then provides the final user with basic functionalities such as 2D-3D visualization (VR, SR, MIP), image segmentation and fusion, ROI. Moreover, MITO provides interaction techniques for manipulating 3D medical data in a virtual environment by 2 DOF input devices.

Main characteristics are: DICOM compliant, 2D/3D/S3D visualization, image segmentation and fusion, ROI, advanced 3D user interface."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }