Class TCubicKernel
Unit
Declaration
type TCubicKernel = class(TWideKernelFilter)
Description
Cubic interpolation is very smooth but can be a bit blurry
Hierarchy
- TObject
- TWideKernelFilter
- TCubicKernel
Overview
Methods
function Interpolation(t: single): single; override; |
|
function KernelWidth: single; override; |
|
function pow3(x: single): single; inline; |
|
function ShouldCheckRange: boolean; override; |
Description
Methods
function Interpolation(t: single): single; override; |
|
This item has no description. |
function KernelWidth: single; override; |
|
This item has no description. |
function pow3(x: single): single; inline; |
|
This item has no description. |
function ShouldCheckRange: boolean; override; |
|
This item has no description. |