Class SoApplyMorphologicalLutProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoApplyMorphologicalLutProcessing2d
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoApplyMorphologicalLutProcessing2d engine allows to apply a morphological look up table on a 2D image. For an introduction, see section Morphological LUT.

    The SoApplyMorphologicalLutProcessing2d engine applies the selected morphological lookup table (LUT) on the input image.

    Before launching this engine, the morphological LUT has to be built using the SoMorphoLut2D.insertKernel method of the morphologicalLut field.

    File format/default:

    ApplyMorphologicalLutProcessing2d {

      inBinaryImage NULL
      morphologicalLut 0
    }


    Library references: apply_morph_lut