http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Types for CvResize
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum INTER |
Visual Basic |
---|
Public Enumeration INTER |
Visual C++ |
---|
public enum class INTER |
Members
Member name | Value | Description | |
---|---|---|---|
CV_INTER_NN | 0 | Nearest-neighbor interpolation | |
CV_INTER_LINEAR | 1 | Bilinear interpolation | |
CV_INTER_CUBIC | 2 | 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 | |
CV_INTER_AREA | 3 | Bicubic interpolation |