read_ocr_class_knnπ
Short descriptionπ
read_ocr_class_knn β Read an OCR classifier from a file.
Signatureπ
read_ocr_class_knn( filename.read FileName, out ocr_knn OCRHandle )
Descriptionπ
read_ocr_class_knn reads an OCR classifier that has been
stored with write_ocr_class_knn.
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
Parametersπ
FileName (input_control) filename.read β (string)
File name.
File extension: .onc, .okc, .fnt
OCRHandle (output_control) ocr_knn β (handle)
Handle of the OCR classifier.
Resultπ
If the parameters are valid, the operator read_ocr_class_knn
returns the value 2 (H_MSG_TRUE). If necessary, an exception is
raised.
Combinations with other operatorsπ
Referencesπ
Marius Muja, David G. Lowe: ``Fast Approximate Nearest Neighbors with Automatic Algorithm Configurationββ; International Conference on Computer Vision Theory and Applications (VISAPP 09); 2009.
Moduleπ
OCR/OCV