Class SoIsolatedPointsProcessing3d

  • All Implemented Interfaces:
    SafeDisposable

    public class SoIsolatedPointsProcessing3d
    extends SoImageVizEngine
    SoIsolatedPointsProcessing3d engine. The SoIsolatedPointsProcessing3d engine is a point detector that selects objects made up of a single point.

    For an introduction to point detectors, see section Point detectors.

    In the 26 connectivity case, it can be detected performing an Hit Or Miss transformation with a structuring element having the value 1 at its center and 0 for each neighbor.

    File format/default:

    IsolatedPointsProcessing3d {

      neighborhood3d CONNECTIVITY_26
      inBinaryImage NULL
    }


    Library references: isolated_points3d

    • Constructor Detail

      • SoIsolatedPointsProcessing3d

        public SoIsolatedPointsProcessing3d()
        Constructor.