- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 16 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 10 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 21 Nov, 2016 1 commit
-
-
Tomoaki Teshima authored
* fix issue 6536 * increase threshold in particular tests due to the difference of fmsub and fsub
-
- 07 Sep, 2016 1 commit
-
-
Rostislav Vasilikhin authored
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
-
- 20 May, 2016 1 commit
-
-
Tomoaki Teshima authored
* fix issue #6536 * increase threshold in particular tests due to the difference of fmsub and fsub
-
- 08 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 29 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
-
- 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
-
- 08 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
Conflicts: modules/core/src/stat.cpp
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 25 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 11 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
-
- 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.
-
- 09 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
-