Tunes only the paragraphs specified by the supplied array list of zero based paragraph indices.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Parameters
- paragraphIndices
- Type: System.Collections ArrayList
n/a
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the pattern object is modified. |
| CogOCVMaxPattern CharacterChanged | Fires when a character is changed. |
| CogOCVMaxPattern TuneProgress | Fires periodically during tuning to report tuning progress and to facilitate optional cancellation of tuning. |
| CogOCVMaxPattern LineChanged | Fires when a line is modified. |
| CogOCVMaxPattern ParagraphChanged | Fires when a paragraph is modified. |
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If the TuneImage property is NULL. |
| CogSecurityViolationException | If licensing for this operator cannot be confirmed. |
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
Remarks
This optional step consists of iteratively training, running, and adjusting both the arrangement (trained properties) as well as the run parameters.
See Also