- 31 Aug, 2018 1 commit
-
-
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
-
- 07 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
Most part is deprecated since C++11
-
- 03 Feb, 2018 1 commit
-
-
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
-
- 18 Apr, 2017 1 commit
-
-
David Carlier authored
-
- 18 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 28 Jan, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
- common operations moved to separate class - debug console messages removed - test results are stored in memory instead of file
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 08 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 30 Sep, 2013 2 commits
-
-
Juan Manuel Perez authored
-
Juan Manuel Perez authored
-