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