var fDesc=new Array(); fDesc[0] = "MIPAV stands for Medical Image Processing, Analysis, and Visualization, which actually describes its functionality. Researchers use MIPAV to extract quantitative information from image datasets of various medical image modalities. The MIPAV application can run on virtually any platform, including Microsoft Windows, Solaris, and the Macintosh Operating System (Mac OS).

MIPAV provides ready-made, general-purpose tools that meet the majority of requirements of many researchers. Researchers can use MIPAV to perform a variety of tasks, including:
• Visualize files and create new image dataset files
• View and modify the attributes of an image dataset, including DICOM and VOI information
• Adjust the display of an image dataset file and adjust magnification settings
• View DICOM overlays and protect patient privacy using the anonymize feature
• Send and receive image dataset files to and from databases via DICOM-compliant servers
• Contour VOIs using manual, semi-automatic, and automatic methods
• Generate graphs and calculate statistics on VOIs
• Generate and adjust histograms and LUTs using customized or preset options
• Run sophisticated, predefined algorithms, and generate logs
• Blend two image datasets and adjust opacity levels of the alpha channels so overlapping areas can be studied
• Create new plug-ins to further customize the analysis of data
• Save transformation, LUT, and VOI data, and apply them to other image datasets
• Print image dataset files, intensity profiles, statistical data, algorithmic logs, and debugging log data
• Create black and white, grayscale, and pseudo-color masks"; 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 = ''; } }