Enumeration of single image pixel multiplication overflow modes.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Bounded | 0 | Clamp pixel values to lowest and highest values that can be represented by the OutputImageFormat type. For 8 bit unsigned images, this is 0 and 255, respectively. | |
| Wrap | 1 | Wrap pixel values that exceed the lowest and highest values that can be represented by the OutputImageFormat type. |
Remarks
Enumeration of single image pixel multiplication overflow modes.
See Also