clear_ocr_class_mlp ( : : OCRHandle : )

Clear an OCR classifier.

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.


Parameters

OCRHandle (input_control)
ocr_mlp -> integer
Handle of the OCR classifier.


Result

If the parameters are valid, the operator clear_ocr_class_mlp returns the value 2 (H_MSG_TRUE). If necessary an exception handling is raised.


Parallelization Information

clear_ocr_class_mlp is processed completely exclusively without parallelization.


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



Copyright © 1996-2008 MVTec Software GmbH