You are here: Start » AVL.NET » PolarInterpolationMethod Enumeration

PolarInterpolationMethod Enumeration

Possible pixel interpolation methods for polar transform:

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
AreaPixel area interpolation.
CubicBicubic interpolation.
Lanczos4Lanczos interpolation over 8x8 neighbourhood.
LinearBilinear interpolation.
NearestNearest neighbour interpolation. It is the simplest and fastest method.

See also