deserialize_ocr_class_mlp🔗
Short description🔗
deserialize_ocr_class_mlp — Deserialize a serialized MLP-based OCR classifier.
Signature🔗
deserialize_ocr_class_mlp( serialized_item SerializedItemHandle, out ocr_mlp OCRHandle )
Description🔗
deserialize_ocr_class_mlp deserializes a MLP-based OCR classifier,
that was serialized by serialize_ocr_class_mlp (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_mlp → (handle)
Handle of the OCR classifier.
Result🔗
If the parameters are valid, the operator
deserialize_ocr_class_mlp 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_mlp
Possible successors
do_ocr_single_class_mlp, do_ocr_multi_class_mlp
See also
create_ocr_class_mlp, write_ocr_class_mlp, read_class_mlp, write_class_mlp, serialize_ocr_class_mlp
Module🔗
OCR/OCV