Click or drag to resize
SoSeparateObjectsProcessing Properties

The SoSeparateObjectsProcessing type exposes the following members.

Properties
  NameDescription
Public propertyalgorithmMode

Select the algorithm mode for fastwatershed.

Public propertycomputeMode

Select the compute Mode (2D or 3D or AUTO) .

Public propertycontrastValue

The depth of valley.

Public propertyinBinaryImage

The input binary image.

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

In 3D configuration (see OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFilling.SoSeparateObjectsProcessing.computeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.

Public propertyoutSeparationImage

The output separation (binary or label) image.

Public propertyseparationMode

Select the output image type: separation lines, split objects, separated basins or joined basins.

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