Cognex.VisionPro.ViDiEL NamespaceCognex VisionPro 9.25 SR1
 
Classes

  ClassDescription
Public classCogClassifyTool
This is the class for the CogClassifyTool. The CogClassifyTool provides functionality for interacting with a Vision Edge Learning ClassifyTool from within a VisionPro environment.
Public classCogOCRCharacterClassResult
Each found character gets a CogOCRCharacterClassResult for every defined class. The CogOCRCharacterClassResult holds a ClassName, a ClassIdentifier, and a score.
Public classCogOCRCharacterClassResultCollection
A read only collection of objects.
Public classCogOCRCharacterResult
This class holds results for a single found character. These include the bounding affine rectangle, the background score, and the set of character class results associated with this individual character for every defined class.
Public classCogOCRCharacterResultCollection
A read only collection of objects.
Public classCogOCRLine
The CogOCRTool can produce results for multiple lines. This class holds the results for a single line. It contains the string value of the line, plus an ordered collection of the corresponding character result indices.
Public classCogOCRLineCollection
A read only collection of objects.
Public classCogOCRResult
This class holds the results from a single run of the . This includes the combined results string, the set of individual character results, the set of line results, and the matching pattern of advanced fielding.
Public classCogOCRTool
This is the class for the CogOCRTool. The CogOCRTool provides functionality for interacting with a Vision Edge Learning OCRTool from within a VisionPro environment.
Public classCogSegmentResult
Segmentation can produce a result for each trained "class". That result includes a heatmap image plus the class name and class identifier.
Public classCogSegmentResults
A read only collection of segmentation results.
Public classCogSegmentTool
This class provides segmentation analysis from within a VisionPro QuickBuild or CogToolBlock environment.