1. 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
  2. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  3. 28 Nov, 2016 1 commit
  4. 29 Dec, 2015 1 commit
  5. 16 Feb, 2015 1 commit
  6. 21 Jan, 2015 3 commits
  7. 01 Aug, 2014 1 commit
  8. 31 Jul, 2014 2 commits
  9. 28 Jul, 2014 1 commit
  10. 07 Jul, 2014 1 commit
  11. 04 Jul, 2014 1 commit
  12. 03 Jul, 2014 1 commit
  13. 02 Sep, 2013 4 commits