TIOVX User Guide
tiovx.attribute.PyramidAttribute Class Reference

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

Inherits Enum.

Static Public Attributes

tuple LEVELS = ('levels', 'vx_size')
 OpenVX equivalent = VX_PYRAMID_LEVELS.
 
tuple SCALE = ('scale', 'vx_float32')
 OpenVX equivalent = VX_PYRAMID_SCALE.
 
tuple WIDTH = ('w', 'vx_uint32')
 OpenVX equivalent = VX_PYRAMID_WIDTH.
 
tuple HEIGHT = ('h', 'vx_uint32')
 OpenVX equivalent = VX_PYRAMID_HEIGHT.
 
tuple FORMAT = ('fmt', 'vx_df_image')
 OpenVX equivalent = VX_PYRAMID_FORMAT.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_pyramid_attribute_e)

Example usage:
PyramidAttribute.WIDTH
PyramidAttribute.HEIGHT

Definition at line 107 of file attribute.py.


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