cartToPolar (Bug #3145)


Added by mostafa sataki over 11 years ago. Updated over 11 years ago.


Status:Cancelled Start date:2013-07-09
Priority:Low Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Affected version:2.4.6 (latest release) Operating System:Any
Difficulty: HW Platform:x86
Pull request:

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

Also available in: Atom PDF