Cognex.VisionPro.EdgeInspect NamespaceCognex VisionPro 9.10
 
Classes

  ClassDescription
Public classCogBeadInspectDefect
Class that holds a bead inspect defect generated by the Execute(ICogVisionData, CogBeadInspectRunParams) method.
Public classCogBeadInspectDefects
Class that holds a collection of CogBeadInspectDefect. An instance of this class is returned by the Defects property.
Public classCogBeadInspectFindParams
This class holds the parameters used to find coarse paths in a training image.
Public classCogBeadInspectFindResult
Class that holds a coarse path generated by the Find  method.
Public classCogBeadInspectFindResults
Class that holds a collection of CogBeadInspectFindResult. An instance of this class is created by every call to the Find  method.
Public classCogBeadInspectPattern
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.
Public classCogBeadInspectResult
Class that holds analysis of the runtime image, generated by the Execute(ICogVisionData, CogBeadInspectRunParams) method.
Public classCogBeadInspectRunParams
Class that holds the BeadInspect run parameters. These parameters control how BeadInspect detects defects in the runtime image.
Public classCogBeadInspectTool
Class that represents the top-level BeadInspect tool. The BeadInspect tool accepts one input image.
Public classCogBeadInspectTrainResult
Class that holds a BeadInspect train result. An instance of this class is created by every successful call to the Train  method.
Public classCogIllegalTrainingParamAtRuntimeException
This exception is thrown if you attempt to call the Execute(ICogVisionData, CogBeadInspectRunParams) method of a CogBeadInspectPattern using an image whose coordinate space deviates enough from the coordinate space used to train and has caused either the expected bead width or caliper spacing trained to now be out of bounds
Public classCogImageMisMatchException
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.
Public classCogInvalidMaskOrFillEdgeLengthException
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.
Public classCogOperatorFindNotRunException
Enumerations

  EnumerationDescription
Public enumerationCogBeadInspectCurrentRecordConstants
Enumeration of data that can be provided in the Tool's CurrentRecord.
Public enumerationCogBeadInspectDefectTypeConstants
Enumeration of defect categories that can be detected within a runtime image by the BeadInspect Tool.
Public enumerationCogBeadInspectLastRunRecordConstants
Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.
Public enumerationCogBeadInspectLastRunRecordDiagConstants
Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.
Public enumerationCogBeadInspectTrainResultGraphicConstants
Constants used to specify the desired train result graphics