CogOCVMaxPattern Tune Method (Int32)Cognex VisionPro 9.8 SR1
Tune only the paragraph specified by the supplied zero based paragraph index.

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

public void Tune(
	int paragraphIndex
)
Events

Exceptions

ExceptionCondition
InvalidOperationExceptionIf an internal error occurs during training.
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
CogSecurityViolationExceptionIf 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