TIOVX User Guide
tiovx.attribute.ImageAttribute Class Reference

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

Inherits Enum.

Static Public Attributes

tuple WIDTH = ('w', 'vx_uint32')
 OpenVX equivalent = VX_IMAGE_WIDTH.
 
tuple HEIGHT = ('h', 'vx_uint32')
 OpenVX equivalent = VX_IMAGE_HEIGHT.
 
tuple FORMAT = ('fmt', 'vx_df_image')
 OpenVX equivalent = VX_IMAGE_FORMAT.
 
tuple PLANES = ('planes', 'vx_size')
 OpenVX equivalent = VX_IMAGE_PLANES.
 
tuple SPACE = ('space', 'vx_enum')
 OpenVX equivalent = VX_IMAGE_SPACE.
 
tuple RANGE = ('range', 'vx_enum')
 OpenVX equivalent = VX_IMAGE_RANGE.
 
tuple SIZE = ('size', 'vx_size')
 OpenVX equivalent = VX_IMAGE_SIZE.
 
tuple MEMORY_TYPE = ('memory_type', 'vx_enum')
 OpenVX equivalent = VX_IMAGE_MEMORY_TYPE.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_image_attribute_e)

Example usage:
ImageAttribute.WIDTH
ImageAttribute.HEIGHT

Definition at line 74 of file attribute.py.


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