- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 02 Jan, 2016 1 commit
-
-
LaurentBerger authored
-
- 27 May, 2015 1 commit
-
-
S. Garrido 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
-
- 01 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 23 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Jan, 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++
-
- 18 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-