Enumeration of options for copying the selected space tree of the InputImage to the DestinationImage. Copying and merging operations are done by reference.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| UseDestination | 0 | Leave the coordinate space tree of the DestinationImage unchanged. | |
| CopyInput | 1 | Copy the coordinate space tree of the InputImage to the DestinationImage. | |
| UseDestinationMergeInput | 2 | Merge the coordinate space tree from the InputImage into that of the DestinationImage. | |
| CopyInputMergeDestination | 3 | Copy the coordinate space tree of the InputImage to the DestinationImage and merge the original space tree of the DestinationImage into it. |
Remarks
Enumeration of options for copying the selected space tree of the InputImage to the DestinationImage.
See Also