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 name | Description |
|---|---|
| MeanLinear | Two blobs can be merged together if their average values are similar enough. Linear pass. |
| MeanSorted | Two blobs can be merged together if their average values are similar enough. Sorted pass. |
| NeighborVerified | Two blobs can be merged together if there are two neighboring pixels that are similar enough; improved. |
| Neighbor | Two blobs can be merged together if there are two neighboring pixels that are similar enough. |
