Class SoConvertImageProcessing

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoConvertImageProcessing
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    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