![]() |
The OpenVX Specification
a73e458
|
An enumeration of non-linear filter functions.
Macros | |
| #define | VX_NONLINEAR_FILTER_MAX (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_NONLINEAR, 0x2)) |
| Nonlinear Dilate. | |
| #define | VX_NONLINEAR_FILTER_MEDIAN (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_NONLINEAR, 0x0)) |
| Nonlinear median filter. | |
| #define | VX_NONLINEAR_FILTER_MIN (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_NONLINEAR, 0x1)) |
| Nonlinear Erode. | |