SoColorThresholdingProcessingthresholdLevelRed Property |
The Low and high red threshold.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFVec2f thresholdLevelRed { get; }
Public ReadOnly Property thresholdLevelRed As SoSFVec2f
Get
public:
property SoSFVec2f^ thresholdLevelRed {
SoSFVec2f^ get ();
}
member thresholdLevelRed : SoSFVec2f with get
Property Value
Type:
SoSFVec2f
RemarksDefault value is SbVec2f(128.0f,255.0f).
See Also