Table of contents

Enumeration ImageColourMode

EnumImageColourMode describes the output colour mode of the normalized image.

class EnumImageColourMode(IntEnum):
    # Output image in colour mode.
    ICM_COLOUR = 0,    
    # Output image in grayscale mode.
    ICM_GRAYSCALE = 1,     
    # Output image in binary mode.
    ICM_BINARY = 2

Is this page helpful?

YesYes NoNo