SoLocalAdaptiveThresholdProcessingComparisonCriterions Enumeration |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.Binarization
Member name | Value | Description | |
---|---|---|---|
GREATER_OR_EQUAL | 0 | All voxels whose value is greater than or equal to the local threshold value, are set to 1 otherwise they are set to 0. | |
LESS_OR_EQUAL | 1 | All voxels whose value is less than or equal to the local threshold value, are set to 1 otherwise they are set to 0. |