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

InterpolationMethod Enumeration

Possible pixel interpolation methods:

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

Members

Member nameDescription
BilinearComputationally expensive, but more precise than NearestNeighbour.
NearestNeighbourSimple and fast method.

Remarks

See also