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 name | Description |
|---|---|
| Bounds | Two 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. |
| Mean | Pixel 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. |
| Neighbour | Two adjacent pixels are part of the same blob, when their values differ by at most inMaxDifference |
