var fDesc=new Array(); fDesc[0] = "DentalViewer is a 3D viewer of medical CT data aimed at dentistry. The viewer provides number of data visualization techniques as well as advanced functionality to support implants planning and navigation during the surgery.
Basic Features
- Multiplanar view (three orthogonal slices through the data).
- Orthogonal XY, XZ and YZ views.
- OPG-like view along a flexible curve.
- Adjustable density window.
- Density and distance measuring.
- DICOM dataset import.
- Advanced volume rendering using shaders running on NVidia and ATI graphic cards.
- Tissue segmentation based on thresholding.
- Surface reconstruction of any segmented tissue.
- 3D surface rendering.
- Implants planning and visualization.
- Basic verification of the planning.
- Screenshots of the planning.
- Advanced functions available via loadable plugins."; 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 = ''; } }