Enumeration of two image addition overflow modes.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Bounded | 0 | Limit the pixel values to low and high values. For 8 bit unsigned images, this is 0 and 255, respectively. | |
| Wrap | 1 | Wrap pixel values that overflow from the add operation. | |
| Shift | 2 | Divide result pixel values by two. |
Remarks
Enumeration of two image addition overflow modes.
See Also