- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 22 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 10 Jul, 2017 1 commit
-
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 28 Jan, 2016 1 commit
-
-
alcinos authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Sep, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 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;
-
- 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 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
ECC patch by the author (G. Evangelidis); fixed some OCL Farneback optical flow test failures on Mac
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 25 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 17 Jan, 2014 4 commits
-
-
vbystricky authored
-
vbystricky authored
-
vbystricky authored
-
vbystricky authored
-
- 22 Oct, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 16 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 11 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 20 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 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.
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-