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.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 69.0.0.0
Syntax
Property Value
Type: ICogRegionEvents
| Event Type | Reason |
|---|---|
| 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