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