1. 29 Jan, 2019 1 commit
  2. 28 Jan, 2019 4 commits
  3. 25 Jan, 2019 2 commits
  4. 24 Jan, 2019 3 commits
  5. 21 Jan, 2019 5 commits
  6. 20 Jan, 2019 1 commit
  7. 18 Jan, 2019 7 commits
  8. 17 Jan, 2019 6 commits
  9. 16 Jan, 2019 2 commits
  10. 15 Jan, 2019 5 commits
  11. 14 Jan, 2019 3 commits
  12. 13 Jan, 2019 1 commit
    • Namgoo Lee's avatar
      Fix Farneback Optical Flow Algorithm · 4366c873
      Namgoo Lee authored
      - Before this PR, following tests failed on some platform.
        CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/19
        CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/23
      
      - The algorithm now recognizes the OPTFLOW_USE_INITIAL_FLOW flag.
        Previously, when the flag was set, it did not use the flow data
        passed as input, instead used some garbage data in memory.
      
      - More strict test limit.
      4366c873