The mode used to handle overflow conditions that can occur while performing the add operation.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 80.0.0.0
Syntax
Property Value
Type: CogIPTwoImageAddOverflowModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogIPTwoImageAdd Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is not in CogIPTwoImageAddOverflowModeConstants. |
Remarks
Sets or gets the mode that specifies how to handle cases in which adding the two images results in values greater than the maximum pixel value.
Default Value: Bounded
See Also