1. 11 Sep, 2018 1 commit
  2. 09 Sep, 2018 1 commit
  3. 07 Sep, 2018 1 commit
  4. 06 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. 17 Aug, 2018 1 commit
  7. 15 Aug, 2018 1 commit
  8. 27 Jul, 2018 1 commit
  9. 06 Jul, 2018 2 commits
  10. 05 Jul, 2018 1 commit
  11. 07 Jun, 2018 1 commit
  12. 31 May, 2018 1 commit
  13. 28 May, 2018 1 commit
  14. 25 Apr, 2018 1 commit
  15. 24 Apr, 2018 1 commit
  16. 10 Apr, 2018 2 commits
  17. 30 Mar, 2018 1 commit
  18. 29 Mar, 2018 1 commit
  19. 14 Mar, 2018 1 commit
  20. 13 Feb, 2018 1 commit
  21. 05 Feb, 2018 1 commit
  22. 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
  23. 21 Jan, 2018 1 commit
  24. 18 Jan, 2018 1 commit
    • Gregory Morse's avatar
      Merge pull request #10412 from GregoryMorse:patch-2 · ec353dbd
      Gregory Morse authored
      Update to add window position and size retrieval to HighGUI (#10412)
      
      * Update highgui.hpp
      
      Add read only property retrieval for enhanced rendering capabilities and more sophisticated research tools
      
      * Update window.cpp
      
      * Update window_w32.cpp
      
      * Update window_QT.cpp
      
      * Update window_QT.h
      
      * Update window_QT.h
      
      * Update window_gtk.cpp
      
      * Update precomp.hpp
      
      * Update highgui_c.h
      
      * Update highgui_c.h
      
      * Update window_w32.cpp
      
      * Update precomp.hpp
      
      * Update window_QT.cpp
      
      * Update window_QT.h
      
      * Update window_gtk.cpp
      
      * Update window_gtk.cpp
      
      * Update window_w32.cpp
      
      * Update window_QT.cpp
      
      * Update window_carbon.cpp
      
      * Update window_cocoa.mm
      
      * Update precomp.hpp
      
      * Update window_cocoa.mm
      
      * Update window_w32.cpp
      
      * Update window_gtk.cpp
      
      * Update window_QT.cpp
      
      * Update window_gtk.cpp
      
      * Update window_QT.cpp
      
      * Update window_cocoa.mm
      
      * Update window_carbon.cpp
      
      * Update window_w32.cpp
      
      * Update window_cocoa.mm
      
      * Update window_gtk.cpp
      
      * Update window_cocoa.mm
      
      * Update window_gtk.cpp
      
      * Update window_cocoa.mm
      
      * Update window_cocoa.mm
      
      * Update window.cpp
      
      * Update test_gui.cpp
      
      * Update test_gui.cpp
      
      * Update test_gui.cpp
      
      * Update highgui_c.h
      
      * Update highgui.hpp
      
      * Update window.cpp
      
      * Update highgui_c.h
      
      * Update test_gui.cpp
      
      * Update highgui.hpp
      
      * Update window.cpp
      
      * Update window.cpp
      
      * Update window.cpp
      
      * Update window.cpp
      
      * Update window.cpp
      ec353dbd
  25. 13 Jan, 2018 1 commit
  26. 13 Dec, 2017 1 commit
  27. 18 Oct, 2017 1 commit
  28. 13 Oct, 2017 1 commit
  29. 09 Oct, 2017 1 commit
  30. 06 Oct, 2017 1 commit
  31. 03 Sep, 2017 1 commit
  32. 31 Aug, 2017 2 commits
  33. 27 Aug, 2017 1 commit
  34. 25 Aug, 2017 1 commit
  35. 23 Aug, 2017 1 commit
  36. 21 Aug, 2017 1 commit
  37. 19 Aug, 2017 1 commit