mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Covered functions: - medianBlur - Sobel - Canny - pyrDown - BoxFilter - equalizeHist - GaussianBlur - remap - threshold |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| openvx_hal.cpp | ||
| openvx_hal.hpp | ||
| README.md | ||
#OpenVX-based HAL implementation.
It's built when OpenVX is available (HAVE_OPENVX).
To build OpenCV with OpenVX support add the following cmake options:
-DOPENVX_ROOT=/path/to/prebuilt/openvx -DWITH_OPENVX=YES