Enumeration to select how to construct the space tree of the
output image.
Namespace: Cognex.VisionPro.SurfaceFXAssembly: Cognex.VisionPro.SurfaceFX (in Cognex.VisionPro.SurfaceFX.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| CopyLitFromRight | 0 | Copy the coordinate space tree from LitFromRightImage. | |
| CopyLitFromBottom | 1 | Copy the coordinate space tree from LitFromBottomImage. | |
| CopyLitFromLeft | 2 | Copy the coordinate space tree from LitFromLeftImage. | |
| CopyLitFromTop | 3 | Copy the coordinate space tree from LitFromTopImage. | |
| MergeAll | 4 | Merge all trees. |
See Also