opencv/modules/imgproc/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 Merge pull request #11315 from tomoaki0705:featureComparePixelCount 2018-04-20 14:50:40 +00:00
test_approxpoly.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_bilateral_filter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_boundingrect.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
test_canny.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_color.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
test_connectedcomponents.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_contours.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_convhull.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
test_cvtyuv.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_distancetransform.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_drawing.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_emd.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_filter.cpp Fix for morphologyEx MORPH_HITMISS mode 2018-06-06 21:04:17 +03:00
test_fitellipse_ams.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fitellipse_direct.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fitellipse.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_floodfill.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_goodfeaturetotrack.cpp next: drop CV_CXX11 conditions 2018-04-10 18:09:54 +03:00
test_grabcut.cpp Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 2018-07-17 17:50:50 +03:00
test_histograms.cpp Correct handling when IPP is enabled 2018-05-31 22:54:32 +09:00
test_houghcircles.cpp Merge pull request #11108 from take1014:hough_4303 2018-05-23 20:42:12 +00:00
test_houghlines.cpp Merge pull request #11108 from take1014:hough_4303 2018-05-23 20:42:12 +00:00
test_imgproc_umat.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_imgwarp_strict.cpp Updated warpAffine test to ensure bit-exactness for CV_8U (#10921) 2018-04-11 18:08:29 +03:00
test_imgwarp.cpp Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
test_intersection.cpp imgproc(test): refactor test_intersection.cpp 2018-08-16 15:27:24 +03:00
test_lsd.cpp fix LSD test (wrong detector kind) 2018-04-10 11:38:35 +09:00
test_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
test_moments.cpp build: eliminate GCC8 warnings 2018-07-16 17:24:12 +03:00
test_pc.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
test_resize_bitexact.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_smooth_bitexact.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_templmatch.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_thresh.cpp tests: add "bigdata" tests 2018-05-15 15:56:26 +03:00
test_watershed.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00