* OpenVX HAL updated to use generic OpenVX wrappers * vxErr class from OpenVX HAL replaced with ivx::WrapperError * reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image * vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release * Fix OpenVX HAL build * Fix for review comments |
||
|---|---|---|
| .. | ||
| 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