This is documentation for an old release of SciPy (version 0.10.1). 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 : | imrotate : nd_array
|
Notes