Tunes only the paragraph specified by the paragraph iterator.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
Parameters
- pTarget
- Type: Cognex.VisionPro.OCVMax CogOCVMaxParagraphIterator
n/a
Events
| Event Type | Reason |
|---|---|
| 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. |
| ICogChangedEvent Changed | Fires when the pattern object is modified. |
| CogOCVMaxPattern ParagraphChanged | Fires when a paragraph is modified. |
| CogOCVMaxPattern LineChanged | Fires when a line is modified. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied paragraph iterator argument is NULL. |
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
| InvalidOperationException | If an internal error occurs during training. |
| CogSecurityViolationException | If licensing for this operator cannot be confirmed. |
Remarks
This optional step consists of iteratively training, running, and adjusting both the arrangement (trained properties) as well as the run parameters.
See Also