Returns a copy of the training characters after processing (re-sampling
and image pre-processing).
Namespace: Cognex.VisionPro.OCRMax.Implementation.InternalAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 80.0.0.0
Syntax
Return Value
Type: CogOCRMaxCharExceptions
| Exception | Condition |
|---|---|
| CogOCRMaxClassifierNotStartTrainedException | Thrown if IsStartTrained() == false. |
| CogOCRMaxClassifierNoSavedDataException | Thrown if if SaveTrainCharacters==false. |
| ObjectDisposedException | Thrown if the object is disposed. |
See Also