SoThresholdingByCriterionProcessingComparisonCriterions Enumeration |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.Binarization
Member name | Value | Description | |
---|---|---|---|
LESS_THAN | 0 | Voxels having a value less than the supplied value are set to 1, others are set to 0. | |
LESS_THAN_OR_EQUAL_TO | 1 | Voxels having a value less than or equal to the supplied value are set to 1, others are set to 0. | |
EQUAL_TO | 2 | Voxels having a value equal to the supplied value are set to 1, others are set to 0. | |
GREATER_THAN_OR_EQUAL_TO | 3 | Voxels having a value greater than or equal to the supplied value are set to 1, others are set to 0. | |
GREATER_THAN | 4 | Voxels having a value greater than the supplied value are set to 1, others are set to 0. | |
NOT_EQUAL_TO | 5 | Voxels having a value different from the supplied value are set to 1, others are set to 0. |