TBoxKernel

Ancestors

TPersistent
   |
TCustomKernel

Description

TBoxKernel is one of the simplest and most fundamental kernels. Convolving with this kernel corresponds to the same approach used within nearest neighbor interpolation. The filter is defined as

and it is commonly known as a box filter, top-hat function or a Fourier window.

Reference

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

See Also

Examples