- 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 1 commit
-
-
Andrey Kamaev authored
This also fixes few clang build errors
-
- 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.
-
- 22 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 30 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Feb, 2012 1 commit
-
-
Victoria Zhislina authored
-
- 14 Feb, 2012 1 commit
-
-
Anatoly Baksheev authored
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
-
- 08 Nov, 2011 1 commit
-
-
Vadim Pisarevsky authored
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
-
- 07 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-