Click or drag to resize
Inter Enumeration
http://www.emgu.com
Interpolation types

Namespace: Emgu.CV.CvEnum
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public enum Inter
Members
  Member nameValueDescription
Nearest0 Nearest-neighbor interpolation
Linear1 Bilinear interpolation
Cubic2 Resampling using pixel area relation. It is the preferred method for image decimation that gives moire-free results. In case of zooming it is similar to CV_INTER_NN method
Area3 Bicubic interpolation
Lanczos44 LANCZOS 4
See Also