Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

unfortunately afaaik only opencv3 has the cv2 version:

>>> help(cv2.logPolar)
Help on built-in function logPolar:

logPolar(...)
    logPolar(src, center, M, flags[, dst]) -> dst

unfortunately afaaik only opencv3 has the cv2 version:

>>> help(cv2.logPolar)
Help on built-in function logPolar:

logPolar(...)
    logPolar(src, center, M, flags[, dst]) -> dst

(2.4 does not even have the c++ version, only the c-api one, thus there is no cv2 wrapper there)