CogIPTwoImageSubtract OverflowMode Property Cognex VisionPro 9.25 SR1
The mode used to handle overflow conditions that can occur while performing the subtract operation.

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

public CogIPTwoImageSubtractOverflowModeConstants OverflowMode { get; set; }

Property Value

Type: CogIPTwoImageSubtractOverflowModeConstants
Events

Event TypeReason
CogIPTwoImageSubtract 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 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