- 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
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 01 Jul, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 17 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 07 Apr, 2014 2 commits
-
-
vbystricky authored
-
vbystricky authored
Canny uncommented, prefix of ipp function changed. Ipp version of Canny called only for images with one channels
-
- 24 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 17 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Dec, 2013 1 commit
-
-
Alexander Karsakov authored
-
- 05 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 28 Aug, 2013 1 commit
-
-
Vadim Pisarevsky authored
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 21 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Feb, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Nov, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 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.
-
- 15 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-