- 26 Nov, 2014 1 commit
-
-
HelenWong authored
Rewrite the note on HoughCircles documentation to make it more clear Add note to clarify that the output vector of found circles is sorted by descending order of centres accumulator values. Also delete reductant lines on the HoughCircles documentation. Added comments to hough circles function. Added comments to icvhoughgradient Misalignment in line 1183 corrected
-
- 07 Nov, 2014 1 commit
-
-
Yan Wang authored
Avoid phi exceed PI/2 to get the negative value of cos(phi).
-
- 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;
-
- 07 Oct, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 29 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 05 Sep, 2014 2 commits
-
-
Alexander Karsakov authored
-
Alexander Karsakov authored
-
- 04 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 27 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 25 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 22 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 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
-
- 24 Apr, 2014 2 commits
-
-
Alexander Karsakov authored
-
Alexander Karsakov authored
-
- 23 Apr, 2014 2 commits
-
-
Alexander Karsakov authored
-
Alexander Karsakov authored
-
- 31 Jan, 2014 1 commit
-
-
Scott Breyfogle authored
-
- 15 Jan, 2014 1 commit
-
-
Scott Breyfogle 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
-
- 28 Mar, 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.
-
- 14 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 12 Feb, 2013 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
On some platforms sin and cos are calculated in single precision resulting in diversity of results.
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 27 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Mar, 2012 1 commit
-
-
Alexander Shishkov authored
-
- 17 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 18 May, 2011 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 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.
-
- 22 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-