- 13 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
weights array is only allocated for (l_count+1) elements, but then weights[l_count+1] element is accessed.
-
- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 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.
-
- 21 Mar, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default)
-
Vadim Pisarevsky authored
-
- 19 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Feb, 2013 1 commit
-
-
Andy Maloney authored
Initialize local variables
-
- 01 Feb, 2013 2 commits
-
-
LeonidBeynenson authored
-
LeonidBeynenson authored
Also corrected some indexes to be size_t.
-
- 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
-
- 16 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
This reverts commit 4d36be87. Conflicts: modules/ml/include/opencv2/ml/ml.hpp modules/ml/src/data.cpp
-
- 09 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 25 Jul, 2012 1 commit
-
-
Andrey Pavlenko authored
-
- 12 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 11 Jul, 2012 2 commits
-
-
Maria Dimashova authored
-
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
-
- 14 Jun, 2012 1 commit
-
-
Alexander Mordvintsev authored
-
- 12 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 10 Jun, 2012 1 commit
-
-
Marina Kolpakova 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
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 06 Jun, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 May, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 24 May, 2012 1 commit
-
-
Maria Dimashova authored
-
- 21 May, 2012 1 commit
-
-
Vadim Pisarevsky authored
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
-
- 19 May, 2012 1 commit
-
-
Maria Dimashova authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
-