Class SoOpeningByReconstructionProcessing

  • All Implemented Interfaces:
    SafeDisposable

    public class SoOpeningByReconstructionProcessing
    extends SoImageVizEngine
    SoOpeningByReconstructionProcessing image filter. The SoOpeningByReconstructionProcessing engine performs a opening by reconstruction.

    An opening by reconstruction consists in applying an erosion followed by a morphological reconstruction. In the binary case an opening by reconstruction can be used for removing small objects without modifying edges of the large objects. In the grayscale case opening by reconstruction can be used for performing a Top Hat by reconstruction which allows to detect bright small structures without getting artifacts from the boundary concavities of large structures.

    File format/default:

    OpeningByReconstructionProcessing {

      computeMode MODE_AUTO
      neighborhood3d CONNECTIVITY_26
      inImage NULL
      elementSize 3
    }


    Library references: openingbyrec openingbyrec3d

    • Constructor Detail

      • SoOpeningByReconstructionProcessing

        public SoOpeningByReconstructionProcessing()
        Constructor.