Class SoEndPointsProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoEndPointsProcessing2d
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoEndPointsProcessing2d engine. The SoEndPointsProcessing2d engine is a point detector that selects end points of a skeleton, i.e. all object voxels having only one neighbor.

    For an introduction to point detectors, see section Point detectors

    The skeleton is first detected, and then SoEndPointsProcessing2d performs a hit-or-miss transform (HMT) with the following rotating configuration: where means "don't care".

    Skeleton and its end points See also: SoSkeletonProcessing, SoTriplePointsProcessing2d, SoIsolatedPointsProcessing2d.

    File format/default:

    EndPointsProcessing2d {

      inBinaryImage NULL
    }


    Library references: end_points

    • Constructor Detail

      • SoEndPointsProcessing2d

        public SoEndPointsProcessing2d()
        Deprecated.
        Constructor.