Types for CvResize
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public enum INTER |
Visual Basic (Declaration) |
---|
Public Enumeration INTER |
Visual C++ |
---|
public enum class INTER |
Members
Member name | Description | |
---|---|---|
CV_INTER_NN |
Nearest-neighbor interpolation
| |
CV_INTER_LINEAR |
Bilinear interpolation
| |
CV_INTER_CUBIC |
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 |
Bicubic interpolation
|