TIOVX User Guide
tiovx.attribute.RawImageAttribute Class Reference

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

Inherits Enum.

Static Public Attributes

tuple WIDTH = ('w', 'vx_uint32')
 OpenVX equivalent = TIVX_RAW_IMAGE_WIDTH.
 
tuple HEIGHT = ('h', 'vx_uint32')
 OpenVX equivalent = TIVX_RAW_IMAGE_HEIGHT.
 
tuple MUM_EXPOSURES = ('num_exposures', 'vx_uint32')
 OpenVX equivalent = TIVX_RAW_IMAGE_NUM_EXPOSURES.
 
tuple LINE_INTERLEAVED = ('line_interleaved', 'vx_bool')
 OpenVX equivalent = TIVX_RAW_IMAGE_LINE_INTERLEAVED.
 
tuple FORMAT = ('format', 'tivx_raw_image_format_t')
 OpenVX equivalent = TIVX_RAW_IMAGE_FORMAT.
 
tuple META_HEIGHT_BEFORE = ('meta_height_before', 'vx_uint32')
 OpenVX equivalent = TIVX_RAW_IMAGE_META_HEIGHT_BEFORE.
 
tuple META_HEIGHT_AFTER = ('meta_height_after', 'vx_uint32')
 OpenVX equivalent = TIVX_RAW_IMAGE_META_HEIGHT_AFTER.
 

Detailed Description

Object/Data type (OpenVX equivalent = tivx_raw_image_attribute_e)

Example usage:
RawImageAttribute.WIDTH
RawImageAttribute.HEIGHT

Definition at line 383 of file attribute.py.


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