Enum CVDewarpInterpolationMode
Namespace: VisioForge.Core.Types.X.OpenCV
Assembly: VisioForge.Core.dll
Syntax
public enum CVDewarpInterpolationMode
Fields
Name | Description |
---|---|
Bicubic | The bicubic interpolation over 4x4 pixel neighborhood. |
Bilinear | The bilinear interpolation. |
Lanczos | The Lanczos interpolation over 8x8 pixel neighborhood. |
Nearest | The nearest-neighbor interpolation. |