Enum IplDepth
IPL_DEPTH
public enum IplDepth : uint
Fields
IplDepth16S = 2147483664
16bit signed
IplDepth16U = 16
16bit unsigned
IplDepth32F = 32
32bit float (Single)
IplDepth32S = 2147483680
32bit signed
IplDepth64F = 64
double
IplDepthSign = 2147483648
Indicates if the value is signed
IplDepth_1U = 1
1bit unsigned
IplDepth_8S = 2147483656
8bit signed
IplDepth_8U = 8
8bit unsigned (Byte)