Click or drag to resize
SoCompareImageQuantificationComparisonCriterions Enumeration

Namespace: OIV.ImageViz.Engines.ImageAnalysis.Statistics
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ComparisonCriterions
Members
  Member nameValueDescription
LESS_THAN0

The engine computes in the number of pixels/voxels which intensity is strictly less than .

LESS_OR_EQUAL1

The engine computes in the number of pixels/voxels which intensity is less than or equal to .

EQUAL_TO2

The engine computes in the number of pixels/voxels which intensity is equal to .

GREATER_OR_EQUAL3

The engine computes in the number of pixels/voxels which intensity is greater than or equal to .

GREATER_THAN4

The engine computes in the number of pixels/voxels which intensity is strictly greater than .

NOT_EQUAL_TO5

The engine computes in the number of pixels/voxels which intensity is not equal to .

Remarks