SoCompareValueQuantificationComparisonCriterions Enumeration |
Namespace: OIV.ImageViz.Engines.ImageAnalysis.Statistics
Member name | Value | Description | |
---|---|---|---|
LESS_THAN | 0 | The engine computes in the number of pixels/voxels which intensity is strictly less than . | |
LESS_OR_EQUAL | 1 | The engine computes in the number of pixels/voxels which intensity is less than or equal to . | |
EQUAL_TO | 2 | The engine computes in the number of pixels/voxels which intensity is equal to . | |
GREATER_OR_EQUAL | 3 | The engine computes in the number of pixels/voxels which intensity is greater than or equal to . | |
GREATER_THAN | 4 | The engine computes in the number of pixels/voxels which intensity is strictly greater than . | |
NOT_EQUAL_TO | 5 | The engine computes in the number of pixels/voxels which intensity is not equal to . |