deserialize_ocr_class_knnπ
Short descriptionπ
deserialize_ocr_class_knn β Deserialize a serialized k-NN-based OCR classifier.
Signatureπ
deserialize_ocr_class_knn( serialized_item SerializedItemHandle, out ocr_knn OCRHandle )
Descriptionπ
deserialize_ocr_class_knn deserializes a k-NN-based OCR
classifier, that was serialized by serialize_ocr_class_knn (see
fwrite_serialized_item for an introduction of the basic principle
of serialization). The serialized OCR classifier is defined by the handle
SerializedItemHandle. The deserialized values are stored in an
automatically created OCR classifier with the handle OCRHandle.
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.
Parametersπ
SerializedItemHandle (input_control) serialized_item β (handle)
Handle of the serialized item.
OCRHandle (output_control) ocr_knn β (handle)
Handle of the OCR classifier.
Resultπ
If the parameters are valid, the operator
deserialize_ocr_class_knn returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
fread_serialized_item, receive_serialized_item, serialize_ocr_class_knn
Possible successors
See also
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