CogIPOneImageMultiplyConstantOverflowModeConstants EnumerationCognex VisionPro 9.10
Enumeration of single image pixel multiplication overflow modes.

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

public enum CogIPOneImageMultiplyConstantOverflowModeConstants
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 single image pixel multiplication overflow modes.

See Also