- 26 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch)
-
- 17 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Dec, 2011 1 commit
-
-
Maria Dimashova authored
-
- 22 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Apr, 2011 1 commit
-
-
Maria Dimashova authored
-
- 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)
-
- 04 Feb, 2011 1 commit
-
-
Maria Dimashova authored
-
- 12 Jan, 2011 1 commit
-
-
Maria Dimashova authored
-
- 02 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
-
- 13 Oct, 2010 1 commit
-
-
Maria Dimashova authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-