Click or drag to resize
SoCenterLineApproximation3d Properties

The SoCenterLineApproximation3d type exposes the following members.

Properties
  NameDescription
Public propertyautoMode

If this parameter is set to true the number of branches is computed automatically (the parameter OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry.SoCenterLineApproximation3d.newBranchSensibility controls the adding of new branches) otherwise branches are added until OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry.SoCenterLineApproximation3d.numberOfBranches connections is reached.

Public propertydistanceMapSmoothing

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

Public propertyinLabelImage

Input label image.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertynewBranchSensibility

This parameter controls the adding of a new branch in the tree in automatic mode.

Public propertynumberOfBranches

Number of branches iteratively added to the reconstructed centerline tree.

Public propertyoutBinaryImage

Output centerline.

Public propertyoutLineSet

Output line set.

Public propertysmoothingIteration

Number of smoothing iteration of the output line set (post processing).

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also