1. 08 Aug, 2016 1 commit
  2. 19 Jul, 2016 1 commit
  3. 18 Jul, 2016 5 commits
  4. 17 Jul, 2016 1 commit
  5. 16 Jul, 2016 1 commit
  6. 15 Jul, 2016 2 commits
  7. 12 Jul, 2016 1 commit
  8. 04 Jul, 2016 3 commits
  9. 01 Jul, 2016 1 commit
  10. 30 Jun, 2016 7 commits
  11. 17 Jun, 2016 2 commits
  12. 16 Jun, 2016 4 commits
  13. 10 Jun, 2016 1 commit
  14. 08 Jun, 2016 2 commits
  15. 03 Jun, 2016 1 commit
  16. 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
  17. 27 May, 2016 2 commits
  18. 18 May, 2016 1 commit
  19. 16 May, 2016 1 commit
    • Maksim Shabunin's avatar
      Disabled PCH support for gcc >= 6.0.0 · fb598bb7
      Maksim Shabunin authored
      Command line generation routine uses "-isystem" to include headers outside of "<opencv>/modules" folder, but GCC 6 does not work when passed "-isystem /usr/include" option.
      fb598bb7
  20. 20 Apr, 2016 2 commits