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 extracted characters:
example of template or training data:
Comments
Post a Comment