TIOVX User Guide
|
Threshold object (OpenVX equivalent = vx_threshold) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
def | __init__ (self, thr_type, data_type, name="default") |
Constructor used to create this object. More... | |
Threshold object (OpenVX equivalent = vx_threshold)
Definition at line 76 of file threshold.py.
def tiovx.threshold.Threshold.__init__ | ( | self, | |
thr_type, | |||
data_type, | |||
name = "default" |
|||
) |
Constructor used to create this object.
thr_type | [in] Type of threshold. tiovx::enums::ThresholdType |
data_type | [in] Data type of threshold value. tiovx::enums::Type |
name | [in] [optional] Name of the object |
Definition at line 84 of file threshold.py.