The mode used to handle overflow conditions that can occur while performing the subtract operation.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax
Property Value
Type: CogIPTwoImageSubtractOverflowModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogIPTwoImageSubtract 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 CogIPTwoImageSubtractOverflowModeConstants. |
Remarks
Sets or gets the mode that specifies how to handle cases in which subtracting the two images results in values less than the minimum pixel value.
Default Value: Bounded
See Also