CogIPOneImageAddSubtractConstant OverflowMode Property Cognex VisionPro 9.8
The mode used to handle overflow conditions that can occur while performing the add/subtract operation.

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

public CogIPOneImageAddSubtractConstantOverflowModeConstants OverflowMode { get; set; }

Property Value

Type: CogIPOneImageAddSubtractConstantOverflowModeConstants
Events

Event TypeReason
CogIPOneImageAddSubtractConstant Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not Bounded or Wrap

Remarks

Sets or gets the mode that specifies how the operator handles cases in which addition would result in values greater than the maximum pixel value or in which subtraction would result in values less than the minimum pixel value.

Default Value: Bounded

See Also