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
2 | No.2 Revision |
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)