Click or drag to resize

DepthType Enumeration

http://www.emgu.com
OpenCV depth type

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum DepthType
Members
  Member nameValueDescription
Default-1 Default
Cv8U0 Byte
Cv8S1 SByte
Cv16U2 UInt16
Cv16S3 Int16
Cv32S4 Int32
Cv32F5 float
Cv64F6 double
See Also