CogCopyRegion ImageAlignmentEnabled Property Cognex VisionPro 9.21 SR1
Specifies whether or not the alignment coordinates should be used to align the InputImage with the DestinationImage (if given). If not enabled, the upper-left corner of the images will be used for alignment.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax

public bool ImageAlignmentEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogCopyRegion Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Specifies whether or not the alignment coordinates should be used to align the InputImage with the DestinationImage, if given. If not enabled, the upper-left corner of the images are used for alignment.

Default Value: False

See Also