简体   繁体   English

如何使用Python和没有cvblob检测图像中的牌照?

[英]How to detect license plate in an image with Python and without cvblob?

I want to detect the presence of a license plate in an image, using Python code. 我想使用Python代码检测图像中是否存在牌照。

I got multiple suggestions to use the package cvblob, but I am unable to install cvblob on my Ubuntu system. 我有多个建议使用软件包cvblob,但我无法在我的Ubuntu系统上安装cvblob。

What is the best approach to this problem that does not require cvblob? 解决这个问题的最佳方法是什么,不需要cvblob?

You may use SimpleCV , it is a wrapper on opencv-python alongwith OCR support which may help you read the license plate text, if its clearly visible. 您可以使用SimpleCV ,它是opencv-python的一个包装器以及OCR支持,如果它清晰可见,它可以帮助您阅读车牌文本。 In my experience, it is the most beginner-friendly. 根据我的经验,它是最适合初学者的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM