SoAutoThresholdingProcessing.thresholdCriterion Property |
The criterion to detect thresholds on histogram.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFEnum<SoAutoThresholdingProcessing. ThresholdCriterions> thresholdCriterion { get; }
Public ReadOnly Property thresholdCriterion As SoSFEnum(Of SoAutoThresholdingProcessing.ThresholdCriterions)
Get
public:
property SoSFEnum<SoAutoThresholdingProcessing. ThresholdCriterions>^ thresholdCriterion {
SoSFEnum<SoAutoThresholdingProcessing. ThresholdCriterions>^ get ();
}
member thresholdCriterion : SoSFEnum<SoAutoThresholdingProcessing. ThresholdCriterions> with get
Property Value
Type:
SoSFEnum<SoAutoThresholdingProcessing.ThresholdCriterions>
Remarks
See Also