2008年7月20日星期日

Complete License Plate Recognition Systems

There are several applications where automatic license plate recognition can be used. The term "Complete License Plate Recognition System" does not have a definite meaning out of the context of the specific application.

Different applications may mean rather different License Plate Recognition Systems in terms of layout, hardware and technology, and even for the same applications manufacturers provide LPR systems with similar functionality but quite different structure.

Probably the most common LPR application are parking and access control. In the scope of these applications we can already define a common type of license plate recognition system with a typical hardware configuration and system layout.

As an example of a license plate recognition system, we will introduce here a very simple, still typical LPR system for access control. (Note, that in most cases the LPR system is only a part of an integrated access control system.)

The vehicle approaches the gate of the restricted area it wants to enter into. There is a barrier and a traffic light showing red stopping it. There is an inductive loop installed at the entrance in order to sense the arrival (and the presence) of the vehicle. There is also a CCTV camera mounted to monitor the entrance.

The inductive loop, the camera, the traffic light and the barrier are all connected to a control PC. On the control PC there is an access control application software running coordinating the operation of the access control system.

As the vehicle arrives the inductive loop senses its arrival and gives a signal to the control PC meaning: "car arrived". This signal is processed and understood by the access control application.


Vehicle arrives to the entrance, the inductive loop gives a signal to the control PC

The access control application - via driving a frame grabber card - captures the video signal of the camera and creates a digital picture about the vehicle in the memory (RAM) of the control PC.


Creating digitised picture about the vehicle

Having the digitised picture of the arrived vehicle in RAM, the access control application requests the license plate reader module to analyse the digitised picture and read the license plate number of the vehicle. After reading the license plate number the LPR module returns the read plate number in ASCII to the access control application.


Reading the license plate from the digitised picture of the vehicle

The access control application takes the license number in ASCII and passes it to a database module. The database module checks the plate number against different lists of permissions, etc. and returns an "access permitted" or an "access denied" flag. Based on the flag the access control application opens the barrier and sets the traffic light to green - or not.

Also, the access control application may pass relevant data - like date and time of access - to the database module to store it in an access diary. After the vehicle left the gate (either by passing through or leaving) the system gets ready to start the entire process again for the next arriving vehicle.


Allowing access and storing data in the diary

Keywords: license plate recognition system, license plate reader system, plate recognition access control system, video capture card, frame grabber card, LPR system for access control, LPR application, car plate recognition, vehicle identification system, vehicle recognition, license plate recognition

没有评论:

发表评论

欢迎访问、交流!对本博客有何建议,请
来信告知!
本博内容来源于网络,如有不当或侵犯权益,请来信告知,将及时撤除!
如引用博客内容、论文,请注明原作者!

Google一下本博客

  • 《Getting Things Done》读书笔记 - 本文来自 inertial 原创投稿。 我第一次听说《Getting Things Done》这本书的时候误以为它和世面上的那些成功学书籍没什么区别,后来在不少书中看到了这个名字,也看见了很多人的推荐,由此产生了很大的兴趣。上个月正好有不少空闲,就抽时间把这本书读完了。 本来打算读英文原版,但是原版的生...
    5 年前
  • [原]Linux下编译使用boost库 - Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一。 Boost库由C++标准委员会库工作组成员发起,其中有些内容有望成为下一代C++标准库内容。在C++社区中影响甚大,是不折不扣的“准”标准库。Boost由于其对跨平台的强调,对标准C++的强调,与...
    6 年前
  • [原]猎头、培训与咨询的价值(2)【补1】——北漂18年(93) - 【上期用手机写的,同时用语音输入转化成文字,错字较多,经好友霍师傅提醒本期重写,并增加一部分新内容】 简单谈下我对猎头、培训与咨询的看法。三样都干过,算是有些浅见。 猎头 简单的说就是人才中介。虽然在公司看来是可以直接解决现有企业问题的一个直接方法,但很多时候都不太管用。 猎头费一般是人才的一个月月...
    6 年前
  • OpenCV統計應用-Mahalanobis距離 - Mahalanobis距離是一個可以準確找出資料分布上面極端值(Outliers)的統計方法,使用線性迴歸的概念,也就是說他使用的是共變數矩陣以及該資料分布的平均數來找尋極端值的產生,而可以讓一群資料系統具有穩健性(Robust),去除不必要的雜訊訊息,這邊拿前面共變數矩陣的資料為例,並且新增了兩個點座標向量來做...
    15 年前
  • 努力推进模式识别实际产品的开发与应用 - Salu 无论是手写体识别、文档处理、人脸识别、基于内容的图片搜索、嵌入人工智能的搜索技术、虚拟网络社区、还是其它相关新科技下的信息整合领域,现在都在努力实用化。 前两年、即使现在还有很多人在抱怨说人脸的方法都不能用,但是就今年出现的和正在做的有关人脸识别实际应用的各种形式的产品可以说如雨后春笋。这是一个趋...
    16 年前