mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 22:40:17 +08:00
86a51015b1
different paddings in cvtColorTwoPlane() for biplane YUV420 * Different paddings support in cvtColorTwoPlane() for biplane YUV420 * Build fix for dispatch case. * Resoted old behaviour for y.step==uv.step to exclude perf regressions. Co-authored-by: amir.tulegenov <amir.tulegenov@xperience.ai> Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai> |
||
---|---|---|
.. | ||
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