| CudaVideoWriterSurfaceFormat Enumeration |
http://www.emgu.com
Surface format
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic enum SurfaceFormat
Public Enumeration SurfaceFormat
public enum class SurfaceFormat
Members|
| Member name | Value | Description |
|---|
| UYVY | 0 | |
| YUY2 | 1 | |
| YV12 | 2 | |
| NV12 | 3 | |
| IYUV | 4 | |
| BGR | 5 | |
| GRAY | 5 | |
See Also