Interpolation Enumeration

CVB.Net Documentation
Interpolation modes available inside the Foundation Package.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public enum Interpolation
Members

  Member nameValueDescription
NearestNeighbor0 Simple nearest neighbor interpolation. May result in a less pleasant output image, but yields the fastest results.
Linear1 Linear interpolation in x and y. Good trade off between visual quality and speed. Default interpolation mode in CVB.
Cubic2 Cubic interpolation in x and y. Slower than linear interpolation, but better in terms of results.
Lanczos3 Interpolation using a 3-lobed Lanczos window function.
Supersample4 Interpolation through super sampling and averaging of the target position from sub pixel positions.
See Also

Reference