This is documentation for an old release of SciPy (version 0.12.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 : ndarray
angle : float
interp : str, optional
|
---|---|
Returns : | imrotate : ndarray
|