Cog3DVisionDataStitchZModeConstants EnumerationCognex VisionPro 9.7
How to handle the Z values of the output range image.

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

public enum Cog3DVisionDataStitchZModeConstants
Members

  Member nameValueDescription
UseZMin1 The OutputImageZMin parameter will be the output space Z that corresponds to a minimum output voxel value. Any output voxel at or below the voxel pierced by the specified output space Z value will be set to this value.
Auto2 A ZMin value will be automatically computed from the input images by mapping image Z = 0 corner points into output space and taking the miniumum mapped Z value.
See Also