SoEigenvaluesToStructurenessProcessing3dnoiseCutoff Property |
Namespace: OIV.ImageViz.Engines.EdgeDetection.EdgeMarkingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
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