Class SoSampleImageProcessing

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoSampleImageProcessing
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoSampleImageProcessing engine extracts a sub-sample of an image. The SoSampleImageProcessing engine extracts a sub-sample of an image based on an integer factor for the x, y and z coordinates. For example, specifying integer factors of 4 and 8 would result in an output image based on the value of every fourth pixel in the x axis and every eighth pixel in the y axis.

    File format/default:

    SampleImageProcessing {

      computeMode MODE_AUTO
      sampleFactor 2 2 2
      inImage NULL
    }


    Library references: sample sample3d

    • Constructor Detail

      • SoSampleImageProcessing

        public SoSampleImageProcessing()
        Deprecated.
        Constructor.