How the Cog3DVisionDataStitch will
scale the result.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| UseXYZScales | 1 | Always use the specified X, Y, and Z scale values to generate the output. | |
| UseInputImageScales | 2 | 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. | |
| UseFirstInputImageScales | 3 | Use first image's X scale value, Y scale value and Z scale value in the output range image. |
See Also