SciPy

scipy.signal.gauss_spline

scipy.signal.gauss_spline(x, n)[source]

Gaussian approximation to B-spline basis function of order n.

Parameters
nint

The order of the spline. Must be nonnegative, i.e., n >= 0

References

1

Bouma H., Vilanova A., Bescos J.O., ter Haar Romeny B.M., Gerritsen F.A. (2007) Fast and Accurate Gaussian Derivatives Based on B-Splines. In: Sgallari F., Murli A., Paragios N. (eds) Scale Space and Variational Methods in Computer Vision. SSVM 2007. Lecture Notes in Computer Science, vol 4485. Springer, Berlin, Heidelberg

Previous topic

scipy.signal.quadratic

Next topic

scipy.signal.cspline1d