Constants used to specify how the global value - the one used when a missing pixel cannot or should not be derived from its valid neighbors - is computed.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Fixed | 1 | Use the FixedGlobalValue. | |
| ImageMinimum | 2 | Use the minimum greyscale value of all valid pixels in the input image. | |
| ImageMaximum | 3 | Use the maximum greyscale value of all valid pixels in the input image. | |
| ImageAverage | 4 | Use the average greyscale value of all valid pixels in the input image. |
See Also