Click or drag to resize
SoCenterLineApproximation3ddistanceMapSmoothing Property

This parameter controls the smoothing of the distance map which is computed internally to make the tree centered.

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

Property Value

Type: SoSFDouble
Remarks

Smoothing of the distance map can be useful when the distance map is not sufficiently smooth ( generally it leads to oscillation in the tree ). The filter is a Gaussian filter of standard deviation euclideanDistanceMapSigmaSmoothing. Default value is 0.3.

See Also