Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it is warpAffine() not wrapAffine()

it this is a simple typo, warpAffine() not wrapAffine()

this is a simple typo, warpAffine() not wrapAffine()

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

warpAffine(...)
    warpAffine(src, M, dsize[, dst[, flags[, borderMode[, borderValue]]]]) -> dst

this is a simple typo, it must be: warpAffine() not wrapAffine()

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

warpAffine(...)
    warpAffine(src, M, dsize[, dst[, flags[, borderMode[, borderValue]]]]) -> dst