- 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
-
- 27 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 25 Feb, 2013 2 commits
-
-
Andrey Kamaev authored
-
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 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 31 Mar, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 21 Feb, 2012 1 commit
-
-
Victoria Zhislina authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 23 May, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 May, 2011 1 commit
-
-
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.
-
- 20 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Jul, 2010 1 commit
-
-
Maria Dimashova authored
-
- 16 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
-
- 18 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-