CWIMAQWaveletTransformModes Enumeration

From NI Vision for Visual Basic

CWIMAQWaveletTransformModes Enumeration

CWIMAQWaveletTransformModes are constants for the WaveletMode property on the CWIMAQJPEG2000FileAdvancedOptions object.

You can use the following constants with this data type:

  • cwimaqWaveletTransformModeFloatingPoint—Performs a 9-7 irreversible floating-point transform. This transform is generally more accurate than the integer transform, but is slower.
  • cwimaqWaveletTransformModeInteger—Uses a 5-3 reversible integer transform. This transform is generally faster than the floating-point transform, but produces less accurate results.

See Also

CWIMAQJPEG2000FileAdvancedOptions.WaveletMode