This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Zoom an array.
The array is zoomed using spline interpolation of the requested order.
Parameters : | input : ndarray
zoom : float or sequence, optional
output : ndarray or dtype, optional
order : int, optional
mode : str, optional
cval : scalar, optional
prefilter : bool, optional
|
---|---|
Returns : | return_value : ndarray or None
|