TIOVX User Guide
tiovx.enums.Channel Class Reference

Image channel (OpenVX equivalent = vx_channel_e) More...

Inherits Enum.

Static Public Attributes

int C0 = 1
 OpenVX equivalent = VX_CHANNEL_0.
 
int C1 = 2
 OpenVX equivalent = VX_CHANNEL_1.
 
int C2 = 3
 OpenVX equivalent = VX_CHANNEL_2.
 
int C3 = 4
 OpenVX equivalent = VX_CHANNEL_3.
 
int R = 5
 OpenVX equivalent = VX_CHANNEL_R.
 
int G = 6
 OpenVX equivalent = VX_CHANNEL_G.
 
int B = 7
 OpenVX equivalent = VX_CHANNEL_B.
 
int A = 8
 OpenVX equivalent = VX_CHANNEL_A.
 
int Y = 9
 OpenVX equivalent = VX_CHANNEL_Y.
 
int U = 10
 OpenVX equivalent = VX_CHANNEL_U.
 
int V = 11
 OpenVX equivalent = VX_CHANNEL_V.
 

Detailed Description

Image channel (OpenVX equivalent = vx_channel_e)

Example usage:
Channel.R
Channel.C0

Definition at line 343 of file enums.py.


The documentation for this class was generated from the following file: