cv2的几个图像变换函数:
仿射变换
warpAffine()
getAffineTransform()
旋转变换(虽然属于仿射变换,但cv2提供了单独函数)
getRotationMatrix2D()
roate()
透视投影变换
warpPerspective()
getPrespectiveTransform()
两种变换可用下图直观形象的表达出来:
cv2的几个图像变换函数:
仿射变换
warpAffine()
getAffineTransform()
旋转变换(虽然属于仿射变换,但cv2提供了单独函数)
getRotationMatrix2D()
roate()
透视投影变换
warpPerspective()
getPrespectiveTransform()
两种变换可用下图直观形象的表达出来: