opencv/modules/features2d/test
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend
* 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
2018-08-31 16:23:26 +03:00
..
ocl Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
test_agast.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_akaze.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_brisk.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_descriptors_invariance.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_descriptors_regression.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
test_detectors_invariance.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_detectors_regression.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fast.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_invariance_utils.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_keypoints.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
test_matchers_algorithmic.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
test_mser.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_nearestneighbors.cpp features2d: add verbose messages into tests 2018-02-28 19:47:16 +00:00
test_orb.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00