Calculates a one-dimensional spline filter along the given axis.
The lines of the array along the given axis are filtered by a spline filter. The order of the spline must be >= 2 and <= 5.
Parameters : | input : array_like
order : int, optional
axis : int, optional
output : ndarray or dtype, optional
|
---|---|
Returns : | return_value : ndarray or None
|