1. 10 Aug, 2016 1 commit
  2. 08 Aug, 2016 5 commits
  3. 31 Jul, 2016 1 commit
  4. 19 Jul, 2016 1 commit
  5. 18 Jul, 2016 5 commits
  6. 17 Jul, 2016 1 commit
  7. 16 Jul, 2016 1 commit
  8. 15 Jul, 2016 2 commits
  9. 12 Jul, 2016 1 commit
  10. 04 Jul, 2016 3 commits
  11. 01 Jul, 2016 1 commit
  12. 30 Jun, 2016 7 commits
  13. 17 Jun, 2016 2 commits
  14. 16 Jun, 2016 4 commits
  15. 10 Jun, 2016 1 commit
  16. 08 Jun, 2016 2 commits
  17. 03 Jun, 2016 1 commit
  18. 29 May, 2016 1 commit
    • Gilles Rochefort's avatar
      Fixed BackgroundSubstractorMOG2 in opencv_video. · 78de7539
      Gilles Rochefort authored
      The number of gaussians involved in a mixture is supposed
      to be dynamically adjusted. After being increased, the number
      of gaussians can't be reduced anymore.
      
      It seems to be a regression as the legacy code
      located in modules/legacy/src/bgfg_gaussmix.cpp allows to reduce
      such number of gaussians.
      78de7539