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

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

public CogImage8Grey InputImage { get; set; }

Property Value

Type: CogImage8Grey
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Search image used to run a CNLSearch inspection. The SearchRegion is applied to this InputImage to determine the region which is searched for the trained pattern.

See Also