TIOVX User Guide
tiovx.enums.Type Class Reference

Object/Data type (OpenVX equivalent = vx_type_e) More...

Inherits Enum.

Static Public Attributes

int INVALID = 1
 OpenVX equivalent = VX_TYPE_INVALID.
 
int CHAR = 2
 OpenVX equivalent = VX_TYPE_CHAR.
 
int INT8 = 3
 OpenVX equivalent = VX_TYPE_INT8.
 
int UINT8 = 4
 OpenVX equivalent = VX_TYPE_UINT8.
 
int INT16 = 5
 OpenVX equivalent = VX_TYPE_INT16.
 
int UINT16 = 6
 OpenVX equivalent = VX_TYPE_UINT16.
 
int INT32 = 7
 OpenVX equivalent = VX_TYPE_INT32.
 
int UINT32 = 8
 OpenVX equivalent = VX_TYPE_UINT32.
 
int INT64 = 9
 OpenVX equivalent = VX_TYPE_INT64.
 
int UINT64 = 10
 OpenVX equivalent = VX_TYPE_UINT64.
 
int FLOAT32 = 11
 OpenVX equivalent = VX_TYPE_FLOAT32.
 
int FLOAT64 = 12
 OpenVX equivalent = VX_TYPE_FLOAT64.
 
int ENUM = 13
 OpenVX equivalent = VX_TYPE_ENUM.
 
int SIZE = 14
 OpenVX equivalent = VX_TYPE_SIZE.
 
int DF_IMAGE = 15
 OpenVX equivalent = VX_TYPE_DF_IMAGE.
 
int BOOL = 16
 OpenVX equivalent = VX_TYPE_BOOL.
 
int REFERENCE = 17
 OpenVX equivalent = VX_TYPE_REFERENCE.
 
int CONTEXT = 18
 OpenVX equivalent = VX_TYPE_CONTEXT.
 
int GRAPH = 19
 OpenVX equivalent = VX_TYPE_GRAPH.
 
int NODE = 20
 OpenVX equivalent = VX_TYPE_NODE.
 
int KERNEL = 21
 OpenVX equivalent = VX_TYPE_KERNEL.
 
int PARAMETER = 22
 OpenVX equivalent = VX_TYPE_PARAMETER.
 
int DELAY = 23
 OpenVX equivalent = VX_TYPE_DELAY.
 
int LUT = 24
 OpenVX equivalent = VX_TYPE_LUT.
 
int DISTRIBUTION = 25
 OpenVX equivalent = VX_TYPE_DISTRIBUTION.
 
int PYRAMID = 26
 OpenVX equivalent = VX_TYPE_PYRAMID.
 
int THRESHOLD = 27
 OpenVX equivalent = VX_TYPE_THRESHOLD.
 
int MATRIX = 28
 OpenVX equivalent = VX_TYPE_MATRIX.
 
int CONVOLUTION = 29
 OpenVX equivalent = VX_TYPE_CONVOLUTION.
 
int SCALAR = 30
 OpenVX equivalent = VX_TYPE_SCALAR.
 
int ARRAY = 31
 OpenVX equivalent = VX_TYPE_ARRAY.
 
int IMAGE = 32
 OpenVX equivalent = VX_TYPE_IMAGE.
 
int REMAP = 33
 OpenVX equivalent = VX_TYPE_REMAP.
 
int ERROR = 34
 OpenVX equivalent = VX_TYPE_ERROR.
 
int META_FORMAT = 35
 OpenVX equivalent = VX_TYPE_META_FORMAT.
 
int OBJECT_ARRAY = 36
 OpenVX equivalent = VX_TYPE_OBJECT_ARRAY.
 
int RECTANGLE = 37
 OpenVX equivalent = VX_TYPE_RECTANGLE.
 
int KEYPOINT = 38
 OpenVX equivalent = VX_TYPE_KEYPOINT.
 
int COORDINATES2D = 39
 OpenVX equivalent = VX_TYPE_COORDINATES2D.
 
int COORDINATES3D = 40
 OpenVX equivalent = VX_TYPE_COORDINATES3D.
 
int USER_DATA_OBJECT = 41
 OpenVX equivalent = VX_TYPE_USER_DATA_OBJECT.
 
int RAW_IMAGE = 42
 OpenVX equivalent = TIVX_TYPE_RAW_IMAGE.
 
int TENSOR = 43
 OpenVX equivalent = VX_TYPE_TENSOR.
 
int NULL = 44
 Used when optional parameters.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_type_e)

Example usage:
Type.UINT8
Type.UINT16

Definition at line 75 of file enums.py.


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