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