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 name | Description |
|---|---|
| Area | Pixel area interpolation. |
| Cubic | Bicubic interpolation. |
| Lanczos4 | Lanczos interpolation over 8x8 neighbourhood. |
| Linear | Bilinear interpolation. |
| Nearest | Nearest neighbour interpolation. It is the simplest and fastest method. |
