CogOCVMaxPattern Tune Method ( Int32 )Cognex VisionPro 9.5
Tunes just the paragraphs specified by the supplied array of zero based paragraph indices.

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

public void Tune(
	int[] paragraphIndices
)

Parameters

paragraphIndices
Type:  System Int32 
n/a
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
InvalidOperationExceptionIf this operator is not already trained.
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