loadOCRHMMClassifierNM knn classifiers Training
loadOCRHMMClassifierNM permit to load the default character classifier when creating an OCRHMMDecoder, the default classifier is OCRHMM_knn_model_data.xml, but there is a way to training my own classifier? I have searched but haven't found anything on how to make your own OCRHMM_knn_model_data.xml, can someone point me in the right direction? Thanks
I guess, since this interface is built around tesseract OCR, that you will need to look there for training new models. OpenCV does not provide this.