CogIPTwoImageMinMax ImageAlignmentEnabled Property Cognex VisionPro 9.24
Specifies whether or not the alignment coordinates should be used to align the first image with the second image. If not enabled, the upper-left corner of the image or transformed region image will be used for alignment.

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

public bool ImageAlignmentEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogIPTwoImageMinMax Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Specifies whether the alignment coordinates should be used to align the first image with the second image. If this property is False, the images are aligned on their upper left corners of their transformed regions. If not enabled, CogIPTwoImageMinMax uses the upper-left corner of the image or of the transformed region for alignment.

You can set the alignment coordinates with ImageAAlignmentX, ImageAAlignmentY, ImageBAlignmentX, and ImageBAlignmentY.

Default Value: False

See Also