Operators |
clear_ocr_class_knn — Clear an OCR classifier.
clear_ocr_class_knn( : : OCRHandle : )
clear_ocr_class_knn clears the OCR classifier given by OCRHandle that was created with create_ocr_class_knn and frees all memory required for the classifier. After calling clear_ocr_class_knn , the classifier can no longer be used. The handle OCRHandle becomes invalid.
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.Handle of the OCR classifier.
If OCRHandle is valid, the operator clear_ocr_class_knn returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
trainf_ocr_class_knn, read_ocr_class_knn
Marius Muja, David G. Lowe: “Fast Approximate Nearest Neighbors with Automatic Algorithm Configuration”; International Conference on Computer Vision Theory and Applications (VISAPP 09); 2009.
OCR/OCV
Operators |