mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 01:39:13 +08:00
be7d060ea4
* 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