gpt4 book ai didi

java - 车牌检测问题

转载 作者:行者123 更新时间:2023-12-01 15:57:43 26 4
gpt4 key购买 nike

我试图实现 ANPR matlab中的算法。我将尝试遵循 rodrigoap 在评论中提出的这个简单算法

What are good algorithms for vehicle license plate detection?

first I applied the Sobel operator and then masked all the image with an image of a plate (with the Sobel operator applied too). The region of maximum coincidence is where the plate is. Then apply an OCR to the selected region to get the number.

我的问题是:遮蔽图像意味着什么?

是指将其与整个图像进行卷积还是这是否意味着简单地寻找图像中子图像与测试车牌之间差异最小的部分?

我们将非常感谢您的帮助。谢谢

最佳答案

很难知道他所说的“掩蔽”是什么意思,但一种可行的方法是使用归一化互相关,它是图像和子图像之间相似性的度量。

如果你有matlab中的图像处理工具箱,我建议你使用normxcorr2函数。该函数将子图像和图像作为输入并给出相关图像。相关图像的峰值位于两个输入图像最相似的位置。

http://www.mathworks.com/help/toolbox/images/ref/normxcorr2.html

关于java - 车牌检测问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4775165/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com