- 10 Oct, 2015 1 commit
-
-
Amro authored
Fix the failed assertion by replacing the GEMM call. Also random numbers are generated from normal distribution ~N(0,1), instead of uniform distribution ~U(0,1).
-
- 15 Sep, 2015 1 commit
-
-
art-programmer authored
Fix a bug. When reading from a saved model, function decomposeCovs() will be called. And if covMatType is COV_MAT_DIAGONAL, covsEigenValues is computed using SVD and eigen values are sorted so that the order of eigen values is not preserved. This would lead to different result when calling function predict2. This issues is discussed here: http://stackoverflow.com/questions/23485982/got-different-empredict-results-after-emread-saved-model-in-opencv.
-
- 13 Sep, 2015 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 03 Sep, 2015 1 commit
-
-
Lorena García authored
Update docs according to PR #5127
-
- 04 Aug, 2015 4 commits
-
-
Lorena García authored
-
Lorena García authored
-
Lorena García authored
-
Lorena García authored
Update to allow loading data from a .csv file that only contains training samples values and not the associated responses. To allow this behavior, function must be called with parameters ResponsesStartIdx <= -2 and ResponsesEndIdx = 0
-
- 25 Jul, 2015 1 commit
-
-
berak authored
misplaced CV_WRAP statement lead to not exposing EM::getCovs() to python/java/matlab wrappers add a CV_OUT to return the covs properly
-
- 05 Jul, 2015 1 commit
-
-
Jie Yang authored
Fix SVM::trainAuto (Bug #4464)
-
- 01 Jul, 2015 1 commit
-
-
berak authored
-
- 13 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 15 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 08 Apr, 2015 2 commits
-
-
Сергей Нужный authored
commit 5c379aa1 Merge: e800800b 3646967d Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Wed Apr 8 12:44:46 2015 +0300 Merge branch 'master' of https://github.com/Nuzhny007/opencv commit e800800b Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Wed Apr 8 12:43:38 2015 +0300 Squashed commit of the following: commit 3646967d Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:48:30 2015 +0300 Fix bug in SVM::trainAuto commit 0c24ccf5 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:43:59 2015 +0300 Revert "Fix bug in SVM::trainAuto" This reverts commit 225da022. commit 225da022 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:09:47 2015 +0300 Fix bug in SVM::trainAuto commit 3646967d Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:48:30 2015 +0300 Fix bug in SVM::trainAuto commit 0c24ccf5 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:43:59 2015 +0300 Revert "Fix bug in SVM::trainAuto" This reverts commit 225da022. commit 225da022 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:09:47 2015 +0300 Fix bug in SVM::trainAuto
-
Сергей Нужный authored
commit 3646967d Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:48:30 2015 +0300 Fix bug in SVM::trainAuto commit 0c24ccf5 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:43:59 2015 +0300 Revert "Fix bug in SVM::trainAuto" This reverts commit 225da022. commit 225da022 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:09:47 2015 +0300 Fix bug in SVM::trainAuto
-
- 07 Apr, 2015 4 commits
-
-
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
-
Сергей Нужный authored
-
Сергей Нужный authored
This reverts commit 225da022.
-
Сергей Нужный authored
-
- 01 Apr, 2015 1 commit
-
-
Sancho McCann authored
-
- 20 Mar, 2015 1 commit
-
-
Evgeny Agafonchikov authored
-
- 19 Mar, 2015 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 18 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 11 Mar, 2015 2 commits
- 17 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 03 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
- updated return value of points_classifier sample
-
- 23 Jan, 2015 1 commit
-
-
Maksim Shabunin authored
- fixed one BiB record - moved algorithms overview to separate page - added docs for some enumerations - fixed some small documentation errors
-
- 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
-
- 27 Dec, 2014 1 commit
-
-
Julien Nabet authored
(performance) Possible inefficient checking for 'lmap' emptiness (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? (style) Array index '<xxx>' is used before limits check
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 08 Dec, 2014 1 commit
-
-
TobyWanKenobi authored
Removed the "FileStorage::FORMAT_XML" to generalize format of the String model.
-
- 03 Dec, 2014 3 commits
-
-
TobyWanKenobi authored
Re-edited the documentation again.
-
TobyWanKenobi authored
Attempting to re-editing the documentation, to satisfy buildbot error status.
-
TobyWanKenobi authored
Edited previous code to change tabs into spaces.
-