LONI ICE is a Java application that generates seed points for other image processing applications. ICE stands for "It's Close Enuf" and implies that the seed points it generates are "close enough" to be useful.
Features
Description
LONI ICE is a Java application that generates seed points for other image processing applications. ICE stands for "It\'s Close Enuf" and implies that the seed points it generates are "close enough" to be useful. Figuratively, it\'s similar to taking a thick magic marker, making a splotch on an image, and saying that a point of interest is somewhere inside that spot.
Usage
<br />
System Requirements
Java
Installation
Installation Instructions
Unzip the download file into a directory of your choice
In this directory, type on the command line: java -Xmx800m -jar ice.jar
Purpose
Medical images of human body parts normally look quite similar. For example, MRI brain scans of adult subjects are commonly centered and contain similarly-shaped structures in predictable locations. Many image segmentation applications (e.g., active contours) are sensitive to how they are initialized; the structures they segment are dependent upon where in image space they are started from. LONI ICE allows users to train it to locate user-selected points in medical images within well-defined precisions. These seed points can then be used to initialize other image processing applications.