Operators |
ocr_get_features — Access the features which correspond to a character.
ocr_get_features is obsolete and is only provided for reasons of backward compatibility. New applications should use the MLP, SVM or CNN based operators instead.
ocr_get_features(Character : : OcrHandle : FeatureVector)
The operator ocr_get_features calculates the features for the given Character. The type and number of features is determined by the classifier OcrHandle. FeatureVector contains the same values which are used inside operators like traind_ocr_class_box or trainf_ocr_class_box.
Characters to be trained.
ID of the desired OCR-classifier.
Feature vector.
If the parameters are correct, the operator ocr_get_features returns the value 2 (H_MSG_TRUE). Otherwise an exception will be raised.
read_ocr, reduce_domain, threshold, connection
trainf_ocr_class_box, traind_ocr_class_box
OCR/OCV
Operators |