MLCTCompress2

Purpose

MLCTCompress2 is an extension which can be used by ML modules to compress data. It is loaded on startup time of MeVisLab and can be requested by the MLDataCompressorFactory class. Its typical use is to compress and decompress image data saved and loaded by the MLImageFormat classes.

See also general documentation about the MLImageFormat and MLDataCompressors and their documentation in the MeVisLab SDK.

Example

See the example of the MLImageFormatSave module and its Compression parameter.