Class TSplineKernel

Unit

Declaration

type TSplineKernel = class(TWideKernelFilter)

Description

Spline kernel provides customizable wide interpolation filter using Coeff property

Hierarchy

Overview

Fields

Public Coeff: single;

Methods

Public constructor Create(ACoeff: single); overload;
Public constructor Create; overload;
Public function Interpolation(t: single): single; override;
Public function KernelWidth: single; override;
Public function ShouldCheckRange: boolean; override;

Description

Fields

Public Coeff: single;

This item has no description.

Methods

Public constructor Create(ACoeff: single); overload;

This item has no description.

Public constructor Create; overload;

This item has no description.

Public function Interpolation(t: single): single; override;

This item has no description.

Public function KernelWidth: single; override;

This item has no description.

Public function ShouldCheckRange: boolean; override;

This item has no description.