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

Example

>>> rotate_bound(image, 45)
Returns:

Return value from imutils.rotate_bound.

Return type:

Any