- 01 Sep, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 13 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 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
-
- 03 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
- updated return value of points_classifier sample
-
- 31 Dec, 2014 2 commits
-
-
Maksim Shabunin authored
-
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
-
- 04 Nov, 2014 1 commit
-
-
bartaandras authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 31 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way
-
- 30 Jul, 2014 1 commit
-
-
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
-
- 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.
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2011 1 commit
-
-
Maria Dimashova 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.
-
- 22 Mar, 2011 1 commit
-
-
Vadim Pisarevsky 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)
-
- 29 Nov, 2010 1 commit
-
-
Maria Dimashova authored
-
- 21 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-