Class SoLogicalImageProcessing

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoLogicalImageProcessing
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoLogicalImageProcessing engine performs logical operations between two image. SoLogicalImageProcessing performs a logical operation between an image and another image.

    For an introduction to logical operations, see section Logical Operations.

    See also: SoLogicalValueProcessing, SoArithmeticImageProcessing, SoLogicalNotProcessing.

    File format/default:

    LogicalImageProcessing {

      logicalOperator AND
      inImage1 NULL
      inImage2 NULL
    }


    Library references: logical_andimage logical_nandimage logical_norimage logical_nxorimage logical_orimage logical_subimage logical_xorimage

    • Constructor Detail

      • SoLogicalImageProcessing

        public SoLogicalImageProcessing()
        Deprecated.
        Constructor.