如何使用OpenCV,C ++识别日文字符?

时间:2015-04-29 11:20:12

标签: c++ opencv ocr

我有一个从Manga页面中提取日文字符的程序,我想知道他们使用字符识别的字符。

我一直在玩模板匹配并尝试从头开始实施KNearest

如何识别提取的字符?

我无法在C ++上找到关于KNearest的任何好例子。如果可能的话,我也想避免使用Tesseract。

我在字符检测图像上尝试了模板匹配并且检测到它正确但我需要它来检测提取的字符。在使用http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html

中的代码时,它无法准确地检测到它

字符检测示例:

Example of Character Detection

提取字符示例:

Example of Extracted Character enter image description here

模板或训练数据的示例:

enter image description here enter image description here

0 个答案:

没有答案