CogOCVMaxPattern Untrain Method Cognex VisionPro
Discards any trained data.

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

public void Untrain()
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
Remarks

Trained is set to False after this method is invoked. This method has no effect is Trained is False.

See Also