Limit-down specifies how many rows of pixels at the bottom of the pattern may lie outside of the search region and still be found. Ignored if PartialMatchLimitsUsePattern is true. Partial match results are not supported by the CNLPAS algorithms.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogCNLSearchRunParams Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied value is less than zero. |
Remarks
Limit-down specifies how many rows of pixels at the bottom of the pattern may lie outside of the search image and still be found. Partial match searching is only supported for the Linear Search algorithm.
The value of this property is ignored in favor of the training-time partial match limits if PartialMatchLimitsUsePattern is true.
Default Value: 0
See Also