TIOVX User Guide
tiovx.attribute.RemapAttribute Class Reference

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

Inherits Enum.

Static Public Attributes

tuple SOURCE_WIDTH = ('src_w', 'vx_uint32')
 OpenVX equivalent = VX_REMAP_SOURCE_WIDTH.
 
tuple SOURCE_HEIGHT = ('src_h', 'vx_uint32')
 OpenVX equivalent = VX_REMAP_SOURCE_HEIGHT.
 
tuple DESTINATION_WIDTH = ('dst_w', 'vx_uint32')
 OpenVX equivalent = VX_REMAP_DESTINATION_WIDTH.
 
tuple DESTINATION_HEIGHT = ('dst_h', 'vx_uint32')
 OpenVX equivalent = VX_REMAP_DESTINATION_HEIGHT.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_remap_attribute_e)

Example usage:
RemapAttribute.SOURCE_WIDTH
RemapAttribute.SOURCE_HEIGHT

Definition at line 316 of file attribute.py.


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