Inter Fields |
The Inter type exposes the following members.
| Name | Description | |
|---|---|---|
| Area |
Bicubic interpolation
| |
| 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
| |
| Lanczos4 |
Lanczos interpolation over 8x8 neighborhood
| |
| Linear |
Bilinear interpolation
| |
| LinearExact |
Bit exact bilinear interpolation
| |
| Nearest |
Nearest-neighbor interpolation
| |
| value__ |