How can I recognize Japanese Characters using OpenCV, C++? -


i have program extracts japanese characters manga pages , want know characters using character recognition.

i have been playing template matching , trying implement knearest scratch

how can recognize extracted characters?

i can't find example on c++ knearest. want avoid tesseract if possible.

i have tried template matching on character detection image , detected need detect extracted character. can't detect accurately while playing code http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html

example of character detection:

example of character detection

example of extracted characters:

example of extracted characterenter image description here

example of template or training data:

enter image description hereenter image description here


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -