- 30 Jun, 2015 1 commit
-
-
sbokov authored
-
- 23 May, 2015 1 commit
-
-
Aleksandr Petrikov authored
Conflicts: modules/calib3d/src/stereobm.cpp Add CV_Assert (ndisp % 8 == 0) to NEON version
-
- 16 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 27 Dec, 2014 1 commit
-
-
Julien Nabet authored
(performance) Possible inefficient checking for 'lmap' emptiness (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? (style) Array index '<xxx>' is used before limits check
-
- 23 Oct, 2014 1 commit
-
-
vbystricky authored
Fix problems on NVidia devices.
-
- 18 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
-
- 15 Oct, 2014 1 commit
-
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 27 Mar, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 26 Mar, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 17 Mar, 2014 1 commit
-
-
Konstantin Matskevich authored
-
- 14 Mar, 2014 8 commits
-
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
- 12 Mar, 2014 2 commits
- 10 Mar, 2014 1 commit
-
-
Ziyang LI authored
Easier to understand
-
- 25 Feb, 2014 1 commit
-
-
Vadim Pisarevsky authored
fixed difference between SSE2 and C branches of StereoBM; they should now produce absolutely the same results
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 11 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
This also fixes few clang build errors
-
- 26 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Mar, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Dong Nguyen authored
-
- 01 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 17 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch)
-
- 28 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
-