Class SoDirectionalBlendProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoDirectionalBlendProcessing2d
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoDirectionalBlendProcessing2d engine. The SoDirectionalBlendProcessing2d engine combines two images following a direction axis. Both input images must have the same size.

    This engine may be very useful in stitching operations in order to manage the overlapping areas.

    See also: SoBlendWithImageProcessing.

    File format/default:

    DirectionalBlendProcessing2d {

      inImage1 NULL
      inImage2 NULL
      symmetryMode X_AXIS
    }


    Library references: combdirimg

    • Constructor Detail

      • SoDirectionalBlendProcessing2d

        public SoDirectionalBlendProcessing2d()
        Deprecated.
        Constructor.