1. 10 Oct, 2015 1 commit
    • Amro's avatar
      fix randMVNormal in ML (#5469) · 13a0a37e
      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).
      13a0a37e
  2. 15 Sep, 2015 1 commit
  3. 13 Sep, 2015 2 commits
  4. 03 Sep, 2015 1 commit
  5. 04 Aug, 2015 4 commits
  6. 25 Jul, 2015 1 commit
    • berak's avatar
      Update ml.hpp · d9148ea6
      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
      d9148ea6
  7. 05 Jul, 2015 1 commit
  8. 01 Jul, 2015 1 commit
  9. 13 May, 2015 1 commit
  10. 06 May, 2015 1 commit
  11. 15 Apr, 2015 1 commit
  12. 08 Apr, 2015 2 commits
    • Сергей Нужный's avatar
      Squashed commit of the following: · 4a65f3ce
      Сергей Нужный 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
      4a65f3ce
    • Сергей Нужный's avatar
      Squashed commit of the following: · e800800b
      Сергей Нужный 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
      e800800b
  13. 07 Apr, 2015 4 commits
  14. 01 Apr, 2015 1 commit
  15. 20 Mar, 2015 1 commit
  16. 19 Mar, 2015 3 commits
  17. 18 Mar, 2015 1 commit
  18. 11 Mar, 2015 2 commits
  19. 17 Feb, 2015 1 commit
  20. 03 Feb, 2015 1 commit
  21. 23 Jan, 2015 1 commit
  22. 31 Dec, 2014 2 commits
  23. 27 Dec, 2014 1 commit
    • Julien Nabet's avatar
      Fix cppcheck reports warnings: · 2d5e3b57
      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
      2d5e3b57
  24. 26 Dec, 2014 1 commit
  25. 08 Dec, 2014 1 commit
  26. 03 Dec, 2014 3 commits