不同背景的车牌检测

时间:2013-09-14 18:00:33

标签: algorithm opencv image-processing computer-vision

我刚刚从书Packtpub.Mastering.OpenCV.with.Practical.Computer.Vision.Projects的第5章中研究了ANPR(自动车牌识别)算法,他们检测到车牌,但是他们在该算法中有一些限制,我称之为限制,因为它特定于一个国家,不能在我的国家使用,在该算法中,他们使用以下算法来检测车牌区域

Sobel filter
Threshold operation (otsu)
Close Morphological operation
Mask of one filled area
Svm classifier

但是他们使用的东西是车牌的背景颜色作为识别和检测的关键点,但在我的区域车牌有不同的背景,最常见的是black , white and green,绿色并不常见但很少使用,黑色背景使用白色数字和白色包含黑色数字,他们使用填充算法为白色背景,但我应该使用2个不同的背景?

Is this matter from how much distance you take the image ? 
What is the height and width of licence plate ? 
What are the height and width of characters on the plate ?
What are the distances between the characters ?

0 个答案:

没有答案