CudaVideoReaderChromaFormat Enumeration |
http://www.emgu.com
Chroma formats supported by VideoReader.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration ChromaFormat
public enum class ChromaFormat
Members
| Member name | Value | Description |
---|
| Monochrome | 0 |
Monochrome
|
| YUV420 | 1 |
YUV420
|
| YUV422 | 2 |
YUV422
|
| YUV444 | 3 |
YUV444
|
| NumFormats | 4 |
Number of formats
|
See Also