TLinearKernel

Graphics32

TLinearKernel

Hierarchy

TPersistent

   |

TCustomKernel

Description

This class implements a linear reconstruction filter. Linear interpolation is a first-degree method that passes a straight line through every two consecutive points of the input signal.

The filter is described by the following interpolation kernel:

In literature h(x) is often referred to as a triangle filter, tent filter, roof function, Chateau function or a Bartlett window.

Reference

Properties Methods
In TLinearKernel:
Filter
GetWidth
In TCustomKernel:
Observer Changed
Create
RangeCheck

See Also

Resamplers Example