Text In Image Detection

I'd like to be able to detect and recognize text in an image (such as in the example shown below). I have tried many techniques such as Otsu thresholding, blob detection, filtering and general cleaning up of the image such as Gaussian Blur etc. I have then fed the pre-processed image into OCR software in order to recognize the text, however the results are unsatisfactory as the appearance of the text in my scenario can vary a lot.

What are the best techniques other than those listed can I use to detect and recognise text in images?

I'm currently using the OpenCV library.

在图象的文本

链接地址: http://www.djcxy.com/p/79650.html

上一篇: 识别手写符号和文本的最佳方式是什么?

下一篇: 图像检测中的文本