1

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

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 ?
4

0 回答 0