【问题标题】:Need the steps for making an ocr using opencv需要使用opencv制作ocr的步骤
【发布时间】:2012-06-06 06:08:37
【问题描述】:

我正在尝试使用 opencv 的 Haar 分类器制作 OCR 库。但效果不佳。那么您能告诉我制作 OCR 的步骤是什么吗?是否可以使用 Haar 分类器?

【问题讨论】:

  • 这不是 Stackoverflow 的工作方式...... sry!!!

标签: c++ opencv ocr


【解决方案1】:

谷歌搜索有很多书籍、教程等。

但是有两本书对你有用。

1) Handbook of Character Recognition and Document Image Analysis by H. Bunke and P. S. P. Wang

2)Optical Character Recognition: An Illustrated Guide to the Frontier (The Springer International Series in Engineering and Computer Science) by Stephen V. Rice, George Nagy and Thomas A. Nartker

他们有一些很好的深层理论。

你可以在这里看到一个在 C++ 中使用 kNN 的简单数字 OCR:Basic OCR in OpenCV

您可以在此 SOF 中看到使用 kNN 的 OCR 的简单 Python 实现:Simple Digit Recognition OCR in OpenCV-Python

在 OpenCV svn 中,您可以看到一个使用 ANN 进行手写识别的新 Python 示例:...svn\opencv\samples\python2\digits.py。代码在 Python 中,但所有 OpenCV 函数也可以在 C++ 中使用。

希望这对于启动来说已经足够了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2016-03-05
    • 2016-05-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-09
    相关资源
    最近更新 更多