Class SoConvertImageProcessing

  • All Implemented Interfaces:
    SafeDisposable

    public class SoConvertImageProcessing
    extends SoImageVizEngine
    SoConvertImageProcessing engine changes the format of an image. The SoConvertImageProcessing engine changes the arithmetic format of the input image to an output image . Conversion follows the C convention, and no overflow is checked. When converting to a binary image type, non zero gray level values will be changed to 1 and zero gray level value will stay unchanged. The formats are:
    • Unsigned character
    • Signed character
    • Short integer
    • Unsigned short
    • Label
    • Binary
    • Long integer
    • Floating point.

    File format/default:

    ConvertImageProcessing {

      computeMode MODE_AUTO
      inImage NULL
      dataType UNSIGNED_CHAR
    }


    Library references: convert