You are here: Start » AVL.NET » InterpolationMethod Enumeration
InterpolationMethod Enumeration
Possible pixel interpolation methods:
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| Bilinear | Computationally expensive, but more precise than NearestNeighbour. |
| NearestNeighbour | Simple and fast method. |
