- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 29 Jan, 2017 1 commit
-
-
chrizandr authored
-
- 07 Apr, 2016 1 commit
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 07 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
- 17 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 31 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
- added test for loading legacy files - added version to new written models - fixed loading of several fields in some models - added generation of new fields from old data
-
- 03 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 02 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 29 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed
-
- 23 Aug, 2013 1 commit
-
-
Maria Dimashova authored
-
- 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.
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 28 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Feb, 2013 3 commits
-
-
marina.kolpakova authored
-
marina.kolpakova authored
-
marina.kolpakova authored
amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade"
-
- 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 2 commits
-
-
OpenCV Buildbot authored
-
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
-