SoSeparateObjectsProcessingSeparationModes Enumeration |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling
Member name | Value | Description | |
---|---|---|---|
SEPARATED_OBJECTS | 0 | The result data is the original data minus separation lines (binary image of split particles). | |
WATERSHED_RIDGES | 1 | The result data is the separation lines (binary image). | |
SEPARATED_BASINS | 2 | The result data is the watersheds (label image). | |
CONTIGUOUS_BASINS | 3 | The result data is the watersheds without separation lines (label image). | |
CONTIGUOUS_OBJECTS | 4 | The result data is the original image labelized taking into account the watersheds (label image). |