Cognex.VisionPro.SearchMax NamespaceCognex VisionPro 9.8 SR1
 
Classes

  ClassDescription
Public classCogSearchMaxPattern
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.
Public classCogSearchMaxResult
This class holds one result item of the results. Each result corresponds to a found instance of the pattern.
Public classCogSearchMaxResults
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.
Public classCogSearchMaxRunParams
This class encapsulates the run time parameters used by Execute method of CogSearchMaxPattern
Public classCogSearchMaxTool
This class provides tool level access to the CogSearchMaxPattern operator. This class encapsulates all of the classes required to perform SearchMax search.
Public classCogSearchMaxZoneAngle
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.
Public classCogSearchMaxZoneScale
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

  EnumerationDescription
Public enumerationCogSearchMaxCompressionModeConstants
Enumeration of Compression Modes available to CogSearchMaxPattern
Public enumerationCogSearchMaxCurrentRecordConstants
Enumeration of data that can be included in the tool's CurrentRecord.
Public enumerationCogSearchMaxCVLCompatibilityModeConstants
Cognex Internal Use Only
Public enumerationCogSearchMaxGranularityModeConstants
Enumeration of GranularityModes available to CogSearchMaxPattern, The Granularity mode is the method used to generate the coarse model at a given granularity or resolution.
Public enumerationCogSearchMaxLastRunRecordConstants
Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord.
Public enumerationCogSearchMaxLastRunRecordDiagConstants
Enumeration of Diagnostic data that can be included in the tool's LastRunRecord.
Public enumerationCogSearchMaxResultGraphicConstants
Enumeration of data used for creating result graphics.
Public enumerationCogSearchMaxRunAlgorithmConstants
Enumeration of RunAlgorithms available to CogSearchMaxPattern. The RunAlgorithm affects the overall accuracy of the result.
Public enumerationCogSearchMaxRunModeConstants
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.
Public enumerationCogSearchMaxTrainModeConstants
Enumeration of train modes available to CogSearchMaxPattern
Public enumerationCogSearchMaxZoneConstants
Enumeration of configuration methods for a SearchMax DOF zone.