Class TSplineKernel
Unit
Declaration
type TSplineKernel = class(TWideKernelFilter)
Description
Spline kernel provides customizable wide interpolation filter using Coeff property
Hierarchy
- TObject
- TWideKernelFilter
- TSplineKernel
Overview
Fields
Coeff: single; |
Methods
constructor Create(ACoeff: single); overload; |
|
constructor Create; overload; |
|
function Interpolation(t: single): single; override; |
|
function KernelWidth: single; override; |
|
function ShouldCheckRange: boolean; override; |
Description
Fields
Coeff: single; |
|
This item has no description. |
Methods
constructor Create(ACoeff: single); overload; |
|
This item has no description. |
constructor Create; overload; |
|
This item has no description. |
function Interpolation(t: single): single; override; |
|
This item has no description. |
function KernelWidth: single; override; |
|
This item has no description. |
function ShouldCheckRange: boolean; override; |
|
This item has no description. |