CogIPTwoImageSpaceTreeModeConstants EnumerationCognex VisionPro 9.24
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.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax

public enum CogIPTwoImageSpaceTreeModeConstants
Members

  Member nameValueDescription
CopyA0Copy the coordinate space tree of InputImageA to the OutputImage.
CopyB1Copy the coordinate space tree of InputImageB to the OutputImage.
CopyAMergeB2Copy the coordinate space tree of InputImageA to the OutputImage and merge the space tree of InputImageB.
CopyBMergeA3Copy 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