Train the tool.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 75.1.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro ICogImage
The image containing the symbol(s).
- region
- Type: Cognex.VisionPro ICogRegion
The Region that specifies the region containing the symbol(s). If the CogRegion is NULL, the entire image is processed.
Exceptions
| Exception | Condition |
|---|---|
| CogImageBadTypeException | If the supplied input image argument is not a CogImage8Grey. |
| CogOperatorNoInputImageException | If the supplied input image argument is null. |
| ArgumentException | If the supplied input image unbound. |
| ArgumentException | If more than one symbol is enabled. |
| CogSecurityViolationException | If licensing for this operator cannot be confirmed. |
Remarks
See Also