SoLocalAdaptiveThresholdProcessing.thresholdMode Property |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFEnum<SoLocalAdaptiveThresholdProcessing. ThresholdModes> thresholdMode { get; }
Public ReadOnly Property thresholdMode As SoSFEnum(Of SoLocalAdaptiveThresholdProcessing.ThresholdModes)
Get
public:
property SoSFEnum<SoLocalAdaptiveThresholdProcessing. ThresholdModes>^ thresholdMode {
SoSFEnum<SoLocalAdaptiveThresholdProcessing. ThresholdModes>^ get ();
}
member thresholdMode : SoSFEnum<SoLocalAdaptiveThresholdProcessing. ThresholdModes> with get
Property Value
Type:
SoSFEnum<SoLocalAdaptiveThresholdProcessing.ThresholdModes>
RemarksDefault is MULTIPLICATIVE
See Also