Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

cv2 rotate image

M = cv2.getRotationMatrix2D(center, angle, scale)
rotated = cv2.warpAffine(img, M, (w, h))
Source by www.tutorialkart.com #
 
PREVIOUS NEXT
Tagged: #rotate #image
ADD COMMENT
Topic
Name
1+4 =