You are here: Start » AVL.NET » BlobsDifferenceMeasure Enumeration

BlobsDifferenceMeasure Enumeration

Changes classification method in gray based image segmentation.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
BoundsTwo blobs can be joined together only if the difference between the minimum and the maximum pixel value in the resulting blob is at most inMaxDifference.
MeanPixel is considered as a part of adjacent blob, when its value differs by at most inMaxDifference from the mean value of pixels already included in blob.
NeighbourTwo adjacent pixels are part of the same blob, when their values differ by at most inMaxDifference

Remarks

See also