Click or drag to resize

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
Syntax
public enum ChromaFormat
Members
  Member nameValueDescription
Monochrome0 Monochrome
YUV4201 YUV420
YUV4222 YUV422
YUV4443 YUV444
NumFormats4 Number of formats
See Also