Class TCubicKernel

Unit

Declaration

type TCubicKernel = class(TWideKernelFilter)

Description

Cubic interpolation is very smooth but can be a bit blurry

Hierarchy

Overview

Methods

Public function Interpolation(t: single): single; override;
Public function KernelWidth: single; override;
Public function pow3(x: single): single; inline;
Public function ShouldCheckRange: boolean; override;

Description

Methods

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

This item has no description.

Public function KernelWidth: single; override;

This item has no description.

Public function pow3(x: single): single; inline;

This item has no description.

Public function ShouldCheckRange: boolean; override;

This item has no description.