Adds an additional tune record to the tune data.
Namespace: Cognex.VisionPro.OCRMaxThe input record should be verified to be correct by the user.
The input record should be a representative example of the image you wish the tuned tool to read.
After calling this function the TuneData will be in the "untuned" state.
In order to re-enter the tuned state the user should call the Tune() function.
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- record
- Type: Cognex.VisionPro.OCRMax CogOCRMaxTuneRecord
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this function is called. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if record is null. |
| ArgumentException |
|
See Also