0

我正在比较像这样的 2 个单词图像:

在此处输入图像描述

在此处输入图像描述

我正在尝试为此目的使用 OpenCV 的内置特征检测器。事实证明,使用 SIFT 和 BruteForceMatcher 并不太有效,因为它也显示了很多不匹配单词的匹配项。在此使用什么是一个好的特征描述符案子。

也有人可以提出一种量化这两张图像匹配概率的好方法。

编辑:OCR 不能用作文本​​可以手写

4

1 回答 1

0

I think that image (contour) moments should help you with matching selected symbol to latter from your alphabet. So after this you can match two words as sequences of letters.

于 2012-10-24T17:20:13.670 回答