Enum NVCVChannel

Enum Documentation

enum NVCVChannel

Defines the format channel names. The channels are color model-agnostic.

Values:

enumerator NVCV_CHANNEL_0

Don’t select a channel.

enumerator NVCV_CHANNEL_X

Selects the first channel of the color model.

enumerator NVCV_CHANNEL_Y

Selects the second channel of the color model.

enumerator NVCV_CHANNEL_Z

Selects the third channel of the color model.

enumerator NVCV_CHANNEL_W

Selects the fourth channel of the color model.

enumerator NVCV_CHANNEL_1

Sets the corresponding channel to have its maximum value.