CogOCRMaxClassifierImpl GetTrainCharactersProcessed Method Cognex VisionPro 9.21
Returns a copy of the training characters after processing (re-sampling and image pre-processing).

Namespace: Cognex.VisionPro.OCRMax.Implementation.Internal
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 83.0.0.0
Syntax

public CogOCRMaxChar[] GetTrainCharactersProcessed()

Return Value

Type:  CogOCRMaxChar 
Exceptions

ExceptionCondition
CogOCRMaxClassifierNotStartTrainedException Thrown if IsStartTrained() == false.
CogOCRMaxClassifierNoSavedDataException Thrown if if SaveTrainCharacters==false.
ObjectDisposedException Thrown if the object is disposed.
See Also