SoCompareImageQuantificationcomparisonCriterion Property |
Select the comparison test to perform between images.
Namespace: OIV.ImageViz.Engines.ImageAnalysis.StatisticsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoCompareImageQuantificationComparisonCriterions> comparisonCriterion { get; }
Public ReadOnly Property comparisonCriterion As SoSFEnum(Of SoCompareImageQuantificationComparisonCriterions)
Get
public:
property SoSFEnum<SoCompareImageQuantificationComparisonCriterions>^ comparisonCriterion {
SoSFEnum<SoCompareImageQuantificationComparisonCriterions>^ get ();
}
member comparisonCriterion : SoSFEnum<SoCompareImageQuantificationComparisonCriterions> with get
Property Value
Type:
SoSFEnumSoCompareImageQuantificationComparisonCriterionsRemarks . Default is NOT_EQUAL_TO
See Also