CogCNLSearchTool SearchRegion Property Cognex VisionPro 9.5
Region of interest in the InputImage that is used to locate CNLSearch pattern(s). NULL means use entire InputImage. The SearchRegionMode property of CogCNLSearchRunParams specifies exactly how the region will be applied to this image.

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

public ICogRegion SearchRegion { get; set; }

Property Value

Type: ICogRegion
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The region of interest in the InputImage in which the tool searches for the trained Pattern. Specify NULL to search the entire image. The RunParams.SearchRegionMode property specifies exactly how the region will be applied to this image.

See Also