opencv/modules/calib3d/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
..
opencl ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_affine2d_estimator.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_affine3.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_affine3d_estimator.cpp next: drop CV_CXX11 conditions 2018-04-10 18:09:54 +03:00
test_affine_partial2d_estimator.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cameracalibration_artificial.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cameracalibration_badarg.cpp build: eliminate GCC8 warnings 2018-07-16 17:24:12 +03:00
test_cameracalibration_tilt.cpp Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
test_cameracalibration.cpp calib3d: chessboard detector - replace OpenCV C API 2018-07-05 13:09:10 +03:00
test_chessboardgenerator.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_chessboardgenerator.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_chesscorners_badarg.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_chesscorners_timing.cpp Misc. typos 2018-07-31 18:44:23 +03:00
test_chesscorners.cpp Misc. typos 2018-07-31 18:44:23 +03:00
test_compose_rt.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cornerssubpix.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_decompose_projection.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_filter_homography_decomp.cpp Filter homography decomp: updated PR #7153 (#11846) 2018-06-27 16:47:35 +03:00
test_fisheye.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fundam.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_homography_decomp.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_homography.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_modelest.cpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
test_posit.cpp Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_reproject_image_to_3d.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_solvepnp_ransac.cpp avoid calling of setNumThreads() to respect user settings 2018-03-29 13:04:26 +03:00
test_stereomatching.cpp Merge pull request #11610 from savuor:fix/stereobm_simd_fixed_float 2018-06-04 13:03:12 +00:00
test_undistort_badarg.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_undistort_points.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_undistort.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00