colorSpace property
Enums for color space, used for processing images in Object Table.
See more details at https://www.tensorflow.org/io/tutorials/colorspace. Possible string values are:
- "COLOR_SPACE_UNSPECIFIED" : Unspecified color space
- "RGB" : RGB
- "HSV" : HSV
- "YIQ" : YIQ
- "YUV" : YUV
- "GRAYSCALE" : GRAYSCALE
Implementation
core.String? colorSpace;