Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv is a computer-vision library, and not really suitable for plotting.

also, logPolar / warpPolar seem to be the opposite of what you wanted.

there's phase(), magnitude(), polarToCart() to retrieve useful information, but in the end, this is not the appropriate library for your job (imho).