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

ResizeProfileInterpolation Enumeration

Methods of interpolation during profile resizing.

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

Members

Member nameDescription
LinearAn algorithm, which linearly interpolates between input profiles' values distanced by step, given as \(\frac{newSize}{oldSize}\). Values on that range borders are preserved.
NearestNeighbourNearest corresponding value from input profile is selected as output profile value. This method is strongly optimized for profile sizes which are its multiplicity.

Remarks

See also