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

BlobMergingMethod Enumeration

Changes classification method in gray based image segmentation.

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

Members

Member nameDescription
MeanLinearTwo blobs can be merged together if their average values are similar enough. Linear pass.
MeanSortedTwo blobs can be merged together if their average values are similar enough. Sorted pass.
NeighborVerifiedTwo blobs can be merged together if there are two neighboring pixels that are similar enough; improved.
NeighborTwo blobs can be merged together if there are two neighboring pixels that are similar enough.

Remarks

See also