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
Rostislav Vasilikhin
45d3286168
wrappers for vx_pyramid added
8 years ago
Vitaly Tuzov
f8b4d28745
Added OpenVX based processing to remap
8 years ago
Vitaly Tuzov
138f0cbf3c
Added wrapper for IMAGE_SPACE attribute setter
8 years ago
Vitaly Tuzov
2c89b39eee
Added OpenVX based processing to calcHist
8 years ago
Vitaly Tuzov
c447e5f615
Added vxTruncateArray wrapper to ivx::Array
8 years ago
apavlenko
1e2ddc30b1
Canny via OpenVX, Node wrapper extended (query/set attribute), some naming fixes
8 years ago
Rostislav Vasilikhin
cb46946d34
Merge pull request #7782 from savuor:fix/ivx_types
...
Several fixes for OpenVX wrappers (#7782 )
* Several fixes added to ivx.hpp:
* `#include <VX/vxu.h>`
* `vx_keypoint_t` support added
* type check fixed
* fixed Node::create() for >6 args in c++98
* fixed Array::copyFrom() if array is empty
* type check changed; Array::addItem methods changed
8 years ago
Vitaly Tuzov
ced81f72bc
Added OpenVX based processing to LUT
8 years ago
Vitaly Tuzov
179a6e0cca
OpenVX wrappers linkage fix
8 years ago
Vitaly Tuzov
78b80b6abd
Added wrappers for OpenVX context attributes and setter for convolution scale attribute ( #7732 )
8 years ago
Vitaly Tuzov
0cd3788624
Added OpenVX based processing to threshold
8 years ago
Vitaly Tuzov
e9cc0f6a4c
Added OpenVX based processing to minMaxLoc
8 years ago
Vitaly Tuzov
ff2747dff5
Added wrappers for OpenVX context attributes and setter for convolution scale attribute
8 years ago
Vitaly Tuzov
8098e5b045
Added OpenVX based implementation for Gray2BGR conversion HAL API
8 years ago
apavlenko
f5f91ed7f6
eliminating conflict with ivx.hpp
8 years ago
Vitaly Tuzov
12e0bc0fe7
Added wrappers for vx_matrix and vx_convolution ( #7651 )
8 years ago
apavlenko
1c9262dce4
hiding silly warnings
8 years ago
Rostislav Vasilikhin
fa8add8686
compilation fixed for C++98
8 years ago
Andrey Pavlenko
bfecea489e
warnings in ivx.hpp fixed
...
* fixing 1.0.1
* fixing build without c++11
* hiding warnings
8 years ago
Andrey Pavlenko
289d879d48
build fixes for openvx-1.0.1 and c++03
...
* fixing 1.0.1
* fixing build without c++11
8 years ago
apavlenko
e8d2aad978
sugar for single plane images
8 years ago
Rostislav Vasilikhin
9032a7ab81
minor fixes in samples and ivx.hpp
8 years ago
Vitaly Tuzov
e6f2729c7a
Replaced magic constant in large image handling check
8 years ago
Andrey Pavlenko
1f1dc42534
Merge pull request #7681 from apavlenko:ivx-docs
...
OpenVX C++ wrappers docs (#7681 )
* adding wrapper headers to the project to see them in IDE project explorer
* readme
* doxygen: toplevel brief-s
* more doxygen
* more doxygen
8 years ago
Vitaly Tuzov
9eac0f0575
Completely disabled OpenVX based implementation of resize HAL API
8 years ago
Vitaly Tuzov
88ea9f5dd7
Fix for OpenVX based implementation of resize HAL API
8 years ago
Vitaly Tuzov
850d12ae69
Completely disabled OpenVX based implementation of warp HAL API
8 years ago
Vitaly Tuzov
cd1b324e5e
Fix for OpenVX based implementation of wrapAffine HAL API
8 years ago
Vitaly Tuzov
ca1ce5fa5c
Fix for large image handling in OpenVX based implementation of HAL API
8 years ago
Andrey Pavlenko
bdf661538d
Merge pull request #7550 from apavlenko:ivx
...
C++ wrappers over OpenVX 1.x API (#7550 )
* initial commit
* fixing missing swap(refcount) bug
* removing dead code
* fixinf identation
* splitting c++98 and external refcount definitions
* fixing formatToMatType
* using vector instead of initializer_list for consistency with c++98 API
* IVX_HIDE_INFO_WARNINGS
* just in case a compiler doesn't do this
* removing copy functionality from ImagePatch, Image can be used for that
* stricter type checks
8 years ago
Vitaly Tuzov
26899bb345
OpenVX 1.0.1 compliance update
8 years ago
Vitaly Tuzov
058f93d9e8
OpenVX based implementation for integral image HAL API.
8 years ago
mshabunin
81938af5d0
Added support for OpenVX 1.0, updated cmake part, minor fixes
8 years ago
Vitaly Tuzov
72066a5111
Fix for OpenVX-based implementation of HAL multiplication API
8 years ago
Vitaly Tuzov
ba23dec78a
Fix for OpenVX implementation of color conversion HAL API
8 years ago
Vitaly Tuzov
25b014691f
Fix for OpenVX implementation of morphology HAL API
8 years ago
Vitaly Tuzov
91002393a5
Remove redundant constant definitions
8 years ago
Vitaly Tuzov
311a232a09
Added color conversion HAL API functions implemented as immediate mode OpenVX calls.
8 years ago
Vitaly Tuzov
14fd22e664
Added morphology and channel merge HAL API functions implemented as immediate mode OpenVX calls.
8 years ago
Vitaly Tuzov
fb3140ceef
Fixed compilation. Changed value returned by functions called with unsuported parameters.
8 years ago
Vitaly Tuzov
5ec47299e2
Fixed warpings, added border mode support to warps and filter. Added morphology HAL API functions implemented as immediate mode OpenVX calls.
8 years ago
Vitaly Tuzov
c9229f7543
Resize, Warp and Filter HAL API functions are implemented as immediate mode OpenVX calls
8 years ago
Vitaly Tuzov
4170c97984
Several HAL API functions are implemented as immediate mode OpenVX calls
8 years ago
Maksim Shabunin
ae3dfa80db
OpenVX HAL
8 years ago