TIOVX User Guide
tiovx.attribute.LutAttribute Class Reference

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

Inherits Enum.

Static Public Attributes

tuple TYPE = ('type', 'vx_enum')
 OpenVX equivalent = VX_LUT_TYPE.
 
tuple COUNT = ('count', 'vx_size')
 OpenVX equivalent = VX_LUT_COUNT.
 
tuple SIZE = ('size', 'vx_size')
 OpenVX equivalent = VX_LUT_SIZE.
 
tuple OFFSET = ('offset', 'vx_uint32')
 OpenVX equivalent = VX_LUT_OFFSET.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_lut_attribute_e)

Example usage:
LutAttribute.COUNT
LutAttribute.TYPE

Definition at line 231 of file attribute.py.


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