Classes
| Class | Description | |
|---|---|---|
| CogPMRedLinePattern |
Class that represents a PMRedLine pattern. You can use the methods of
this class to train a new pattern and to search for instances of the
trained pattern in a runtime image. You can also search for pattern
instances using the tool class,
CogPMRedLineTool.
| |
| CogPMRedLineResult |
Class that holds a single PMRedLine result. Each result corresponds to a
found instance of the pattern.
| |
| CogPMRedLineResults |
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.
| |
| CogPMRedLineRunParams |
Class that holds the PMRedLine run parameters. These parameters
control how PMRedLine locates patterns in the runtime image.
| |
| CogPMRedLineTool |
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.
| |
| CogPMRedLineZoneAngle |
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.
| |
| CogPMRedLineZoneScale |
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
| Enumeration | Description | |
|---|---|---|
| CogPMRedLineAccuracyModeConstants |
Enumeration of accuracy modes available to CogPMRedLineRunParams. The
accuracy mode controls the tradeoff between speed and accuracy.
| |
| CogPMRedLineCurrentRecordConstants |
Enumeration of data that can be provided in the Tool's
CurrentRecord.
| |
| CogPMRedLineLastRunRecordConstants |
Enumeration of non-diagnostic data that can be provided in
the Tool's LastRunRecord.
| |
| CogPMRedLineLastRunRecordDiagConstants |
Enumeration of diagnostic data that can be provided in the
Tool's LastRunRecord.
| |
| CogPMRedLineResultGraphicConstants |
Enumeration of data used for creating result graphics.
| |
| CogPMRedLineZoneConstants |
Enumeration of configuration methods for a PMRedLine DOF zone.
|