CogCNLSearchRunParams PartialMatchLimitDown Property Cognex VisionPro
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.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax

public int PartialMatchLimitDown { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCNLSearchRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
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