Class SoIsolatedPointsProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    public class SoIsolatedPointsProcessing2d
    extends SoImageVizEngine
    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()
        Constructor.