Cog3DVisionDataStitchScaleModeConstants EnumerationCognex VisionPro 9.8
How the Cog3DVisionDataStitch will scale the result.

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

public enum Cog3DVisionDataStitchScaleModeConstants
Members

  Member nameValueDescription
UseXYZScales1 Always use the specified X, Y, and Z scale values to generate the output.
UseInputImageScales2 If all input range images have identical X scale values, and they all have identical Y scale values, and they all have identical Z scale values, then use those same scale values in the output range image. Otherwise throw an ArgumentException.
UseFirstInputImageScales3 Use first image's X scale value, Y scale value and Z scale value in the output range image.
See Also