CogCopyRegionSpaceTreeModeConstants EnumerationCognex VisionPro 9.10
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.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
Syntax

public enum CogCopyRegionSpaceTreeModeConstants
Members

  Member nameValueDescription
UseDestination0Leave the coordinate space tree of the DestinationImage unchanged.
CopyInput1Copy the coordinate space tree of the InputImage to the DestinationImage.
UseDestinationMergeInput2Merge the coordinate space tree from the InputImage into that of the DestinationImage.
CopyInputMergeDestination3Copy 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