Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Module « scipy.signal »

Fonction cspline2d - module scipy.signal

Signature de la fonction cspline2d

def cspline2d(signal, lamb=0.0, precision=-1.0) 

Description

help(scipy.signal.cspline2d)

Coefficients for 2-D cubic (3rd order) B-spline.

Return the third-order B-spline coefficients over a regularly spaced
input grid for the two-dimensional input image.

Parameters
----------
input : ndarray
    The input signal.
lamb : float
    Specifies the amount of smoothing in the transfer function.
precision : float
    Specifies the precision for computing the infinite sum needed to apply
    mirror-symmetric boundary conditions.

Returns
-------
output : ndarray
    The filtered signal.


Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé