Enum VideoInterpolationMode
Interpolation mode.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public enum VideoInterpolationMode
Fields
Name | Description |
---|---|
Bicubic | Bicubic. |
Bilinear | Bilinear. |
Lancroz | Lancroz. |
NearestNeighbor | Nearest neighbor. |