Cog3DVisionDataStitchXYModeConstants EnumerationCognex VisionPro 9.5
How to define the XY bounds of Cot3DVisionDataStitch's output image.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax

public enum Cog3DVisionDataStitchXYModeConstants
Members

  Member nameValueDescription
Limit1 Clip the output in X and Y according to OutputImageXMin, OutputImageXMax. OutputImageYMin, and OutputImageYMax.
Auto2 Automatically size the output range image in X and Y to contain the bounding corners (at image Z = 0 and at image Z = 64K) of the input images.
See Also