Click or drag to resize

IplDepth Enumeration

http://www.emgu.com
IPL_DEPTH

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum IplDepth
Members
  Member nameValueDescription
IplDepthSign2147483648 Indicates if the value is signed
IplDepth_1U1 1bit unsigned
IplDepth_8U8 8bit unsigned (Byte)
IplDepth16U16 16bit unsigned
IplDepth32F32 32bit float (Single)
IplDepth_8S2147483656 8bit signed
IplDepth16S2147483664 16bit signed
IplDepth32S2147483680 32bit signed
IplDepth64F64 double
See Also