This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
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