Classes
| Class | Description | |
|---|---|---|
| CogLineMax |
This class provides functionality for finding lines in images. It will
return candidate lines that meet the requirements specified by its
properties.
| |
| CogLineMaxEdgeDetectionParams |
Class for configuring the edge detection behavior of CogLineMax.
| |
| CogLineMaxEdgePoint |
Class containing LineMax edge point data.
| |
| CogLineMaxEdgePointCollection |
Class containing a read-only set of edge points.
| |
| CogLineMaxResult |
This class holds the result data for a LineMax line.
| |
| CogLineMaxResults |
This class holds all of the result information from a LineMax
operation.
| |
| CogLineMaxTool |
This class provides tool level access to LineMax functionality.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogLineMaxCurrentRecordConstants |
Enumeration of data that can be included in the CurrentRecord.
| |
| CogLineMaxFittingModeConstants |
Enumeration of modes for fitting lines to edge points.
| |
| CogLineMaxLastRunRecordConstants |
Enumeration of result data that can be included in the LastRunRecord.
| |
| CogLineMaxLastRunRecordDiagConstants |
Enumeration of diagnostic data that can be included in the LastRunRecord.
| |
| CogLineMaxPolarityConstants |
Enumeration of LineMax polarity values.
| |
| CogLineMaxResultGraphicConstants |
Enumeration of flags used for creating CogLineMax result graphics.
|