If true, the edge thresholds of ICogCNLSearchPattern will be used to generate a run-time edge map. If false, the edge thresholds in this run parameters interface will be used. Edge thresholds only apply to the NonLinear CNLPAS algorithm.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 69.0.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| CogCNLSearchRunParams Changed | Fires when the value of this property changes. The following state flag may be affected: |
Remarks
If true, the edge thresholds from the trained CogCNLSearchPattern will be used to limit the edges included in the edge map generated from the run-time search image. If false, the EdgeThresholdLow and EdgeThresholdHigh values in this CogCNLSearchRunParams are used.
See Also