- 11 Apr, 2013 1 commit
-
-
Roman Donchenko authored
This allows subclasses of CvBoost to override initial weights that update_weights uses without duplicating its entire implementation.
-
- 31 Jan, 2013 1 commit
-
-
LeonidBeynenson authored
-
- 28 Dec, 2012 1 commit
-
-
Maria Dimashova authored
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
-
- 17 Oct, 2012 1 commit
-
-
OpenCV Buildbot authored
-
- 25 Jul, 2012 1 commit
-
-
Andrey Pavlenko authored
-
- 12 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 02 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 01 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 15 Jun, 2012 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 09 Jun, 2012 2 commits
-
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample
-
- 06 Jun, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 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
-