cartToPolar (Bug #3145)
Description
In the C++ version ,the cart2polar function magnitude & angle parameters are not optional but in the C version is optional.
in some applications don't require any 2 parameters & impact on performance.
History
Updated by Nikita Manovich over 11 years ago
Hi,
Thank you for your bug report. Both parameters are output. If you want to translate cart to polar coordinates probably you want to have magnitude and angle at the same time. To calculate only magnitude OpenCV provides a separate function. I suggest closing the bug report. In any case the decision isn't final. If you know how to improve the functionality and make it more flexible please send us a pull request (http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute). We will be glad to accept your ideas.
- Status changed from New to Cancelled