CogOCVMaxPattern Tune Method (CogOCVMaxParagraphIterator)Cognex VisionPro 9.8
Tunes only the paragraph specified by the paragraph iterator.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax

public void Tune(
	CogOCVMaxParagraphIterator pTarget
)
Events

Exceptions

ExceptionCondition
InvalidOperationExceptionIf this operator is not already trained.
CogSecurityViolationExceptionIf licensing for this operator cannot be confirmed.
ArgumentNullExceptionIf the supplied paragraph iterator argument is NULL.
ObjectDisposedExceptionIf 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