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