Constants used to specify the bit depth of an image
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 87.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Grey | 1 | CogImage8Grey | |
| Grey8 | 2 | CogImage16Grey, Encoding = 8 | |
| Grey10 | 3 | CogImage16Grey, Encoding = 10 | |
| Grey12 | 4 | CogImage16Grey, Encoding = 12 | |
| Grey14 | 5 | CogImage16Grey, Encoding = 14 | |
| Grey16 | 6 | CogImage16Grey, Encoding = 16 | |
| Range16 | 7 | CogImage16Range |
See Also