CogTrevistaDepthModeConstants EnumerationCognex VisionPro 9.21 SR1
This enumeration is used to specify the algorithm used to compute the DepthImage.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 85.1.0.0
Syntax

public enum CogTrevistaDepthModeConstants
Members

  Member nameValueDescription
Local0 When the DepthMode is Local, the DepthImage is computed by effectively integrating the ContourImage twice to get the surface height.
Global1 When the DepthMode is Global, the DepthImage is computed by effectively integrating the ShapeHorizontalImage and the ShapeVerticalImage to get the surface height.
See Also