OCR - Support Vector Machines🔗
Operators🔗
clear_ocr_class_svm: Clear an SVM-based OCR classifier.
create_ocr_class_svm: Create an OCR classifier using a support vector machine.
deserialize_ocr_class_svm: Deserialize a serialized SVM-based OCR classifier.
do_ocr_multi_class_svm: Classify multiple characters with an SVM-based OCR classifier.
do_ocr_single_class_svm: Classify a single character with an SVM-based OCR classifier.
do_ocr_word_svm: Classify a related group of characters with an OCR classifier.
get_features_ocr_class_svm: Compute the features of a character.
get_params_ocr_class_svm: Return the parameters of an OCR classifier.
get_prep_info_ocr_class_svm: Compute the information content of the preprocessed feature vectors
of an SVM-based OCR classifier.
get_support_vector_num_ocr_class_svm: Return the number of support vectors of an OCR classifier.
get_support_vector_ocr_class_svm: Return the index of a support vector from a trained OCR classifier that is
based on support vector machines.
read_ocr_class_svm: Read a SVM-based OCR classifier from a file.
reduce_ocr_class_svm: Approximate a trained SVM-based OCR classifier by a reduced SVM.
select_feature_set_trainf_svm: Selects an optimal combination of features to classify OCR data.
select_feature_set_trainf_svm_protected: Select an optimal combination of features to classify OCR data
from a (protected) training file.
serialize_ocr_class_svm: Serialize a SVM-based OCR classifier
trainf_ocr_class_svm: Train an OCR classifier.
trainf_ocr_class_svm_protected: Train an OCR classifier with data from a (protected) training file.
write_ocr_class_svm: Write an OCR classifier to a file.