Rotate an image counter-clockwise by angle degrees.
Parameters : | arr : nd_array
angle : float
interp : str, optional
|
---|---|
Returns : | : nd_array :
|
Notes
Interpolation methods can be: * ‘nearest’ : for nearest neighbor * ‘bilinear’ : for bilinear * ‘cubic’ : cubic * ‘bicubic’ : for bicubic