CogPMAlignTool InputImage Property Cognex VisionPro 9.8
Search image used to run a PMAlign inspection. The SearchRegion is applied to this InputImage in order to define the region that will be used locate PMAlign pattern(s).

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 75.1.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The tool attempts to locate the trained Pattern in this image. The SearchRegion is applied to this InputImage in order to define the region that will be used locate PMAlign pattern(s).
See Also