CogIPTwoImageSubtractOverflowModeConstants EnumerationCognex VisionPro 9.25 SR1
Enumeration of two image subtraction overflow modes.

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

public enum CogIPTwoImageSubtractOverflowModeConstants
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 subtract operation.
Shift2Divide the signed pixel value result by two.
Absolute3Generate pixel values from the absolute value of the result of the subtract operation.
Remarks

Enumeration of two image subtraction overflow modes.

See Also