Specifies the Y coordinate on InputImageB used to align both images. This coordinate is specified in the same selected space as InputImageB passed to the Execute method. It is only used when ImageAlignmentEnabled is true.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogIPTwoImageSubtract Changed | Fires when the value of this property changes. The following state flag may be affected: |
Remarks
Specifies the y-coordinate in the second image (InputImageB) used to align the images to be subtracted. This coordinate is specified in InputImageB's CogCoordinateSpaceTree.
Alignment coordinates are used only when ImageAlignmentEnabled is True.
Default Value: 0.0 in selected space of InputImageB.
See Also