Classes
| Class | Description | |
|---|---|---|
| CogCNLSearchPattern | Class which holds a single CNLSearch pattern used for locating features within an image. Primary interface provides access to the training parameters, a method to train the pattern, results of training the pattern, and a method to execute an inspection. | |
| CogCNLSearchResult | Class which holds a single CNLSearch result. Each result corresponds to a found instance of the pattern. | |
| CogCNLSearchResults | Class which holds a collection of CNLSearch results. An instance of this class will be created and filled with individual results in order of decreasing score. | |
| CogCNLSearchResultsShared | ||
| CogCNLSearchRunParams | Class which holds CNLSearch run parameters. The run parameters are used to control how CNLSearch locates matching patterns in the run-time image. | |
| CogCNLSearchTool | Tool which locates features using a CNLSearch pattern. This tool encompasses all of the classes required to run a CNLSearch inspection. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogCNLSearchAccuracyConstants | Enumeration of CNLSearch accuracy levels. | |
| CogCNLSearchAlgorithmConstants | Enumeration of CNLSearch algorithms. | |
| CogCNLSearchCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCNLSearchEdgeHitConstants | Enumeration used to indicate whether a pattern instance was found against one or more edges of the search region. | |
| CogCNLSearchLastRunRecordConstants | Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCNLSearchLastRunRecordDiagConstants | Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCNLSearchResultGraphicConstants | Constants used to specify desired result graphics. |