1. 30 1月, 2019 1 次提交
  2. 29 1月, 2019 3 次提交
  3. 28 1月, 2019 1 次提交
  4. 26 1月, 2019 1 次提交
  5. 25 1月, 2019 2 次提交
  6. 24 1月, 2019 2 次提交
  7. 22 1月, 2019 2 次提交
  8. 21 1月, 2019 4 次提交
  9. 19 1月, 2019 3 次提交
  10. 18 1月, 2019 4 次提交
  11. 17 1月, 2019 7 次提交
  12. 16 1月, 2019 4 次提交
  13. 15 1月, 2019 4 次提交
  14. 14 1月, 2019 1 次提交
  15. 13 1月, 2019 1 次提交
    • N
      Fix Farneback Optical Flow Algorithm · 4366c873
      Namgoo Lee 提交于
      - 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