Class SoIsolatedPointsProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoIsolatedPointsProcessing2d
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoIsolatedPointsProcessing2d engine. The SoIsolatedPointsProcessing2d engine is a point detector that selects object made up of a single point.

    For an introduction to point detectors, see section Point detectors

    The isolated points of a binary image are found by performing a HMT transformation with the following configuration :

    File format/default:

    IsolatedPointsProcessing2d {

      inBinaryImage NULL
    }


    Library references: isolated_points

    • Constructor Detail

      • SoIsolatedPointsProcessing2d

        public SoIsolatedPointsProcessing2d()
        Deprecated.
        Constructor.