opencv/3rdparty/openvx/hal
Vitaly Tuzov be7d060ea4 Merge pull request #7802 from terfendail:ovxhal_wrappers_migration
* 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
2016-12-21 15:19:06 +02:00
..
CMakeLists.txt moving HAL-related CMakeLists.txt to 'hal' sub-dir 2016-12-19 17:30:19 +03:00
openvx_hal.cpp Merge pull request #7802 from terfendail:ovxhal_wrappers_migration 2016-12-21 15:19:06 +02:00
openvx_hal.hpp Merge pull request #7802 from terfendail:ovxhal_wrappers_migration 2016-12-21 15:19:06 +02:00
README.md moving hal to a separate folder 2016-12-19 17:30:19 +03:00

#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