![]() |
The OpenVX Specification
a73e458
|
The Threshold types.
Macros | |
| #define | VX_THRESHOLD_TYPE_BINARY (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_THRESHOLD_TYPE, 0x0)) |
| A threshold with only 1 value. | |
| #define | VX_THRESHOLD_TYPE_RANGE (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_THRESHOLD_TYPE, 0x1)) |
| A threshold with 2 values (upper/lower). Use with Canny Edge Detection. | |