- 20 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Dec, 2013 4 commits
-
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
- 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
-
- 02 Sep, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Aug, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 08 Aug, 2013 1 commit
-
-
kdrobnyh authored
-
- 30 Jul, 2013 1 commit
-
-
kdrobnyh authored
-
- 16 Jul, 2013 1 commit
-
-
kdrobnyh authored
-
- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev 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.
-
- 06 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 11 Sep, 2012 1 commit
-
-
Vadim Pisarevsky authored
fixed iterations>1 case in morphological operations (bug #2348; thanks to Andrei Zaharescu for the fix)
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 12 Apr, 2012 2 commits
-
-
Vadim Pisarevsky authored
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
-
Ilya Lysenkov authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Feb, 2012 1 commit
-
-
Victoria Zhislina authored
-
- 14 Feb, 2012 2 commits
-
-
Vladislav Vinogradov authored
-
Anatoly Baksheev authored
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
-
- 06 Jan, 2012 1 commit
-
-
Kirill Kornyakov authored
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
-
- 27 Dec, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 24 Oct, 2011 1 commit
-
-
Kirill Kornyakov authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 17 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-