opencv/modules/imgproc/perf/opencl
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
..
perf_3vs4.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_accumulate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_blend.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_color.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_filters.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_gftt.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_houghlines.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_imgproc.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_imgwarp.cpp Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
perf_matchTemplate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_moments.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_pyramid.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00