TIOVX User Guide
tiovx.enums.ThresholdType Class Reference

Threshold Type (OpenVX equivalent = vx_threshold_type_e) More...

Inherits Enum.

Static Public Attributes

int BINARY = 1
 OpenVX equivalent = VX_THRESHOLD_TYPE_BINARY.
 
int RANGE = 2
 OpenVX equivalent = VX_THRESHOLD_TYPE_RANGE.
 

Detailed Description

Threshold Type (OpenVX equivalent = vx_threshold_type_e)

Example usage:
ThresholdType.BINARY
ThresholdType.RANGE

Definition at line 820 of file enums.py.


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