Enumeration of CNLSearch algorithms.
Namespace: Cognex.VisionPro.CNLSearchAssembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| LinearSearch | 1 | A 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. | |
| LinearCNLPAS | 2 | A 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. | |
| NonLinearCNLPAS | 4 | A 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