C# Class Accord.Imaging.Interpolation

Interpolation routines.
Show file Open project: accord-net/framework

Public Methods

Method 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 method

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.
return double