Inter Enumeration |
Namespace: Emgu.CV.CvEnum
Member name | Value | Description | |
---|---|---|---|
Nearest | 0 | Nearest-neighbor interpolation | |
Linear | 1 | Bilinear interpolation | |
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 | |
Area | 3 | Bicubic interpolation | |
Lanczos4 | 4 | LANCZOS 4 |