Expose LinearPolar (Feature #1729)
Description
hi,
apologies in advance - i am not an opencv user, and have no real understanding of your project.
but... on stackoverflow someone asked how to do an image transform from cartesian to polar coordinates. i had some time free, and it sounded like an interesting problem (i am a software engineer who works with data processing in python).
anyway, googling turned up a header file that mentioned LinearPolar (i knew LogPolar existed from the question). yet this seems not to be documented. i suggested the routine to the original questioner and, after some import issues, they were able to use it.
so i am wondering if this should be exposed/documented more clearly? is ti an oversight or is there some reason it is "hidden"?
the stackoverflow thread is here - http://stackoverflow.com/questions/9924135
thanks,
andrew
Associated revisions
Merge pull request #1729 from ilya-lavrenov:ocl_moments
History
Updated by Vadim Pisarevsky almost 13 years ago
- Tracker changed from Bug to Feature
Updated by Andrey Kamaev almost 13 years ago
- Category set to imgproc, video
Updated by Yash Vadalia almost 11 years ago
Similar Ticket: http://code.opencv.org/issues/3654
Patch: https://github.com/Itseez/opencv/pull/2719
Updated by Vladislav Vinogradov almost 11 years ago
- Status changed from Open to Done