You are here: Start » AVL.NET » Function Reference » Computer Vision » Image Segmentation

Image Segmentation

Icon Name Description / Applications Modules
ExtractBlobs_Color

Segments an image into blobs by color-based thresholding.

FoundationBasic
ExtractBlobs_Dynamic

Segments an image into blobs by dynamic thresholding.

FoundationBasic
ExtractBlobs_Intensity

Segments an image into blobs by thresholding using a single value.

FoundationBasic
ExtractBlobs_Range

Segments an image into blobs by thresholding using a range of values.

FoundationBasic
FindMaxStableExtremalRegions

Segments an image by binarizing it with many different thresholds and by looking which blobs appear "stable".


Most frequently used for finding correspondence points between two images.

FoundationPro
SegmentImage_Color

Segments an image basing on distance to model colors.


Detection of objects of undefined shape, but characterized by uniform color and good contrast to the background.

FoundationPro
SegmentImage_Edges

Segments an image into blobs using image edges as their borders.


Detection of objects of undefined shape, but characterized by good contrast to the background and fairly uniform internal brightness.

FoundationPro
SegmentImage_Gray

Segments an image into blobs examining differences between neighbouring pixels values.


Detection of objects of undefined shape, but characterized by uniform brightness and good contrast to the background.

FoundationPro
SegmentImage_Gray_Linear

Segments an image into blobs examining differences between pixels values.


Detection of objects of undefined shape, but characterized by uniform brightness and good contrast to the background.

FoundationPro
SegmentImage_Gray_Tiled

Segments an image into blobs examining differences between pixels values, first pass is tiled.


Detection of objects of undefined shape, but characterized by uniform brightness and good contrast to the background.

FoundationPro
SegmentImage_Watersheds

Computes dark or bright watershed basins of an image.


A classic algorithm, useful for segmentation of ball-shaped objects like plant seeds, cells or fruits.

FoundationBasic