http://www.emgu.com
IPL_DEPTH
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
SyntaxPublic Enumeration IplDepth
public enum class IplDepth
Members|
| Member name | Value | Description |
|---|
| IplDepthSign | 2147483648 |
indicates if the value is signed
|
| IplDepth_1U | 1 |
1bit unsigned
|
| IplDepth_8U | 8 |
8bit unsigned (Byte)
|
| IplDepth16U | 16 |
16bit unsigned
|
| IplDepth32F | 32 |
32bit float (Single)
|
| IplDepth_8S | 2147483656 |
8bit signed
|
| IplDepth16S | 2147483664 |
16bit signed
|
| IplDepth32S | 2147483680 |
32bit signed
|
| IplDepth64F | 64 |
double
|
See Also