CogIPTwoImageAddOverflowModeConstants EnumerationCognex VisionPro 9.24
Enumeration of two image addition overflow modes.

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

public enum CogIPTwoImageAddOverflowModeConstants
Members

  Member nameValueDescription
Bounded0Limit the pixel values to low and high values. For 8 bit unsigned images, this is 0 and 255, respectively.
Wrap1Wrap pixel values that overflow from the add operation.
Shift2Divide result pixel values by two.
Remarks

Enumeration of two image addition overflow modes.

See Also