This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Resize an image.
Parameters : | arr : nd_array
size : int, float or tuple
interp : str
mode : str
|
---|---|
Returns : | imresize : ndarray
|