Enumeration of constants used to specify the computed output range
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 79.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Full | 0 | Use the minimum and maximum values of the range of the output type (e.g. 0 and 256 for 8-bit output images) | |
| FullInverted | 1 | Use the maximum and minimum values of the range of the output type (e.g. 256 and 0 for 8-bit output images) | |
| CustomRelative | 2 | Use user-specified values |
See Also