SoThresholdingProcessingthresholdLevel Property |
The low and high threshold levels.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SoSFVec2f thresholdLevel { get; }
Public ReadOnly Property thresholdLevel As SoSFVec2f
Get
public:
property SoSFVec2f^ thresholdLevel {
SoSFVec2f^ get ();
}
member thresholdLevel : SoSFVec2f with get
Property Value
Type:
SoSFVec2fRemarks Default value is SbVec2f(128.0f,255.0f).
See Also