Skip to content

HOCRMlp🔗

Name🔗

HOCRMlp — Represents an instance of a MLP OCR classifier.

Constructors🔗

 
CreateOcrClassMlp Create an OCR classifier using a multilayer perceptron.
ReadOcrClassMlp Read an OCR classifier from a file.

Methods🔗

 
ClearOcrClassMlp Clear an OCR classifier.
CreateOcrClassMlp Create an OCR classifier using a multilayer perceptron.
DeserializeOcrClassMlp Deserialize a serialized MLP-based OCR classifier.
DoOcrMultiClassMlp Classify multiple characters with an OCR classifier.
DoOcrSingleClassMlp Classify a single character with an OCR classifier.
DoOcrWordMlp Classify a related group of characters with an OCR classifier.
GetFeaturesOcrClassMlp Compute the features of a character.
GetParamsOcrClassMlp Return the parameters of an OCR classifier.
GetPrepInfoOcrClassMlp Compute the information content of the preprocessed feature vectors of an OCR classifier.
GetRegularizationParamsOcrClassMlp Return the regularization parameters of an OCR classifier.
GetRejectionParamsOcrClassMlp Return the rejection class parameters of an OCR classifier.
ReadOcrClassMlp Read an OCR classifier from a file.
SelectFeatureSetTrainfMlp Selects an optimal combination of features to classify OCR data.
SelectFeatureSetTrainfMlpProtected Select an optimal combination of features to classify OCR data from a (protected) training file.
SerializeOcrClassMlp Serialize a MLP-based OCR classifier.
SetRegularizationParamsOcrClassMlp Set the regularization parameters of an OCR classifier.
SetRejectionParamsOcrClassMlp Set the rejection class parameters of an OCR classifier.
TrainfOcrClassMlp Train an OCR classifier.
TrainfOcrClassMlpProtected Train an OCR classifier with data from a (protected) training file.
WriteOcrClassMlp Write an OCR classifier to a file.