Class SoSampleImageProcessing

  • All Implemented Interfaces:
    SafeDisposable

    public class SoSampleImageProcessing
    extends SoImageVizEngine
    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