Class SoGradientMagnitudeProcessing2d

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoGradientMagnitudeProcessing2d
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoGradientMagnitudeProcessing2d engine. For an introduction to gradient operations, see section Introduction to Gradient.

    The SoGradientMagnitudeProcessing2d engine computes the gradient amplitude and orientation from gradient images along X and Y axis. The results depend on the selected gradient mode.

    See also: SoGradientOperatorProcessing2d, SoGradientMagnitudeProcessing3d.

    File format/default:

    GradientMagnitudeProcessing2d {

      inGradientXImage NULL
      inGradientYImage NULL
      gradientMode AMPLITUDE_MAX_OF_MAGS
    }


    Library references: gradient_mag

    • Constructor Detail

      • SoGradientMagnitudeProcessing2d

        public SoGradientMagnitudeProcessing2d()
        Deprecated.
        Constructor.