CogIPOneImageAddSubtractConstantOverflowModeConstants EnumerationCognex VisionPro 9.8
Enumeration of single image pixel addition and subtraction overflow modes.

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

public enum CogIPOneImageAddSubtractConstantOverflowModeConstants
Members

  Member nameValueDescription
Bounded0Clamp pixel values to lowest and highest values that can be represented by the OutputImageFormat type. For 8 bit unsigned images, this is 0 and 255, respectively.
Wrap1Wrap pixel values that exceed the lowest and highest values that can be represented by the OutputImageFormat type.
Remarks

Enumeration of CogIPOneImageAddSubtractConstant overflow modes.

See Also