Classes
| Class | Description | |
|---|---|---|
| CogSearchMaxPattern |
This class is the workhorse of the
Cognex.VisionPro.SearchMax assembly;
it performs the actual SearchMax search.
This class contains the training parameters and trained state information.
You can use this class to perform a search, or you can use the tool,
CogSearchMaxTool.
| |
| CogSearchMaxResult |
This class holds one result item of the results.
Each result corresponds to a found instance of the pattern.
| |
| CogSearchMaxResults |
This class holds a collection of the results for a
SearchMax search. An instance of this class
will be created and filled with individual results in order of
decreasing score.
| |
| CogSearchMaxRunParams |
This class encapsulates the run time parameters used by
Execute method of
CogSearchMaxPattern | |
| CogSearchMaxTool |
This class provides tool level access to the
CogSearchMaxPattern operator.
This class encapsulates all of the
classes required to perform SearchMax search.
| |
| CogSearchMaxZoneAngle |
Class which holds angle Degree Of Freedom (DOF) information.
SearchMax can locate patterns that have changed in angle from the
trained pattern. This class specifies the angle(s) at which patterns
may be located.
| |
| CogSearchMaxZoneScale |
Class which holds scale Degree Of Freedom (DOF) information.
SearchMax can locate patterns that have changed in scale from the
trained pattern. This class specifies the scale(s) at which patterns
may be located.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogSearchMaxCompressionModeConstants |
Enumeration of Compression Modes available to CogSearchMaxPattern
| |
| CogSearchMaxCurrentRecordConstants |
Enumeration of data that can be included in the tool's CurrentRecord.
| |
| CogSearchMaxCVLCompatibilityModeConstants |
Cognex Internal Use Only
| |
| CogSearchMaxGranularityModeConstants |
Enumeration of GranularityModes available to CogSearchMaxPattern,
The Granularity mode is the method used to generate the coarse
model at a given granularity or resolution.
| |
| CogSearchMaxLastRunRecordConstants |
Enumeration of Non-Diagnostic data that can be included in
the tool's LastRunRecord.
| |
| CogSearchMaxLastRunRecordDiagConstants |
Enumeration of Diagnostic data that can be included in the
tool's LastRunRecord.
| |
| CogSearchMaxResultGraphicConstants |
Enumeration of data used for creating result graphics.
| |
| CogSearchMaxRunAlgorithmConstants |
Enumeration of RunAlgorithms available to CogSearchMaxPattern.
The RunAlgorithm affects the overall accuracy of the result.
| |
| CogSearchMaxRunModeConstants |
Enumeration of run modes available to CogSearchMaxRunParams.
The run mode dictates how Search Max decides which parts of the
image will be searched for the pattern.
| |
| CogSearchMaxTrainModeConstants |
Enumeration of train modes available to CogSearchMaxPattern
| |
| CogSearchMaxZoneConstants |
Enumeration of configuration methods for a SearchMax DOF zone.
|