C# 클래스 Accord.Imaging.Interpolation

Interpolation routines.
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
BiCubicKernel ( double x ) : double

Bicubic kernel.

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

메소드 상세

BiCubicKernel() 공개 정적인 메소드

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.
리턴 double