【问题标题】:How to detect location of text in natural scene using OpenCV Python?如何使用 OpenCV Python 检测自然场景中文本的位置?
【发布时间】:2018-08-12 10:50:07
【问题描述】:

我正在尝试做一个赛车号码布识别系统。到目前为止,我已经将感兴趣的区域缩小到赛车围兜通常所在的躯干区域。这是我目前拥有的输出: image showing the result image after applying preprocessing techniques and canny edge

我只对赛车号码布感兴趣。我知道我必须使用笔划宽度变换,但目前我被困在赛车围兜部分的本地化上。

有什么想法吗?

【问题讨论】:

    标签: opencv computer-vision ocr opencv-python


    【解决方案1】:

    您可能需要一个可以定位和识别图像中数字的卷积神经网络。这种 CNN 很容易制作,互联网上有大量关于如何使用 MNIST 数据集制作的示例。

    例如:http://petr-marek.com/blog/2017/07/31/sequence-digits-recognition-localization/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-04-18
      • 2020-07-26
      • 2022-06-15
      • 1970-01-01
      • 1970-01-01
      • 2021-03-11
      • 2017-04-09
      相关资源
      最近更新 更多