Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

rotate image by specific angle opencv

from scipy import ndimage

#rotation angle in degree
rotated = ndimage.rotate(image_to_rotate, 45)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rotate #image #specific #angle #opencv
ADD COMMENT
Topic
Name
2+9 =