Enumeration of options for copying the selected space trees of the input images to the OutputImage. Copying and merging operations are done by reference.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| CopyA | 0 | Copy the coordinate space tree of InputImageA to the OutputImage. | |
| CopyB | 1 | Copy the coordinate space tree of InputImageB to the OutputImage. | |
| CopyAMergeB | 2 | Copy the coordinate space tree of InputImageA to the OutputImage and merge the space tree of InputImageB. | |
| CopyBMergeA | 3 | Copy the coordinate space tree of InputImageB to the OutputImage and merge the space tree of InputImageA. |
Remarks
Enumeration of options for copying the selected space trees of the input images to the OutputImage.
See Also