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