1 | initial version |
it is warpAffine()
not wrapAffine()
2 | No.2 Revision |
it this is a simple typo, warpAffine()
not wrapAffine()
3 | No.3 Revision |
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
4 | No.4 Revision |
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