Enumeration of the number of quantization levels for CogIPOneImageQuantize objects.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 93.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| s2 | 0 | Partition the pixel values into 2 grey levels. | |
| s4 | 1 | Partition the pixel values into 4 grey levels. | |
| s8 | 2 | Partition the pixel values into 8 grey levels. | |
| s16 | 3 | Partition the pixel values into 16 grey levels. | |
| s32 | 4 | Partition the pixel values into 32 grey levels. | |
| s64 | 5 | Partition the pixel values into 64 grey levels. | |
| s128 | 6 | Partition the pixel values into 128 grey levels. |
Remarks
Enumeration of the number of quantization levels for CogIPOneImageQuantize objects.
See Also