- 06 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 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
-
- 02 Nov, 2017 1 commit
-
-
Alexander Alekhin 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
-
- 26 Dec, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Dec, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 12 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 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.
-
- 16 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Jul, 2010 1 commit
-
-
Alexander Shishkov authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-