mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
b8b7ca7302
* 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 |
||
---|---|---|
.. | ||
perf_3vs4.cpp | ||
perf_accumulate.cpp | ||
perf_blend.cpp | ||
perf_color.cpp | ||
perf_filters.cpp | ||
perf_gftt.cpp | ||
perf_houghlines.cpp | ||
perf_imgproc.cpp | ||
perf_imgwarp.cpp | ||
perf_matchTemplate.cpp | ||
perf_moments.cpp | ||
perf_pyramid.cpp |