Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

Enumeration ImageColourMode

ImageColourMode describes the output colour mode of the normalized image.

  • JavaScript
enum EnumImageColourMode {
    /** Output image in colour mode. */
    ICM_COLOUR = 0,
    /** Output image in grayscale mode. */
    ICM_GRAYSCALE = 1,
    /** Output image in binary mode. */
    ICM_BINARY = 2
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: