Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一张图片(质量非常低):
我想知道是否有任何建议可以帮助我提高质量,以便我可以通过 OpenCV 读取该图像上的车牌(不是 100%,但尽可能多)?
提前致谢!
由于我无法发表评论,因此我可以在这里提出答案。
首先,您应该使用去噪滤波器作为中值滤波器,然后使用拉普拉斯滤波器或Canny或任何边缘检测滤波器来稍微增强边缘。您应该为这两个过滤器选择方便的参数。请记住,从一个人到另一个人是主观的,所以参数主要取决于你。