Rotate an image counter-clockwise by angle degrees.
arr : ndarray
Input array of image to be rotated.
angle : float
The angle of rotation.
interp : str, optional
Interpolation ‘nearest’ : for nearest neighbor ‘bilinear’ : for bilinear ‘cubic’ : cubic ‘bicubic’ : for bicubic
Interpolation
imrotate : ndarray
The rotated array of image.
scipy.misc.imresize
scipy.misc.imsave
Enter search terms or a module, class or function name.