Alexander Alekhin
a45928045a
Merge pull request #16150 from alalek:cmake_avoid_deprecated_link_private
...
* cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC
see CMP0023 (CMake 2.8.12+)
* cmake: fix 3rdparty list
- don't include OpenCV modules
5 years ago
Alexander Alekhin
50365b7741
cmake: update CMAKE_POSITION_INDEPENDENT_CODE
7 years ago
Maksim Shabunin
248e2c7d47
Fixed some issues found by static analysis
7 years ago
Alexander Alekhin
602f047fe8
build: replace WIN32 => _WIN32
7 years ago
Vitaly Tuzov
9dc36a1ece
Tuned restrictions for Canny, Warp, FAST, Accumulate and Convolution OpenVX HAL calls on small images
8 years ago
Vitaly Tuzov
4c0d833dec
Disabled vxuConvolution call for sepFilter evaluation
8 years ago
Vitaly Tuzov
0f1a56da7c
Changed restrictions for OpenVX HAL calls on small images
8 years ago
Vitaly Tuzov
bf62dca45a
Extended restrictions for OpenVX HAL calls on small images
8 years ago
Vitaly Tuzov
bf5b7843e8
Extended set of OpenVX HAL calls disabled for small images
8 years ago
Vitaly Tuzov
62fab57c3e
Tune OpenVX HAL usability checks to distinguish multiplication and color conversion kernels
8 years ago
Vitaly Tuzov
9620cb550d
Calls to OpenVX HAL disabled for images less than FullHD
8 years ago
Vitaly Tuzov
c5eb3dfecb
Restricted OpenVX HAL separable filter implementation to 3x3 kernel size
8 years ago
Vitaly Tuzov
5ebf066dd5
Updated OpenVX detector and wrappers to handle Reference attribute names change
8 years ago
Vitaly Tuzov
61404dd2ac
imgproc HAL header inclusion moved
8 years ago
Vitaly Tuzov
9a4b5a4545
OpenVX calls updated to use single common OpenVX context per thread
8 years ago
Vitaly Tuzov
b6561ce57d
Fixed addressing structure population for integral image output
8 years ago
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
8 years ago
apavlenko
2312131e27
moving HAL-related CMakeLists.txt to 'hal' sub-dir
8 years ago
apavlenko
bbfbdd9da1
moving hal to a separate folder
8 years ago