从车牌上提取号码-去模糊技术

时间:2019-04-02 19:41:56

标签: opencv image-processing computer-vision numbers

我有一个车牌的图像,我的任务是从该车牌中找到号码/文字。我该如何解决?

blurry number plate

是否有流行的算法对图像进行去模糊处理并从图像中获取文本?

1 个答案:

答案 0 :(得分:0)

  1. 这是运动模糊,您可以使用来自OpenCV的简单去模糊功能:https://docs.opencv.org/trunk/d1/dfd/tutorial_motion_deblur_filter.html

  2. 更复杂的方法-DeblurNet