- 01 Dec, 2015 1 commit
-
-
Pavel Vlasov authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 25 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
- 31 Aug, 2015 1 commit
-
-
Maksim Shabunin authored
- IPP is disabled by default when compiler is mingw (couldn't make it work) - fixed some warnings - fixed some `__GNUC__` version checks (for correctness and convenience) - removed UTF-8 BOM from hough.cpp (fixes #5253)
-
- 14 Mar, 2015 1 commit
-
-
Scott Graybill authored
Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks.
-
- 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
-