class documentation

class ImageType(Enum):

View In Hierarchy

Image type for image media.

Constant COLOR Color image, typically 3 channels.
Constant DISPARITY Disparity or depth image.
Constant MONO Monochrome image with 1 channel.
COLOR: str =

Color image, typically 3 channels.

Value
'color'
DISPARITY: str =

Disparity or depth image.

Value
'disparity'
MONO: str =

Monochrome image with 1 channel.

Value
'mono'