- 28 Aug, 2012 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.
-
- 18 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
-
- 19 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
added Mat::push_back, pop_back and related operations; enabled reading/writing/creating/copying matrices with zero dimensions.
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-