You are here: Start » AVL.NET » Image Segmentation

Image Segmentation

Icon Name Description
ExtractBlobs_Color Segments an image into blobs by color-based thresholding.
ExtractBlobs_DoG Segments an image into blobs by thresholding Difference of Gaussians.
ExtractBlobs_Dynamic Segments an image into blobs by dynamic thresholding.
ExtractBlobs_Intensity Segments an image into blobs by thresholding.
FindMaxStableExtremalRegions Segments an image using MSER.
ImageWatersheds Computes dark basins which are separated by at least inThreshold height watershed.
SegmentImage_Color Detection of objects of undefined shape, but characterized by uniform color and good contrast to the background.
SegmentImage_Edges Detection of objects of undefined shape, but characterized by good contrast to the background and fairly uniform internal brightness.
SegmentImage_Gray Detection of objects of undefined shape, but characterized by uniform brightness and good contrast to the background.
SegmentImage_Gray_Linear Detection of objects of undefined shape, but characterized by uniform brightness and good contrast to the background.
SegmentImage_Gray_Tiled Detection of objects of undefined shape, but characterized by uniform brightness and good contrast to the background.