C# Class Accord.Imaging.Interpolation

Interpolation routines.
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
BiCubicKernel ( double x ) : double

Bicubic kernel.

The function implements bicubic kernel W(x) as described on Wikipedia (coefficient a is set to -0.5).

Method Details

BiCubicKernel() public static méthode

Bicubic kernel.

The function implements bicubic kernel W(x) as described on Wikipedia (coefficient a is set to -0.5).

public static BiCubicKernel ( double x ) : double
x double X value.
Résultat double