对于我在大学的最后一个项目,我正在开发一个车牌检测应用程序.我认为自己是一名中级程序员,但是我的数学知识缺乏中学以上的任何知识,这使得生成正确的公式比应该做的更难.
我花了很多时间查找学术论文,例如:
您可以采取多种方法,但首先想到的策略是:
就像我说的那样,这是许多策略中的一种,但它被认为是一种需要最少大量数学运算的策略……也就是说,如果您能找到适合您的 OCR 实现.
For my final project at university, I'm developing a vehicle license plate detection application. I consider myself an intermediate programmer, however my mathematics knowledge lacks anything above secondary school, which makes producing the right formulas harder than it probably should be.
I've spend a good amount of time looking up academic papers such as:
When it comes to the math, I'm lost. Due to this testing various graphic images proved productive, for example:
to
However this approach only worked to that particular image, and if the techniques were applied to different images, I'm sure a poorer conversion would occur. I've read about a formula called the "bottom hat morphology transform", which does the following:
Basically, the trans- formation keeps all the dark details of the picture, and eliminates everything else (including bigger dark regions and light regions).
I can't find much information on this, however the image within the documentation near the end of the report shows its effectiveness.
I need advice on what transformation techniques I should focus on developing, and what algorithms can help me.
EDIT: New information present on Continued - Vehicle License Plate Detection
There are a number of approaches you can take but the first strategy that pops into mind is to:
Like I said, this is one strategy of many but it comes to mind as one requiring the least amount of heavy math... that is if you can find an OCR implementation that will work for you.
这篇关于车牌检测有哪些好的算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!