TIOVX User Guide
tiovx.attribute.ThresholdAttribute Class Reference

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

Inherits Enum.

Static Public Attributes

tuple TYPE = ('threshold_type', 'vx_enum')
 OpenVX equivalent = VX_THRESHOLD_TYPE.
 
tuple THRESHOLD_VALUE = ('value', 'vx_int32')
 OpenVX equivalent = VX_THRESHOLD_THRESHOLD_VALUE.
 
tuple THRESHOLD_LOWER = ('lower', 'vx_int32')
 OpenVX equivalent = VX_THRESHOLD_THRESHOLD_LOWER.
 
tuple THRESHOLD_UPPER = ('upper', 'vx_int32')
 OpenVX equivalent = VX_THRESHOLD_THRESHOLD_UPPER.
 
tuple TRUE_VALUE = ('true_value', 'vx_int32')
 OpenVX equivalent = VX_THRESHOLD_TRUE_VALUE.
 
tuple FALSE_VALUE = ('false_value', 'vx_int32')
 OpenVX equivalent = VX_THRESHOLD_FALSE_VALUE.
 
tuple DATA_TYPE = ('threshold_data_type', 'vx_enum')
 OpenVX equivalent = VX_THRESHOLD_FALSE_VALUE.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_threshold_attribute_e)

Example usage:
ThresholdAttribute.TYPE
ThresholdAttribute.DATA_TYPE

Definition at line 285 of file attribute.py.


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