Classes
| Class | Description | |
|---|---|---|
| CogClassifyTool |
This is the class for the CogClassifyTool. The CogClassifyTool
provides functionality for interacting with a Vision Edge Learning
ClassifyTool from within a VisionPro environment.
| |
| CogOCRCharacterClassResult |
Each found character gets a CogOCRCharacterClassResult for every
defined class. The CogOCRCharacterClassResult holds a ClassName, a
ClassIdentifier, and a score.
| |
| CogOCRCharacterClassResultCollection | ||
| CogOCRCharacterResult |
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.
| |
| CogOCRCharacterResultCollection | ||
| CogOCRLine |
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.
| |
| CogOCRLineCollection | ||
| CogOCRResult | ||
| CogOCRTool |
This is the class for the CogOCRTool. The CogOCRTool
provides functionality for interacting with a Vision Edge Learning
OCRTool from within a VisionPro environment.
| |
| CogSegmentResult |
Segmentation can produce a result for each trained "class". That
result includes a heatmap image plus the class name and
class identifier.
| |
| CogSegmentResults |
A read only collection of segmentation results.
| |
| CogSegmentTool |
This class provides segmentation analysis from within a VisionPro
QuickBuild or CogToolBlock environment.
|