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)
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