CogIPTwoImageAdd OverflowMode Property Cognex VisionPro 9.21 SR1
The mode used to handle overflow conditions that can occur while performing the add operation.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax

public CogIPTwoImageAddOverflowModeConstants OverflowMode { get; set; }

Property Value

Type: CogIPTwoImageAddOverflowModeConstants
Events

Event TypeReason
CogIPTwoImageAdd Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
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