CogCNLSearchAlgorithmConstants EnumerationCognex VisionPro 9.5
Enumeration of CNLSearch algorithms.

Namespace: Cognex.VisionPro.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 69.0.0.0
Syntax

public enum CogCNLSearchAlgorithmConstants
Members

  Member nameValueDescription
LinearSearch1A linear search mode which uses an aggressive search strategy. The aggressiveness of this algorithm maximizes speed. However, because of this, it may tend to discard some unpromising locations prematurely.
LinearCNLPAS2A linear search mode which uses a conservative search strategy for identifying likely matches within an image. This strategy is somewhat time consuming, but it greatly reduces the risk of missing an actual instance of the pattern in an image.
NonLinearCNLPAS4A nonlinear search mode which handles nonlinear changes in brightness of the image when searching for a pattern. This is an edge based algorithm which locates a pattern by finding the best match of the pattern's edge and non-edge pixels.
Remarks

Enumeration of CNLSearch algorithms.

See Also