Segmentation

The goal of image segmentation is to detect and extract the regions which compose an image. Segmentation is a critical step in image analysis and also one of the most difficult tasks with nontrivial images. For these reasons, different methods are provided in JMicroVision.

 

Simple Binarization

This operation produces a binary image (see Image Types). In automatic histogram thresholding the min threshold is always equal to 0 and the following methods give the max threshold value:

 Note: The color of the object (white) is referred to as the foreground color in the resulting image. The rest (black) is referred to as the background color.

Intensity threshold

See Histogram Thresholding.

k-means clustering

See k-means clustering.

Watershed

See Watershed.

 

See also:

Image Factory