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
Alexander Alekhin
a50bc7d824
cmake: fix libpng for AARCH64
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
Tomoaki Teshima
2a91453ef1
brush up divSaturate of carotene
...
* use rounding to nearest same as divSaturateQ
8 years ago
Tomoaki Teshima
971a7c88dc
let the performance test pass on ARM
...
* use round-to-neaerest in div of carotene
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
Tomoaki Teshima
c0216c518f
let the build available using clang
...
* add if section for clang
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
Alexander Alekhin
186f6977bc
ffmpeg: update Windows binaries (ffmpeg 3.1.3)
8 years ago
Vitaly Tuzov
14fd22e664
Added morphology and channel merge HAL API functions implemented as immediate mode OpenVX calls.
8 years ago
Alexander Alekhin
d402bac69d
cmake: fix libpng build on MSVS2012
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
Vitaly Tuzov
f773f45d90
Updated HAL interface for separable filters to address that both kernels are vectors.
8 years ago
Matthew Cook
e06a9e9009
Fix android libc++ build
8 years ago
Maksim Shabunin
dc704d77ac
Fixed several GCC 5.x warnings
8 years ago
Maksim Shabunin
ae3dfa80db
OpenVX HAL
8 years ago
kurenai
b0a3b42287
Update libpng to 1.6.24
...
Enable SSE optimization
8 years ago
kurenai
2dec662ebf
Fix error when compiling with clang
8 years ago
Alexander Alekhin
99b0845cd5
ffmpeg windows wrapper 2.7.1=>3.1.1, openh264 1.4.0=>1.5.0, vpx 1.5.0
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Vitaly Tuzov
04c7d03188
Improved Carotene library linear resize evaluation precision and enabled it as HAL implementation.
8 years ago
Vitaly Tuzov
e3f5bbd217
Removed unnecessary check for Android API level and unused flags.
8 years ago
Elif Albuz
8f91529edf
Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms
8 years ago
Alexander Alekhin
babaa00ac1
libpng: fix NEON
9 years ago
Alexander Alekhin
7c64e03cc9
libpng: re-apply patch
9 years ago
Alexander Alekhin
882e120a9d
update libpng 1.5.27
9 years ago
Vitaly Tuzov
eaec95dcf2
Update TBB
9 years ago
Maksim Shabunin
ba3b1de93f
Updates for XCode 7.3
9 years ago
Maksim Shabunin
1a41ed2fda
Updates for XCode 7.3
9 years ago
KeySecure
e6ac2ca3c9
make Xcode 7.2 happy.
9 years ago
Alexander Alekhin
c2a86a6a84
NEON flags fix
9 years ago
Alexander Alekhin
dbc0aa6c7b
libpng: re-apply patch
9 years ago
Alexander Alekhin
0831bd3990
libpng: update 1.6.19 - November 12, 2015
9 years ago
Alexander Alekhin
84f9578fbb
ippicv: update 20151201 (9.0.1)
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
9 years ago
Maksim Shabunin
e8bf4417ef
New variant of iOS framework building, fixed some warnings for XCode 7.1.1 and cmake 3.3.2
9 years ago
Maksim Shabunin
f49936a849
Fixed cmake and build issues when using Visual Studio 2015
9 years ago
Maksim Shabunin
6e9d0d9a0c
Visual Studio 2015 warning and test fixes
9 years ago