SoEigenvaluesToStructurenessProcessing2dnoiseCutoff Property |
Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFFloat noiseCutoff { get; }
Public ReadOnly Property noiseCutoff As SoSFFloat
Get
public:
property SoSFFloat^ noiseCutoff {
SoSFFloat^ get ();
}
member noiseCutoff : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks It is used for computing the c term of the score equation. Default value is 0.5f.
See Also