Classes
| Class | Description | |
|---|---|---|
| CogBeadInspectDefect |
Class that holds a bead inspect defect generated by the
Execute(ICogVisionData, CogBeadInspectRunParams)
method.
| |
| CogBeadInspectDefects |
Class that holds a collection of CogBeadInspectDefect.
An instance of this class is returned by the Defects property.
| |
| CogBeadInspectFindParams |
This class holds the parameters used to find coarse paths in a training image.
| |
| CogBeadInspectFindResult |
Class that holds a coarse path generated by the Find method.
| |
| CogBeadInspectFindResults |
Class that holds a collection of CogBeadInspectFindResult.
An instance of this class is created by every call to the Find method.
| |
| CogBeadInspectPattern |
Class that represents a BeadInspect pattern. You can use the methods of
this class to find coarse path candidates for training, to train a new path, and to
detect defects in a runtime image.
| |
| CogBeadInspectResult |
Class that holds analysis of the runtime image, generated by the
Execute(ICogVisionData, CogBeadInspectRunParams)
method.
| |
| CogBeadInspectRunParams |
Class that holds the BeadInspect run parameters. These parameters
control how BeadInspect detects defects in the runtime image.
| |
| CogBeadInspectTool |
Class that represents the top-level BeadInspect tool.
The BeadInspect tool accepts one input image.
| |
| CogBeadInspectTrainResult |
Class that holds a BeadInspect train result. An instance of this class
is created by every successful call to the
Train method.
| |
| CogImageMisMatchException |
This exception is thrown if you call the
Train
method of a
CogBeadInspectPattern
after the training image or its coordinate tree has been updated. This exception may be prevented by calling the
Find
method again.
| |
| CogInvalidMaskOrFillEdgeLengthException |
This exception is thrown if you attempt to call the
Execute(ICogVisionData, CogBeadInspectRunParams)
method of a
CogBeadInspectPattern
with a
CogBeadInspectRunParams
provided that has mask or fill edge lists whose lengths differ from the number of calipers
present in the currently trained path.
| |
| CogOperatorFindNotRunException |
This exception is thrown if you attempt to call the
Train
or
Execute(ICogVisionData, CogBeadInspectRunParams)
method of a
CogBeadInspectPattern
before calling its
Find
method.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogBeadInspectCurrentRecordConstants |
Enumeration of data that can be provided in the Tool's
CurrentRecord.
| |
| CogBeadInspectDefectTypeConstants |
Enumeration of defect categories that can be detected within a runtime image by the BeadInspect Tool.
| |
| CogBeadInspectLastRunRecordConstants |
Enumeration of non-diagnostic data that can be provided in
the Tool's LastRunRecord.
| |
| CogBeadInspectLastRunRecordDiagConstants |
Enumeration of diagnostic data that can be provided in the
Tool's LastRunRecord.
| |
| CogBeadInspectTrainResultGraphicConstants |
Constants used to specify the desired train result graphics
|