- 11 Feb, 2019 1 commit
-
- 09 Feb, 2019 1 commit
-
-
klemens authored
-
- 08 Feb, 2019 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 07 Feb, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jan, 2019 2 commits
-
-
Alexander Alekhin authored
add messages to avoid silent kernel destruction
-
Maksim Shabunin authored
-
- 07 Jan, 2019 1 commit
-
-
Scott Ramsby authored
-
- 04 Jan, 2019 1 commit
-
-
Lee Jaehwan authored
Fix a bug in cv :: merge when array of 3-channel mat is input (#13544) * Mat merge function bug fix - Bug fix of merge function of 3-channel vector <Mat> of 3 or 4 matrices * Add Core_merge test for opencv#13544 * fixups
-
- 17 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
used by OpenCV
-
- 04 Dec, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 03 Dec, 2018 3 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 29 Nov, 2018 1 commit
-
-
Vitaly Tuzov authored
* Added performance tests for hal::norm functions * Added sum of absolute differences intrinsic * norm implementation updated to use wide universal intrinsics * improve and fix v_reduce_sad on VSX
-
- 27 Nov, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 24 Nov, 2018 2 commits
-
-
Alexander Alekhin authored
created from RAW memory buffers (without proper lifetime management)
-
Alexander Alekhin authored
-
- 22 Nov, 2018 1 commit
-
-
Bram authored
-
- 21 Nov, 2018 1 commit
-
-
huangqinjin authored
introduced by commit 4e629000
-
- 20 Nov, 2018 1 commit
-
-
Sayed Adel authored
- add infrastructure support for Power9/VSX3 - fix missing VSX flags on GCC4.9 and CLANG4(#13210, #13222) - fix disable VSX optimzation on GCC by using flag ENABLE_VSX - flag ENABLE_VSX is deprecated now, use CPU_BASELINE, CPU_DISPATCH instead - add VSX3 to arithmetic dispatchable flags
-
- 17 Nov, 2018 2 commits
-
-
berak authored
-
Alexander Alekhin authored
-
- 16 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Nov, 2018 1 commit
-
-
Rostislav Vasilikhin authored
-
- 12 Nov, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
- 10 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 09 Nov, 2018 2 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
* significantly reduced OpenCV binary size by disabling IPP calls in some OpenCV functions: Sobel, Scharr, medianBlur, GaussianBlur, filter2D, mean, meanStdDev, norm, sum, minMaxIdx, sort. * re-enable IPP in norm, since it's much faster (without adding too much space overhead)
-
- 08 Nov, 2018 3 commits
-
-
Alexander Alekhin authored
-
tompollok authored
-
Alexander Alekhin authored
This reverts commit 7349b8f5 (partially).
-
- 02 Nov, 2018 1 commit
-
-
- 01 Nov, 2018 1 commit
-
-
Vadim Pisarevsky authored
* integrated the new C++ persistence; removed old persistence; most of OpenCV compiles fine! the tests have not been run yet * fixed multiple bugs in the new C++ persistence * fixed raw size of the parsed empty sequences * [temporarily] excluded obsolete applications traincascade and createsamples from build * fixed several compiler warnings and multiple test failures * undo changes in cocoa window rendering (that was fixed in another PR) * fixed more compile warnings and the remaining test failures (hopefully) * trying to fix the last little warning
-