SoLocalAdaptiveThresholdProcessingcomparisonCriterion Property |
Select the comparison test to perform between image and value.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoLocalAdaptiveThresholdProcessingComparisonCriterions> comparisonCriterion { get; }
Public ReadOnly Property comparisonCriterion As SoSFEnum(Of SoLocalAdaptiveThresholdProcessingComparisonCriterions)
Get
public:
property SoSFEnum<SoLocalAdaptiveThresholdProcessingComparisonCriterions>^ comparisonCriterion {
SoSFEnum<SoLocalAdaptiveThresholdProcessingComparisonCriterions>^ get ();
}
member comparisonCriterion : SoSFEnum<SoLocalAdaptiveThresholdProcessingComparisonCriterions> with get
Property Value
Type:
SoSFEnumSoLocalAdaptiveThresholdProcessingComparisonCriterionsRemarks . Default is GREATER_OR_EQUAL
See Also