pyufunc.rotate#
- pyufunc.rotate(*args, **kwargs)#
Forward to
imutils.rotate.- Parameters:
*args – Positional arguments passed to
imutils.rotate.**kwargs – Keyword arguments passed to
imutils.rotate.
Note
Source package:
imutils.Source repository: jrosebr1/imutils
Source document: jrosebr1/imutils
Source license: MIT License.
Example
>>> rotate(image, 45)
- Returns:
Return value from
imutils.rotate.- Return type:
Any