Classes
| Class | Description | |
|---|---|---|
| CogCaliper | Edge-based caliper object. | |
| CogCaliperEdge | A single located edge. | |
| CogCaliperEdges | Collection of located edges. | |
| CogCaliperInternal | Cognex Internal use only. | |
| CogCaliperResult | One Caliper Result. | |
| CogCaliperResults | Collection of Caliper results. | |
| CogCaliperScorerContrast | Scoring function which scores the contrast of a candidate edge. | |
| CogCaliperScorerPosition | Scoring function which uses the absolute position of the candidate edge or edge pair. | |
| CogCaliperScorerPositionNeg | Scoring function which uses the position of a candidate edge or edge pair. Negative values allowed. | |
| CogCaliperScorerPositionNorm | Scoring function which uses the absolute normalized position of a candidate edge or edge pair. | |
| CogCaliperScorerPositionNormNeg | Scoring function which uses the normalized position of an edge pair. Negative values are allowed. | |
| CogCaliperScorers | Collection of caliper scorers. | |
| CogCaliperScorerSizeDiffNorm | Scoring function which uses the normalized size of the difference between the candidate edge pair size and the expected edge pair size. | |
| CogCaliperScorerSizeDiffNormAsym | Scoring function which uses the normalized size of an edge pair with a two sided mapping. | |
| CogCaliperScorerSizeNorm | Scoring function which uses the normalized size of an edge pair. | |
| CogCaliperScorerStateFlags | Class that defines the state flags for the ICogCaliperScorer interface. Each static field in this class defines a single bit flag. These flags may appear in the EventArgs of a Changed event fired by any class implementing ICogCaliperScorer. | |
| CogCaliperScorerStraddle | Returns 1 if the candidate edge pair straddles found position, else 0. | |
| CogCaliperTool | Edge-based caliper tool. | |
| CogFindCircle | Class which contains the run parameters of a circle finder. | |
| CogFindCircleResult | Class that contains result information specific to each data point found by the calipers. | |
| CogFindCircleResults | Class which contains the circle finder results. Primary interface provides access to the best fit circle, an interpolated circular arc, and a collection of results specific to each edge point found by the calipers. | |
| CogFindCircleTool | Tool which finds a circle in a provided image by fitting the highest scoring edge points found by a suite of calipers. This tool encompasses all of the interfaces required to run a circle finder inspection. | |
| CogFindCorner | Class which contains the run parameters of a corner finder. | |
| CogFindCornerResult | Class that contains the corner finder results. Along with line finder results for both lines, there is a boolean to indicate that a corner was successfully computed as well as the two corner point coordinates. | |
| CogFindCornerTool | Tool which finds a corner in a provided image, as defined by the intersection of two lines. | |
| CogFindEllipse | Class which contains the run parameters of an ellipse finder. | |
| CogFindEllipseResult | Class that contains result information specific to each data point found by the calipers. | |
| CogFindEllipseResults | Class which contains the ellipse finder results. Primary interface provides access to the best fit ellipse, an interpolated elliptical arc, and a collection of results specific to each edge point found by the calipers. | |
| CogFindEllipseTool | Tool which finds an ellipse in a provided image by fitting the highest scoring edge points found by a suite of calipers. This tool encompasses all of the interfaces required to run an ellipse finder inspection. | |
| CogFindLine | Class which contains the run parameters of a line finder. | |
| CogFindLineResult | Class that contains result information specific to each data point found by the calipers. | |
| CogFindLineResults | Class which contains the line finder results. Primary interface provides access to the best fit line, an interpolated line segment, and a collection of results specific to each edge point found by the calipers. | |
| CogFindLineTool | Tool which finds a line in a provided image by fitting the highest scoring edge points found by a suite of calipers. This tool encompasses all of the interfaces required to run a line finder inspection. |
Interfaces
| Interface | Description | |
|---|---|---|
| ICogCaliperScorer | Common interface for all scorers. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogCaliperCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCaliperEdgeModeConstants | Enumeration of caliper edge-finding modes. | |
| CogCaliperLastRunRecordConstants | Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCaliperLastRunRecordDiagConstants | Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCaliperPolarityConstants | Enumeration of polarity possibilities. | |
| CogCaliperResultGraphicConstants | Constants used to specify desired result graphics for CreateResultGraphics(). | |
| CogCaliperSamplingModeConstants | Enumeration of affine sampling modes. | |
| CogCaliperSortModeConstants | Enumeration of ways in which caliper results may be sorted. | |
| CogCaliperSpaceConstants | Enumeration of 1D coordinate spaces that Caliper uses. | |
| CogCaliperTimeConstants | Enumeration of times that may be requested from Caliper results. | |
| CogFindCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogFindCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindCircleResultGraphicConstants | Constants used to specify desired result graphics. | |
| CogFindCircleSearchDirectionConstants | Indicates whether each caliper should search inward towards the center of the Circle, or outward away from the center of the Circle. | |
| CogFindCornerCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogFindCornerLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindCornerLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindEllipseCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogFindEllipseFitConstraintConstants | What if any constraints should be applied to the ellipse fit. | |
| CogFindEllipseLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindEllipseLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindEllipseResultGraphicConstants | Constants used to specify desired result graphics. | |
| CogFindEllipseSearchDirectionConstants | Indicates whether each caliper should search inward towards the center of the Ellipse, or outward away from the center of the Ellipse. | |
| CogFindLineCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogFindLineLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindLineLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogFindLineResultGraphicConstants | Constants used to specify desired result graphics. |