Add cv::logPolar, cv::linearPolar, and a python example
authorJohn Stowers <john.stowers@gmail.com>
Tue, 10 Sep 2013 11:35:57 +0000 (13:35 +0200)
committerJohn Stowers <john.stowers@gmail.com>
Mon, 30 Sep 2013 20:31:19 +0000 (22:31 +0200)
commit51341738ba7f3f9e9492f73ba927eb3509be6f38
treeaa12e4e2f0b09ba87f8b06e03f0f6545fafd4bbf
parentada858e1c056e215f08a4c8369a95075198301d6
Add cv::logPolar, cv::linearPolar, and a python example
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/src/imgwarp.cpp
samples/python2/logpolar.py [new file with mode: 0644]