This enumeration is used to specify the algorithm used to compute the
DepthImage.
Namespace: Cognex.VisionPro.TrevistaAssembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 91.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Local | 0 | When the DepthMode is Local, the DepthImage is computed by effectively integrating the ContourImage twice to get the surface height. | |
| Global | 1 | When the DepthMode is Global, the DepthImage is computed by effectively integrating the ShapeHorizontalImage and the ShapeVerticalImage to get the surface height. |
See Also