1. 26 Sep, 2018 1 commit
  2. 19 Sep, 2018 1 commit
  3. 13 Sep, 2018 1 commit
  4. 07 Sep, 2018 1 commit
  5. 31 Aug, 2018 1 commit
    • Jakub Golinowski's avatar
      Merge pull request #11897 from Jakub-Golinowski:hpx_backend · 9f1218b0
      Jakub Golinowski authored
      * Add HPX backend for OpenCV implementation
      Adds hpx backend for cv::parallel_for_() calls respecting the nstripes chunking parameter. C++ code for the backend is added to modules/core/parallel.cpp. Also, the necessary changes to cmake files are introduced.
      Backend can operate in 2 versions (selectable by cmake build option WITH_HPX_STARTSTOP): hpx (runtime always on) and hpx_startstop (start and stop the backend for each cv::parallel_for_() call)
      
      * WIP: Conditionally include hpx_main.hpp to tests in core module
      Header hpx_main.hpp is included to both core/perf/perf_main.cpp and core/test/test_main.cpp.
      The changes to cmake files for linking hpx library to above mentioned test executalbles are proposed but have issues.
      
      * Add coditional iclusion of hpx_main.hpp to cpp cpu modules
      
      * Remove start/stop version of hpx backend
      9f1218b0
  6. 04 Jul, 2018 1 commit
  7. 28 Mar, 2018 1 commit
  8. 12 Feb, 2018 1 commit
  9. 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
  10. 08 Jan, 2018 1 commit
  11. 07 Dec, 2017 1 commit
  12. 08 Sep, 2017 1 commit
  13. 03 Sep, 2017 1 commit
  14. 30 Aug, 2017 1 commit
  15. 26 Jul, 2017 1 commit
  16. 25 Jul, 2017 1 commit
  17. 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
  18. 28 Jun, 2017 1 commit
  19. 27 Jun, 2017 2 commits
  20. 14 Jun, 2017 1 commit
  21. 10 Apr, 2017 1 commit
  22. 10 Mar, 2017 1 commit
  23. 02 Mar, 2017 1 commit
  24. 24 Jan, 2017 1 commit
  25. 18 Nov, 2016 1 commit
  26. 30 Sep, 2016 1 commit
  27. 23 Sep, 2016 1 commit
  28. 01 Sep, 2016 1 commit
  29. 19 Aug, 2016 1 commit
  30. 16 Aug, 2016 1 commit
  31. 12 Jul, 2016 1 commit
  32. 13 Apr, 2016 1 commit
  33. 07 Mar, 2016 1 commit
  34. 26 Oct, 2015 1 commit
  35. 13 Oct, 2015 1 commit
  36. 17 Sep, 2015 2 commits
  37. 13 Sep, 2015 1 commit
  38. 11 Sep, 2015 1 commit