- 1、本文档共6页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
License Plate Detection Using AdaBoost
License Plate Detection Using AdaBoost
Louka Dlagnekov
Department of Computer Science Engineering
UC San Diego
La Jolla, CA 92093-0114
Abstract
License Plate Recognition (LPR) is a fairly well explored
problem with many successful solutions. Though most of
these solutions are reasonably fast, there can be increased
benefits to making them even faster, such as multiple recog-
nition stages in video frames in a real-time video stream for
improved accuracy. The goal of this project is to evaluate
how well object detection methods used in text extraction[1]
and face detection [2] apply to the problem of LPR. A strong
classifier is trained by the AdaBoost algorithm and is used
to classify parts of an image within a search window as ei-
ther license plate or non-license plate.
1. Introduction
In any object recognition system, there are two major prob-
lems that need to be solved – that of detecting the object in
a scene and that of recognizing it. This project will mainly
focus on the detection mechanism and rely on third-party
OCR software for recognition. Most LPR systems employ
detection methods such as corner template matching [3] and
Hough transforms [4] [5] combined with various histogram-
based methods. Viola and Jones have proposed very effi-
cient object detection methods [2] that have been applied
successfully to text extraction [1]. It is reasonable to pre-
sume that these methods will also apply well to the problem
of detecting license plates. This was, indeed, found to be
the case.
The methods used involve training a strong classifier
using the AdaBoost algorithm. Over several rounds, Ad-
aBoost selects the best performing weak classifier from a
set of weak classifiers, each acting on a single feature, and,
once trained, combines their respective votes in a weighted
manner. This strong classifier is then applied to sub-regions
of an image being scanned for likely license plate locations.
An optimization introduced by Viola and Jones involves
a cascade of str
您可能关注的文档
- KP1030TP_0703 REV1.0-YLC.pdf
- KROM霍科德DM燃气流量计说明书.pdf
- Kontakt5&4使用说明.pdf
- KULI_introduction.pdf
- KTM 690 DUKE 相近车型对比.pdf
- KT Wi-Fi路由器(EGG)租赁.doc
- KSBM Maintenance.pdf
- Kurzbedienungsanleitung_HTC_Wildfire_A.pdf
- KX-FL333CN使用说明书.pdf
- KT00_23_Windchill常用API介绍进阶.pdf
- Light Lists for coastal waters are.doc
- Lignin — a useful bioresource for the production of sorption-active materials.pdf
- like在GMAT语法中的使用心得(三).pdf
- Lily_Cross-cultural management in multinational companies.pdf
- Limb preference in the gallop of dogs and the half-bound of pikas on flat ground.pdf
- Light scattering observations of spin reversal excitations in the fractional quantum Hall r.pdf
- limiting rate of phreaticevaporation for aeolian sandy soil in Taklimakan Desert.pdf
- Linaria khorasanensis (Scrophulariaceae), a new species from Iran.pdf
- Limits on spin-dependent WIMP-nucleon cross-sections from the XENON10 experiment.pdf
- Linda Webster and Rachelle Kisst Hackett.pdf
文档评论(0)