Click or drag to resize
SoSurfaceFittingApproximation3dsmoothing Property

A regularization is applied on the fitted mesh in order to smooth it and limit the effect of outliers.

Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFFloat smoothing { get; }

Property Value

Type: SoSFFloat
Remarks

The smoothing factor defines the strength of this regularization. The greater the value is the greater the smoothing will be. A smoothing value of 0 will disable the regularization. Default is 1.

See Also