Tunes the entire arrangement.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Events
| Event Type | Reason |
|---|---|
| CogOCVMaxPattern CharacterChanged | Fires when a character is changed. |
| ICogChangedEvent Changed | Fires when the pattern object is modified. |
| CogOCVMaxPattern LineChanged | Fires when a line is modified. |
| CogOCVMaxPattern TuneProgress | Fires periodically during tuning to report tuning progress and to facilitate optional cancellation of tuning. |
| CogOCVMaxPattern ParagraphChanged | Fires when a paragraph is modified. |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
| CogSecurityViolationException | If licensing for this operator cannot be confirmed. |
| CogTimeoutExpiredException | If TuneRunParams.TimeoutEnabled is true and the operator does not complete tuning within TuneRunParams.Timeout milliseconds, this exception is generated. Note that this exception will also be generated if tuning is cancelled via the TuneProgress event. |
| InvalidOperationException | If the TuneImage property is NULL. |
Remarks
This optional step consists of iteratively training, running, and adjusting both the arrangement (trained properties) as well as the run parameters.
See Also