Skip to content

OCR - Support Vector Machines🔗

Operators🔗

clear_ocr_class_svmClearOcrClassSvm: Clear an SVM-based OCR classifier.

create_ocr_class_svmCreateOcrClassSvm: Create an OCR classifier using a support vector machine.

deserialize_ocr_class_svmDeserializeOcrClassSvm: Deserialize a serialized SVM-based OCR classifier.

do_ocr_multi_class_svmDoOcrMultiClassSvm: Classify multiple characters with an SVM-based OCR classifier.

do_ocr_single_class_svmDoOcrSingleClassSvm: Classify a single character with an SVM-based OCR classifier.

do_ocr_word_svmDoOcrWordSvm: Classify a related group of characters with an OCR classifier.

get_features_ocr_class_svmGetFeaturesOcrClassSvm: Compute the features of a character.

get_params_ocr_class_svmGetParamsOcrClassSvm: Return the parameters of an OCR classifier.

get_prep_info_ocr_class_svmGetPrepInfoOcrClassSvm: Compute the information content of the preprocessed feature vectors of an SVM-based OCR classifier.

get_support_vector_num_ocr_class_svmGetSupportVectorNumOcrClassSvm: Return the number of support vectors of an OCR classifier.

get_support_vector_ocr_class_svmGetSupportVectorOcrClassSvm: Return the index of a support vector from a trained OCR classifier that is based on support vector machines.

read_ocr_class_svmReadOcrClassSvm: Read a SVM-based OCR classifier from a file.

reduce_ocr_class_svmReduceOcrClassSvm: Approximate a trained SVM-based OCR classifier by a reduced SVM.

select_feature_set_trainf_svmSelectFeatureSetTrainfSvm: Selects an optimal combination of features to classify OCR data.

select_feature_set_trainf_svm_protectedSelectFeatureSetTrainfSvmProtected: Select an optimal combination of features to classify OCR data from a (protected) training file.

serialize_ocr_class_svmSerializeOcrClassSvm: Serialize a SVM-based OCR classifier

trainf_ocr_class_svmTrainfOcrClassSvm: Train an OCR classifier.

trainf_ocr_class_svm_protectedTrainfOcrClassSvmProtected: Train an OCR classifier with data from a (protected) training file.

write_ocr_class_svmWriteOcrClassSvm: Write an OCR classifier to a file.