CogIPTwoImageSubtract ImageAAlignmentX Property Cognex VisionPro 9.7
Specifies the X coordinate on InputImageA used to align both images. This coordinate is specified in the same selected space as InputImageA passed to the Execute method. It is only used when ImageAlignmentEnabled is true.

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

public double ImageAAlignmentX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogIPTwoImageSubtract Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Specifies the x-coordinate in the first image (InputImageA) used to align the images to be subtracted. This coordinate is specified in InputImageA's CogCoordinateSpaceTree.

Alignment coordinates are used only when ImageAlignmentEnabled is True.

Default Value: 0.0 in selected space of InputImageA.

See Also