CogPixelMapOutputRangeConstants EnumerationCognex VisionPro 9.25 SR1
Enumeration of constants used to specify the computed output range

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

[FlagsAttribute]
public enum CogPixelMapOutputRangeConstants
Members

  Member nameValueDescription
Full0 Use the minimum and maximum values of the range of the output type (e.g. 0 and 256 for 8-bit output images)
FullInverted1 Use the maximum and minimum values of the range of the output type (e.g. 256 and 0 for 8-bit output images)
CustomRelative2 Use user-specified values
See Also