CogCNLSearchRunParams EdgeThresholdsUsePattern Property Cognex VisionPro 9.8 SR1
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.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 75.0.0.0
Syntax

public bool EdgeThresholdsUsePattern { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
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