Cognex.VisionPro.PMRedLine NamespaceCognex VisionPro 9.25 SR1
 
Classes

  ClassDescription
Public classCogPMRedLinePattern
Public classCogPMRedLineResult
Class that holds a single PMRedLine result. Each result corresponds to a found instance of the pattern.
Public classCogPMRedLineResults
Class that holds a collection of PMRedLine search results. An instance of this class is created by every run of PMRedLine. Results are stored in order of decreasing score.
Public classCogPMRedLineRunParams
Class that holds the PMRedLine run parameters. These parameters control how PMRedLine locates patterns in the runtime image.
Public classCogPMRedLineTool
Class that represents the top-level PMRedLine tool. With this tool you can search your input image for instances of a CogPMRedLinePattern. This class encapsulates all of the objects needed to perform a PMRedLine search.
Public classCogPMRedLineZoneAngle
Class that holds angle Degree Of Freedom (DOF) information. PMRedLine 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 classCogPMRedLineZoneScale
Class that holds scale Degree Of Freedom (DOF) information. PMRedLine 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 enumerationCogPMRedLineAccuracyModeConstants
Enumeration of accuracy modes available to CogPMRedLineRunParams. The accuracy mode controls the tradeoff between speed and accuracy.
Public enumerationCogPMRedLineCurrentRecordConstants
Enumeration of data that can be provided in the Tool's CurrentRecord.
Public enumerationCogPMRedLineLastRunRecordConstants
Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.
Public enumerationCogPMRedLineLastRunRecordDiagConstants
Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.
Public enumerationCogPMRedLineResultGraphicConstants
Enumeration of data used for creating result graphics.
Public enumerationCogPMRedLineZoneConstants
Enumeration of configuration methods for a PMRedLine DOF zone.