Class SoClosingByReconstructionProcessing

  • All Implemented Interfaces:
    SafeDisposable

    public class SoClosingByReconstructionProcessing
    extends SoImageVizEngine
    SoClosingByReconstructionProcessing image filter. The SoClosingByReconstructionProcessing engine performs a closing by reconstruction.

    A closing by reconstruction consists in applying a dilation followed by a morphological reconstruction. In the binary case a closing by reconstruction can be used for filling small holes without modifying edges of the objects. In the grayscale case closing by reconstruction can be used for performing a Top Hat by reconstruction which allows to detect dark small structures without getting artifacts from the boundary concavities of large structures.

    File format/default:

    ClosingByReconstructionProcessing {

      computeMode MODE_AUTO
      neighborhood3d CONNECTIVITY_26
      inImage NULL
      elementSize 3
    }


    Library references: closingbyrec closingbyrec3d

    • Constructor Detail

      • SoClosingByReconstructionProcessing

        public SoClosingByReconstructionProcessing()
        Constructor.