opencv/modules/imgproc/test
Vadim Pisarevsky b8b7ca7302
Rewite polar transforms (#11323)
* Rewrite polar transformations

- A new wrapPolar function encapsulate both linear and semi-log remap
- Destination size is a parameter or calculated automatically to keep objects size between remapping
- linearPolar and logPolar has been deprecated

* Fix build warning and error in accuracy test

* Fix function name to warpPolar

* Explicitly specify the mapping mode, so we retain all the parameters as non-optional.

Introduces WarpPolarMode enum to specify the mapping mode in flags

* resolves performance warning on windows build

* removed duplicated logPolar and linearPolar implementations
2018-04-17 15:50:52 +03:00
..
ocl let the test OCL_ImgprocWarp/Resize.Mat pass on ARM/Aarch64 2018-03-22 21:35:34 +09: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 build: eliminate calls of removed functionality from C++17 2018-02-07 12:00:33 +03:00
test_grabcut.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_histograms.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_houghcircles.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_houghlines.cpp Merge pull request #10646 from take1014:master 2018-02-08 22:54:43 +03: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_lsd.cpp fix LSD test (wrong detector kind) 2018-04-10 11:38:35 +09:00
test_main.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_moments.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_watershed.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00