Enum NVCVColorModel

Enum Documentation

enum NVCVColorModel

Values:

enumerator NVCV_COLOR_MODEL_UNDEFINED

Color model is undefined.

enumerator NVCV_COLOR_MODEL_YCbCr

Luma + chroma (blue-luma, red-luma).

enumerator NVCV_COLOR_MODEL_RGB

red, green, blue components.

enumerator NVCV_COLOR_MODEL_RAW

RAW color model, used for Bayer image formats.

enumerator NVCV_COLOR_MODEL_XYZ

CIE XYZ tristimulus color spec.

enumerator NVCV_COLOR_MODEL_HSV

hue, saturation, value components.

enumerator NVCV_COLOR_MODEL_CMYK

cyan, magenta, yellow, black components.

enumerator NVCV_COLOR_MODEL_YCCK

Luma + chroma (blue-luma, red-luma) and black components.