clear_ocr_class_mlp🔗
Short description🔗
clear_ocr_class_mlp — Clear an OCR classifier.
Signature🔗
clear_ocr_class_mlp( ocr_mlp OCRHandle )
Description🔗
clear_ocr_class_mlp clears the OCR classifier given by
OCRHandle that was created with
create_ocr_class_mlp and frees all memory required for the
classifier. After calling clear_ocr_class_mlp, the
classifier can no longer be used. The handle OCRHandle
becomes invalid.
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 modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
Parameters🔗
OCRHandle (input_control, state is modified) ocr_mlp(-array) → (handle)
Handle of the OCR classifier.
Result🔗
If OCRHandle is valid, the operator
clear_ocr_class_mlp returns the value 2 (H_MSG_TRUE). If necessary, an
exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
do_ocr_single_class_mlp, do_ocr_multi_class_mlp
See also
create_ocr_class_mlp, read_ocr_class_mlp, write_ocr_class_mlp, trainf_ocr_class_mlp
Module🔗
OCR/OCV