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.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| CogIPTwoImageSubtract 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, CogIPTwoImageSubtract 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