opencv/modules/imgproc/include/opencv2/imgproc
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
..
detail Fixed identifiers warns 2016-09-30 15:16:29 +05:30
hal define adaptiveMethod and thresholdType for HAL 2017-11-28 16:02:06 +03:00
imgproc_c.h Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
imgproc.hpp Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 2013-11-06 16:48:50 +04:00
types_c.h imgproc: move ShapeMatchModes enum from c to c++ header 2017-03-20 09:59:19 +01:00