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. 07 Sep, 2018 1 commit
  3. 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
  4. 15 Oct, 2017 1 commit
  5. 14 Sep, 2017 1 commit
    • dtmoodie's avatar
      async bugfix · 3c229aa2
      dtmoodie authored
      upload winsize and iters as members to prevent async out of scope issues
      3c229aa2
  6. 03 Jul, 2017 1 commit
    • Tony Lian's avatar
      Merge pull request #9075 from TonyLianLong:master · c8783f3e
      Tony Lian authored
      Remove unnecessary Non-ASCII characters from source code (#9075)
      
      * Remove unnecessary Non-ASCII characters from source code
      
      Remove unnecessary Non-ASCII characters and replace them with ASCII
      characters
      
      * Remove dashes in the @param statement
      
      Remove dashes and place single space in the @param statement to keep
      coding style
      
      * misc: more fixes for non-ASCII symbols
      
      * misc: fix non-ASCII symbol in CMake file
      c8783f3e
  7. 18 Jan, 2017 1 commit
  8. 28 Nov, 2016 1 commit
  9. 30 Sep, 2016 1 commit
  10. 18 Jul, 2016 1 commit
  11. 04 Jul, 2016 1 commit
  12. 29 Jan, 2016 1 commit
  13. 28 Jan, 2016 1 commit
  14. 29 Dec, 2015 1 commit
  15. 27 Nov, 2015 1 commit
  16. 29 Jul, 2015 2 commits
  17. 02 Mar, 2015 1 commit
    • Maxim Kostin's avatar
      Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
      Maxim Kostin authored
      - Substituted HAVE_WINRT with WINRT
      - Fixed compilation issues in ocl.cpp and parallel.cpp
      - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore
      - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp
      - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c;
      - Added ole32.lib for core module (for WindowsStore 8.0 builds)
      - Made OpenCV_ARCH aware of ARM
      Signed-off-by: 's avatarMaxim Kostin <v-maxkos@microsoft.com>
      cdd23440
  18. 16 Feb, 2015 1 commit
  19. 21 Jan, 2015 5 commits
  20. 26 Dec, 2014 1 commit
  21. 23 Dec, 2014 1 commit
  22. 22 Dec, 2014 1 commit
  23. 01 Dec, 2014 2 commits
  24. 25 Aug, 2014 1 commit
  25. 18 Aug, 2014 1 commit
    • Ernest Galbrun's avatar
      merged new master branch · 6207d338
      Ernest Galbrun authored
      changed tests for tvl1 optflow
      correction of a bug preventing compilation with cuda (fmin changed to fminf)
      6207d338
  26. 01 Aug, 2014 1 commit
  27. 31 Jul, 2014 3 commits
  28. 30 Jul, 2014 1 commit
  29. 28 Jul, 2014 2 commits
  30. 07 Jul, 2014 2 commits