Research of improving the accuracy oflicense plate character segmentation

Size: px
Start display at page:

Download "Research of improving the accuracy oflicense plate character segmentation"

Transcription

1 2010 Fifth International Conference on Frontierof Computer Science and Technology Research of improving the accuracy oflicense plate character segmentation Shuang Qiao l, Yan Zhu l, Xiufen Li l, Taihui Liu 2,3, Baoxue Zhang l,* lnortheast Normal University, Changchun,130024, China 2Changchun Institute ofoptics, Fine Mechanics andphysics, Chinese Academy ofsciences, Changchun, China 3Beihua University, Jilin, China Abstract In order to improve the accuracy of license plate character segmentation, this paper strengthens preprocessings before segmentation. In character binarization, use improved Bernsen method to reduce noise interference; use line-shape filter to remove plate frames. Then character segmentation approach combines projection and inherent characteristics of character, can better solve character adhesion and fracture problem. For tilted characters only in horizontal direction, even without tilt correction, this method can achieve better segmentation. Experiment results shows the accuarcy ofcharacter segmentation reaches 97%. Keywords: License plate character segmentation, Binarization, Bernsen method, Line-shape filter, projectioon. 1. Introduction Vehicle license plate recognition system, as one of crucial technology in intelligent transportation syatem, plays an important role in Traffic management automation. It contains license plate location, character segmentation and character recognition. The former two parts are core technology. After locating plate, character segmentation will directly affect the quality ofcharacter recognition accuracy. The common character segmentation methods are vertical projection algorithm, clustering analysis, connected area analysis, etc[1][2]. But in actual * Corresponding author applications, there are many disturbances, such as uneven illumination, contrast-poor, plate frames, rivet and especially declining. Therefore, this paper strengthens preprocessings before segmentation. In binary of license plate, improve the local bernsen threshold method[3], and the binarization effect is good. Meanwhile, use line-shape filter to remove plate frames, which does not depend on the plate tilt correction. For tilted characters only in horizontal direction, no need to tilt correction, combine projection and character'inherent characteristics and achieve better segmentation. 2. Preprocessing Because the following segmentation and recogmtlon is based on the plate character, it's necessary to preprocess the plate image before segmentation, including binariztion and frames removal. 2.1 Plate binarization The purpose of plate binarization is to separate characters from background well and reduce noise interference. This paper improves traditional Bernsen method, combines global and local threshold method, and results to good binary effect. Bernsen method is a kind of common local threshold method. It obtains threshold by neighborhood grayscale and maintains stroke of text image well. Considering point (x,y) as the center of template, with width 2W, algorithm describes as follows: (I)calcuate threshold ofeach point /10 $ IEEE DOl 10.1l09/FCST.201O IEEE computer society

2 T(x,y)=O.5( max f(x+k,y+l) + min f(x+k,y+l)) (1) (2)if f(x,y»t(x,y), then b(x,y)=l. Otherwise, b(x,y)=o. where, W is estimated biggest width ofcharacter stroke. f(x,y)is gray value of point (x,y) in original image, T(x,y) is the corresponding local threshold. max means maximum gray value in the template, min means minimum gray value. But if there is no target or all targets in the template window, the heterogeneity of background gray and some noises will cause the threshold drastic change, so the background point may mistake for target or target mistake for backgroud, Namely artifacts and stroke fracture phenomena. Usually, in order to reduce the artifact and stroke fracture phenomena, format(1) is improved to format(2). T(x,y)=a( max f(x+k,y+l) + mm f(x+k,y+l)) (2) where a is decided by experience, adjusted between 0.4 and 0.6. Meanwhile, according to actual character width, adjust parameter W. In the paper, the plate image is binarized using Otsu[4] and Bernsen method respectively, part of results are shown as Fig 1. Here, it mainly causes artifacts. That is to say, in some area the threshold is too small, so the mutative background is mistaken for character. So it's necessary to enlarge part ofthreshold values. Through the statistics, the proportion of character pixels in the whole located plate image is around 25%. Considering noises, the proportion is up to 30%. So there must be a gray value K as global threshold. Suppose h(x,y) is the histogram of plate image, K is defined as follows: : h(x,y) k={gl max [ >30%]} (3) O:S:g:S:255 2.: h(x,y) i=o Note that the above K corresponds to the situation that the gray value of chatacter is larger than that of background. As for the contrast situation, need to reverse the gray value firstly. Of course, if we only use global threshold K to binarize plate image, it's hard to solve uneven illumination or variation of background gray. So this paper combines threshold K and Bernsen to binarize image, described as follows: (1) calculate thresholdk by format(3). (2) use Bernsen method to obtaint(x,y). (3) For each points, take maximum between K and T(x,y) as final thresholdto complete binarization. In actual application, the parameter Wand a is adjusted. Here, W is 7 and a is The binary images by improved Bernsen method show in Fig 2. iiii.iii:iiiii.i:i...uljlmimjmd:m (a) (b) (c) Figure 1. Binary method comparison. (a )gray image. (b) Otsu method.(c) traditional Bernsen method. From Fig. 1, when plate character and background has high contrast, Otsu performs well. But if plate is located improperly, containing much non-plate information or the contrast is lower, it's difficult for Otsu to separate the characters from plate background. So it's not wise to use Otsu here. Then Bernsen'threshlod is decided by neighborhood grayscale. It's good to separate character from background. But it exists artifacts and stroke fracture phenomena. So Bernsen needs to be improved. (a) (b) Figure 2. plate binarization by Bernsen method. (a)traditional Bernsen (b)lmproved Bernsen Seen from Fig 2, improved Bernsen can reduce distrubances from plate backgroud and reach good effect. 2.2 Plate frames removal 490

3 Usually plate frames removal is based on horizontal projection. But it relies on plate tilt correction too much, Shown in Fig 3. If plate is corrected properly, its projection distributes regularly. The projectin exists valley in the spacing between frames and characters. Through this feature can remove frames effectively. But with improper tilt correction, there is no regular in horizontal projection. Then it's not easy to remove frames. Therefore, a new frame removal method is proposed, indepence of the plate tilt correction. mimi. (a) plate with tilt correction &Jd (b) plate without tilt correction Figure 3. Horizontal projection of plate For horizontal frames, they are is continuous in horizontal direction and its length is larger than character width at least. So line-shape filter is used to remove upperframes and lower ones. Line-shape filter, namely, is a line for filter. For horizontal filter, its width is decided by the maximum width of plate character. Here, we set it as 1.5 times of maximum character width. Scan every point in each line. When the length of continuous white points is large than filter width, these points are considered as frames, and to be removed. Considering the possible location of frames, the line-shape filter just need to scan the upper and lower area of plate, rather than the whole plate. It can prevent adhesive characters from beening removing. Use line-shape filter to filter Fig 3(b) horizontally, result shows in Fig 4. - Figure 4. Horizontal filter Seen from Fig 4, after horizontal filter, frames are not completely removed. There are still many small lines, whose height are no more than two pixels. So apply vertical filter around the possible location of frames. Detailes are: Scan every point in each column. When the length ofcontinuous white points is less than 2 pixels, those are residual frames and to be removed. Result after vertical filter shows in Fig 5. Figure 5. Vertical filter This method reduces dependence of tilt correction. As long as the plate inclination is not very serious, it can remove the plate frame effectively. Besides, because part of chinese character and digit" l"in the plate easily confuse with vertical frames, here we don't remove vertical frames in the plate. Vertical frames are to be processed in the following segmemtation. 3 Character segmentation According to prior knowledge of license plate, this paperuse projection[5] [6] [7] to segment characters. It can better solve character adhesion and fracture problem and are not sensitive to inclination. For tilted characters only in horizontal direction, even without tilt correction, this method can achieve better segmentation. It consists of two steps: coarse segmentation and fine segmentatin. 3.1 Coarse segmentation First step is coarse segmentation. Here we take Fig 3(b)for example, without tilt correction. Vertical projectin is carried to the preprocessed plate, result shows in Fig 6. Then we get several blocks with projection nonzero. They may be plate characters or noises, called candidate characters. Firstly, record start and end locations for every candidate character in the horizontal direction. Then apply horizontal projection to every candidate character and record vertical start and end locations. Finally, each candidate character can get a coarse bounding box. Figure 6. Vertical projection of plate image Here, to avoid the interference of residual frames, find the vertical start and end location from a third upward and Two-thirds of plate height downward and stop atthe first zero projection. Meanwhile, the space mark betweenthe second and third character canbe removed according its width and height. Besides, the chinese character such as "jl["and "te" may be discontinuous, and so do the broken characters. And there is still the disturbance of vertical frames. So the precessing of the most left and right block of the plate is beyond this part and described in the following fine segmentation. 3.2 Fine segmentation 491

4 As mentioned above, fine segmentation mainly solve three problems: (l)the rivet and part of horizontal frames may connect with characters, so the bounding box from coarse segmentation is not ideal. The upper and lower boundaries need adjustment. (2)A few characters may be broken or adhesive, so fragmented characters merging and connected character splitting must be done. (3)For the first and last character, the vertical frames may connect with it. Also, part of chinese character and number "l"in the plate easily confuse with vertical frames. It's necessary to distinguish the plate character and noises. For the first problem, make use ofthe consistency of character position. Specifically, characters ususlly distribute horizontally or slightly tilt. So the upper and lower boundaries for each character is regular and monotonous, ascending or descending, rather than frequent trend variation. According to this, adjust the upper and lower boundaries. Take Fig 7 for example. For the second character, its upper boundary is abnormal, needing adjustment. Suppose the upper boundary of the first and third character is ttl and tt3. Then the upper boundary ofthe second character should betweenttl and tt3, and exists at the position whose horizontal projection is the smallest. Adjusted boundary is shown in Fig 7(d). For the second problem, based on the average width and spacing of characters. Firstly calculate the average width and spacing of character, ignoring the small-width ones such as digit "1". When the width of projection blocks is large than 1.5 times of average width, then character adhesion comes up. According to average width, we can forecast the position range where the first character ends. Then the position with minimum vertical projection is thought to be the end boundary. Then the connectd character is split, seen in Fig 8(e). As for the brokencharacter, each widthofthe two fractures is less than average width, and the spacing is also small. But the total width of the two fractures is around average width. According to these, merge the broken character. For the third problem, it's the average width to decide whether to update the start position of the first character and the end position of the last character. Meanwhile, find out the biggest spacing among vertical projection, which can determine the character distribution. That is two characters in the left and five characters in the right. Then the fine segmentation is finished, result shows infig 7 and Fig 8. 4 Experiment result The experiment images are captured ina toll station BE -- (a)binary plate image (b)preprocessing (c)coarse segmentation(d) fine segmentation Figure 7. Example 1 of character segmentation (a)binary plate image (b)preprocessing (c)coarse segmentation (d)vertical projection (e) fine segmentation Figure 8. Example 2 of broken character segmentation in natural conditions. After plate location, the proposed method is applied to the plate images, including preprocessing and segmentation. 226 of 232 images can be segmented successfully, with accuarcy 97.41%. In our experiment, a PC with Intel CPU (T2 130, 1.86GHZ) and 1GB RAM is used. Programming in the VC++6.0[8], the total processing time is arouond 40ms. Mostly, the error is caused by fuzzy image, whichi is hard to separate characrer from background. Part of the experiment results are shown in Fig 9. - BIID (a) binary plate (b)segmentation Figure 9. Part of segmentation results 492

5 References [l]anagnostopoulos C-N.E., Anagnostopoulos I.E., Psoroulas I.D., et al, "License plate recognition from still images and video sequences: A Survey", IEEE transaction on Intelligent transportation system, 2008,9(6), [2] Li B., Zeng Z.-Y, Dong H.-L., "Automatic license plate recognition system", Applied Mechanics and Materials, 2010, [3]Liu Hongwei, "License plate location and recognition", changchun, Jilin university, [4]Zhao Jianlei, "Research of the vehicle license plate recognition system", Jinan, Sandong university, [5]He x., Zheng L., WU Q., "Segmentation of characters on car license plates", Proceedings of the 2008 IEEE 10th Workshop on Multimedia Signal Processing, 2008, , [6]Nomura S., Yamanaka K., Katai 0., et ai, "A novel adaptive morphological approach for degraded character image segmentation", Pattern Recognition, 2005,38 (11), [7] Li H., Zhang H., "Improved projection algorithm for license plate characters segmentation", nd International Conference on Intelligent Computing Technology and Automation, 2009, , [8]Qiu shi ke ji, The typical algorithm and its implementaion of digital image processing by Visual C++[M], 2006, Beijing University of Posts and Telecommunications, Beijing, China. 493

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

More information

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Jaya Gupta, Prof. Supriya Agrawal Computer Engineering Department, SVKM s NMIMS University

More information

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2,

More information

Automatic License Plate Recognition System using Histogram Graph Algorithm

Automatic License Plate Recognition System using Histogram Graph Algorithm Automatic License Plate Recognition System using Histogram Graph Algorithm Divyang Goswami 1, M.Tech Electronics & Communication Engineering Department Marudhar Engineering College, Raisar Bikaner, Rajasthan,

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

An Efficient Method for Vehicle License Plate Detection in Complex Scenes

An Efficient Method for Vehicle License Plate Detection in Complex Scenes Circuits and Systems, 011,, 30-35 doi:10.436/cs.011.4044 Published Online October 011 (http://.scirp.org/journal/cs) An Efficient Method for Vehicle License Plate Detection in Complex Scenes Abstract Mahmood

More information

Recovery of badly degraded Document images using Binarization Technique

Recovery of badly degraded Document images using Binarization Technique International Journal of Scientific and Research Publications, Volume 4, Issue 5, May 2014 1 Recovery of badly degraded Document images using Binarization Technique Prof. S. P. Godse, Samadhan Nimbhore,

More information

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS Mo. Avesh H. Chamadiya 1, Manoj D. Chaudhary 2, T. Venkata Ramana 3

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Open Access An Improved Character Recognition Algorithm for License Plate Based on BP Neural Network

Open Access An Improved Character Recognition Algorithm for License Plate Based on BP Neural Network Send Orders for Reprints to reprints@benthamscience.ae 202 The Open Electrical & Electronic Engineering Journal, 2014, 8, 202-207 Open Access An Improved Character Recognition Algorithm for License Plate

More information

Matlab Based Vehicle Number Plate Recognition

Matlab Based Vehicle Number Plate Recognition International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 9 (2017), pp. 2283-2288 Research India Publications http://www.ripublication.com Matlab Based Vehicle Number

More information

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates American Journal of Applied Sciences 6 (12): 2066-2070, 2009 ISSN 1546-9239 2009 Science Publications A Novel Morphological Method for Detection and Recognition of Vehicle License Plates 1 S.H. Mohades

More information

Implementation of License Plate Recognition System in ARM Cortex A8 Board

Implementation of License Plate Recognition System in ARM Cortex A8 Board www..org 9 Implementation of License Plate Recognition System in ARM Cortex A8 Board S. Uma 1, M.Sharmila 2 1 Assistant Professor, 2 Research Scholar, Department of Electrical and Electronics Engg, College

More information

HEURISTICS FOR LICENSE PLATE DETECTION AND EXTRACTION

HEURISTICS FOR LICENSE PLATE DETECTION AND EXTRACTION World Journal of Science and Technology 2011, 1(12): 63-67 ISSN: 2231 2587 www.worldjournalofscience.com HEURISTICS FOR LICENSE PLATE DETECTION AND EXTRACTION Sandeep Singh Chhabada 1, Rahul Singh 1 and

More information

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

More information

A Simple Skew Correction Method of Sudanese License Plate

A Simple Skew Correction Method of Sudanese License Plate A Simple Skew Correction Method of Sudanese License Plate Musab Bagabir 1 and Mohamed Elhafiz 2 1 Faculty of Computer Studies, The National Ribat University, Khartoum, Sudan 2 College of Computer Science

More information

Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method

Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method M. Veerraju *1, S. Saidarao *2 1 Student, (M.Tech), Department of ECE, NIE, Macherla, Andrapradesh, India. E-Mail:

More information

Number Plate Recognition System using OCR for Automatic Toll Collection

Number Plate Recognition System using OCR for Automatic Toll Collection IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X Number Plate Recognition System using OCR for Automatic Toll Collection Mohini S.Karande

More information

EE 5359 MULTIMEDIA PROCESSING. Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model

EE 5359 MULTIMEDIA PROCESSING. Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model EE 5359 MULTIMEDIA PROCESSING Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model Under the guidance of Dr. K. R. Rao Submitted by: Prasanna Venkatesh Palani

More information

Segmentation Plate and Number Vehicle using Integral Projection

Segmentation Plate and Number Vehicle using Integral Projection Segmentation Plate and Number Vehicle using Integral Projection Mochamad Mobed Bachtiar 1, Sigit Wasista 2, Mukhammad Syarifudin Hidayatulloh 3 1,2,3 Program Studi D4 Teknik Komputer Departemen Informatika

More information

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION Nora Naik Assistant Professor, Dept. of Computer Engineering, Agnel Institute of Technology & Design, Goa, India

More information

Automated Number Plate Verification System based on Video Analytics

Automated Number Plate Verification System based on Video Analytics Automated Number Plate Verification System based on Video Analytics Kumar Abhishek Gaurav 1, Viveka 2, Dr. Rajesh T.M 3, Dr. Shaila S.G 4 1,2 M. Tech, Dept. of Computer Science and Engineering, 3 Assistant

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image. Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image.   Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2 Fifth International Conference on Fuzzy Systems and Knowledge Discovery n Efficient ethod of License Plate Location in Natural-scene Image Haiqi Huang 1, ing Gu 2,Hongyang Chao 2 1 Department of Computer

More information

Automatic Electricity Meter Reading Based on Image Processing

Automatic Electricity Meter Reading Based on Image Processing Automatic Electricity Meter Reading Based on Image Processing Lamiaa A. Elrefaei *,+,1, Asrar Bajaber *,2, Sumayyah Natheir *,3, Nada AbuSanab *,4, Marwa Bazi *,5 * Computer Science Department Faculty

More information

AUTOMATIC LICENSE PLATE RECOGNITION USING IMAGE PROCESSING AND NEURAL NETWORK

AUTOMATIC LICENSE PLATE RECOGNITION USING IMAGE PROCESSING AND NEURAL NETWORK DOI: 10.21917/ijivp.2018.0251 AUTOMATIC LICENSE PLATE RECOGNITION USING IMAGE PROCESSING AND NEURAL NETWORK P. Surekha, Pavan Gurudath, R. Prithvi and V.G. Ritesh Ananth Department of Electrical and Electronics

More information

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals

Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Vehicle Number Plate Recognition with Bilinear Interpolation and Plotting Horizontal and Vertical Edge Processing Histogram with Sound Signals Aarti 1, Dr. Neetu Sharma 2 1 DEPArtment Of Computer Science

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

A Review of Optical Character Recognition System for Recognition of Printed Text

A Review of Optical Character Recognition System for Recognition of Printed Text IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. II (May Jun. 2015), PP 28-33 www.iosrjournals.org A Review of Optical Character Recognition

More information

MAV-ID card processing using camera images

MAV-ID card processing using camera images EE 5359 MULTIMEDIA PROCESSING SPRING 2013 PROJECT PROPOSAL MAV-ID card processing using camera images Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF TEXAS AT ARLINGTON

More information

A new seal verification for Chinese color seal

A new seal verification for Chinese color seal Edith Cowan University Research Online ECU Publications 2011 2011 A new seal verification for Chinese color seal Zhihu Huang Jinsong Leng Edith Cowan University 10.4028/www.scientific.net/AMM.58-60.2558

More information

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

More information

Highly Adaptive Indian High Security Vehicle Number Plate Recognition

Highly Adaptive Indian High Security Vehicle Number Plate Recognition Highly Adaptive Indian High Security Vehicle Number Plate Recognition Neha Arora M-Tech Scholar NRI Institute of Information Science and Technology, Bhopal, M.P. Lalit Jain Research Guide NRI Institute

More information

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar)

Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Automated Number Plate Recognition System Using Machine learning algorithms (Kstar) Er. Dinesh Bhardwaj 1, Er. Shruti Gujral 2 1, 2 Computer Science and Engineering Department, Chandigarh University, Mohali,

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

More information

Color Image Segmentation in RGB Color Space Based on Color Saliency

Color Image Segmentation in RGB Color Space Based on Color Saliency Color Image Segmentation in RGB Color Space Based on Color Saliency Chen Zhang 1, Wenzhu Yang 1,*, Zhaohai Liu 1, Daoliang Li 2, Yingyi Chen 2, and Zhenbo Li 2 1 College of Mathematics and Computer Science,

More information

Chapter 6. [6]Preprocessing

Chapter 6. [6]Preprocessing Chapter 6 [6]Preprocessing As mentioned in chapter 4, the first stage in the HCR pipeline is preprocessing of the image. We have seen in earlier chapters why this is very important and at the same time

More information

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

More information

Institute of Technology, Carlow CW228. Project Report. Project Title: Number Plate f Recognition. Name: Dongfan Kuang f. Login ID: C f

Institute of Technology, Carlow CW228. Project Report. Project Title: Number Plate f Recognition. Name: Dongfan Kuang f. Login ID: C f Institute of Technology, Carlow B.Sc. Hons. in Software Engineering CW228 Project Report Project Title: Number Plate f Recognition f Name: Dongfan Kuang f Login ID: C00131031 f Supervisor: Nigel Whyte

More information

A QR Code Image Recognition Method for an Embedded Access Control System Zhe DONG 1, Feng PAN 1,*, Chao PAN 2, and Bo-yang XING 1

A QR Code Image Recognition Method for an Embedded Access Control System Zhe DONG 1, Feng PAN 1,*, Chao PAN 2, and Bo-yang XING 1 2016 International Conference on Mathematical, Computational and Statistical Sciences and Engineering (MCSSE 2016) ISBN: 978-1-60595-396-0 A QR Code Image Recognition Method for an Embedded Access Control

More information

An Analysis of Image Denoising and Restoration of Handwritten Degraded Document Images

An Analysis of Image Denoising and Restoration of Handwritten Degraded Document Images Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 12, December 2014,

More information

Road Network Extraction and Recognition Using Color

Road Network Extraction and Recognition Using Color Road Network Extraction and Recognition Using Color Clustering From Color Map Images Zhang Lulu 1, He Ning,Xu Cheng 3 Beijing Key Laboratory of Information Service Engineer Information Institute,Beijing

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

License Plate Recognition. Patrick Greene

License Plate Recognition. Patrick Greene License Plate Recognition Patrick Greene Goal/Assumptions Reasonably fixed height, distance, and camera type. (applications include DIA, Toll Booths, Security Checkpoints) Limited to Colorado license plates

More information

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD

FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD FLUORESCENCE MAGNETIC PARTICLE FLAW DETECTING SYSTEM BASED ON LOW LIGHT LEVEL CCD Jingrong Zhao 1, Yang Mi 2, Ke Wang 1, Yukuan Ma 1 and Jingqiu Yang 3 1 College of Communication Engineering, Jilin University,

More information

License Plate Recognition Using Skew Detection and Morphological Operation Archita Patel 1 Mr. Krunal R. Patel 2

License Plate Recognition Using Skew Detection and Morphological Operation Archita Patel 1 Mr. Krunal R. Patel 2 IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): 2321-0613 License Plate Recognition Using Skew Detection and Morphological Operation Archita Patel

More information

Image binarization techniques for degraded document images: A review

Image binarization techniques for degraded document images: A review Image binarization techniques for degraded document images: A review Binarization techniques 1 Amoli Panchal, 2 Chintan Panchal, 3 Bhargav Shah 1 Student, 2 Assistant Professor, 3 Assistant Professor 1

More information

The Study on the Image Thresholding Segmentation Algorithm. Yue Liu, Jia-mei Xue *, Hua Li

The Study on the Image Thresholding Segmentation Algorithm. Yue Liu, Jia-mei Xue *, Hua Li International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) The Study on the Image Thresholding Segmentation Algorithm Yue Liu, Jia-mei Xue *, Hua Li College of Information

More information

Real Time ALPR for Vehicle Identification Using Neural Network

Real Time ALPR for Vehicle Identification Using Neural Network _ Real Time ALPR for Vehicle Identification Using Neural Network Anushree Deshmukh M.E Student Terna Engineering College,Navi Mumbai Email: anushree_deshmukh@yahoo.co.in Abstract With the rapid growth

More information

CHARACTERS RECONGNIZATION OF AUTOMOBILE LICENSE PLATES ON THE DIGITAL IMAGE Rajasekhar Junjunuri* 1, Sandeep Kotta 1

CHARACTERS RECONGNIZATION OF AUTOMOBILE LICENSE PLATES ON THE DIGITAL IMAGE Rajasekhar Junjunuri* 1, Sandeep Kotta 1 ISSN 2277-2685 IJESR/May 2015/ Vol-5/Issue-5/302-309 Rajasekhar Junjunuri et. al./ International Journal of Engineering & Science Research CHARACTERS RECONGNIZATION OF AUTOMOBILE LICENSE PLATES ON THE

More information

A Survey on License Plate Recognition Systems

A Survey on License Plate Recognition Systems A Survey on License Plate Recognition Systems Divya Gilly Computer Science and Engineering Department Karunya University ABSTRACT License Plate Recognition (LPR) is a well known image processing technology.

More information

An Approach to Korean License Plate Recognition Based on Vertical Edge Matching

An Approach to Korean License Plate Recognition Based on Vertical Edge Matching An Approach to Korean License Plate Recognition Based on Vertical Edge Matching Mei Yu and Yong Deak Kim Ajou University Suwon, 442-749, Korea Abstract License plate recognition (LPR) has many applications

More information

Proposed Method for Off-line Signature Recognition and Verification using Neural Network

Proposed Method for Off-line Signature Recognition and Verification using Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Proposed Method for Off-line Signature

More information

International Conference on Computer, Communication, Control and Information Technology (C 3 IT 2009) Paper Code: DSIP-024

International Conference on Computer, Communication, Control and Information Technology (C 3 IT 2009) Paper Code: DSIP-024 Paper Code: DSIP-024 Oral 270 A NOVEL SCHEME FOR BINARIZATION OF VEHICLE IMAGES USING HIERARCHICAL HISTOGRAM EQUALIZATION TECHNIQUE Satadal Saha 1, Subhadip Basu 2 *, Mita Nasipuri 2, Dipak Kumar Basu

More information

Research on the Face Image Detection in Coal Mine Environment

Research on the Face Image Detection in Coal Mine Environment 2016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 2016) ISBN: 978-1-60595-364-9 Research on the Face Image Detection in Coal Mine Environment Xiucai Guo

More information

Contrast adaptive binarization of low quality document images

Contrast adaptive binarization of low quality document images Contrast adaptive binarization of low quality document images Meng-Ling Feng a) and Yap-Peng Tan b) School of Electrical and Electronic Engineering, Nanyang Technological University, Nanyang Avenue, Singapore

More information

Automatic Vehicle Number Plate Recognition for Vehicle Parking Management System

Automatic Vehicle Number Plate Recognition for Vehicle Parking Management System Automatic Vehicle Number Plate Recognition for Vehicle Parking Management System Ganesh R. Jadhav, Electronics and Telecommunication Engineering Department, SKN Sinhgad college of engineering, Pandharpur,

More information

Vehicle License Plate Number Recognition and Segmentation System

Vehicle License Plate Number Recognition and Segmentation System e t International Journal on Emerging Technologies 2(2): 75-79(2011) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Vehicle License Plate Number Recognition and Segmentation System Aamir Khan,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 10, October -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REVIEW

More information

Volume 7, Issue 5, May 2017

Volume 7, Issue 5, May 2017 Volume 7, Issue 5, May 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Localization Techniques

More information

AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA

AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA Reg. No.:20151213 DOI:V4I3P13 AUTOMATIC NUMBER PLATE DETECTION USING IMAGE PROCESSING AND PAYMENT AT TOLL PLAZA Meet Shah, meet.rs@somaiya.edu Information Technology, KJSCE Mumbai, India. Akshaykumar Timbadia,

More information

Vehicle Number Plate Recognition Using Hybrid Mathematical Morphological Techniques

Vehicle Number Plate Recognition Using Hybrid Mathematical Morphological Techniques Vehicle Number Plate Recognition Using Hybrid Mathematical Morphological Techniques Humayun Karim Sulehria, Ye Zhang, Danish Irfan, Atif Karim Sulehria School of Electronics and Information Engineering

More information

Automated Parking Management System Using License Plate Recognition

Automated Parking Management System Using License Plate Recognition Automated Parking Management System Using License Plate Recognition Deepak Harjani #, Mohita Jethwani *, Nikita Keswaney *, Sheba Jacob * # Department of Electronics and Telecommunication, Thadomal Shahani

More information

Nigerian Vehicle License Plate Recognition System using Artificial Neural Network

Nigerian Vehicle License Plate Recognition System using Artificial Neural Network Nigerian Vehicle License Plate Recognition System using Artificial Neural Network Amusan D.G 1, Arulogun O.T 2 and Falohun A.S 3 Open and Distance Learning Centre, Ladoke Akintola University of Technology,

More information

Recursive Text Segmentation for Color Images for Indonesian Automated Document Reader

Recursive Text Segmentation for Color Images for Indonesian Automated Document Reader Recursive Text Segmentation for Color Images for Indonesian Automated Document Reader Teresa Vania Tjahja 1, Anto Satriyo Nugroho #2, Nur Aziza Azis #, Rose Maulidiyatul Hikmah #, James Purnama Faculty

More information

An Improved Binarization Method for Degraded Document Seema Pardhi 1, Dr. G. U. Kharat 2

An Improved Binarization Method for Degraded Document Seema Pardhi 1, Dr. G. U. Kharat 2 An Improved Binarization Method for Degraded Document Seema Pardhi 1, Dr. G. U. Kharat 2 1, Student, SPCOE, Department of E&TC Engineering, Dumbarwadi, Otur 2, Professor, SPCOE, Department of E&TC Engineering,

More information

An Algorithm and Implementation for Image Segmentation

An Algorithm and Implementation for Image Segmentation , pp.125-132 http://dx.doi.org/10.14257/ijsip.2016.9.3.11 An Algorithm and Implementation for Image Segmentation Li Haitao 1 and Li Shengpu 2 1 College of Computer and Information Technology, Shangqiu

More information

Iraqi Car License Plate Recognition Using OCR

Iraqi Car License Plate Recognition Using OCR Iraqi Car License Plate Recognition Using OCR Safaa S. Omran Computer Engineering Techniques College of Electrical and Electronic Techniques Baghdad, Iraq omran_safaa@ymail.com Jumana A. Jarallah Computer

More information

Automated License Plate Recognition for Toll Booth Application

Automated License Plate Recognition for Toll Booth Application RESEARCH ARTICLE OPEN ACCESS Automated License Plate Recognition for Toll Booth Application Ketan S. Shevale (Department of Electronics and Telecommunication, SAOE, Pune University, Pune) ABSTRACT This

More information

Fig 1 Complete Process of Image Binarization Through OCR 2016, IJARCSSE All Rights Reserved Page 213

Fig 1 Complete Process of Image Binarization Through OCR 2016, IJARCSSE All Rights Reserved Page 213 Volume 6, Issue 8, August 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparison Analysis

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May-2014 601 Automatic license plate recognition using Image Enhancement technique With Hidden Markov Model G. Angel, J. Rethna

More information

A new method to recognize Dimension Sets and its application in Architectural Drawings. I. Introduction

A new method to recognize Dimension Sets and its application in Architectural Drawings. I. Introduction A new method to recognize Dimension Sets and its application in Architectural Drawings Yalin Wang, Long Tang, Zesheng Tang P O Box 84-187, Tsinghua University Postoffice Beijing 100084, PRChina Email:

More information

Number Plate Recognition Using Segmentation

Number Plate Recognition Using Segmentation Number Plate Recognition Using Segmentation Rupali Kate M.Tech. Electronics(VLSI) BVCOE. Pune 411043, Maharashtra, India. Dr. Chitode. J. S BVCOE. Pune 411043 Abstract Automatic Number Plate Recognition

More information

http://www.diva-portal.org This is the published version of a paper presented at SAI Annual Conference on Areas of Intelligent Systems and Artificial Intelligence and their Applications to the Real World

More information

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

Measuring Leaf Area using Otsu Segmentation Method (LAMOS)

Measuring Leaf Area using Otsu Segmentation Method (LAMOS) Indian Journal of Science and Technology, Vol 9(48), DOI: 10.17485/ijst/2016/v9i48/109307, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Measuring Leaf Area using Otsu Segmentation Method

More information

Efficient Document Image Binarization for Degraded Document Images using MDBUTMF and BiTA

Efficient Document Image Binarization for Degraded Document Images using MDBUTMF and BiTA RESEARCH ARTICLE OPEN ACCESS Efficient Document Image Binarization for Degraded Document Images using MDBUTMF and BiTA Leena.L.R, Gayathri. S2 1 Leena. L.R,Author is currently pursuing M.Tech (Information

More information

Finger print Recognization. By M R Rahul Raj K Muralidhar A Papi Reddy

Finger print Recognization. By M R Rahul Raj K Muralidhar A Papi Reddy Finger print Recognization By M R Rahul Raj K Muralidhar A Papi Reddy Introduction Finger print recognization system is under biometric application used to increase the user security. Generally the biometric

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 05, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 05, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 05, 2016 ISSN (online): 2321-0613 Improved Document Image Binarization using Hybrid Thresholding Method Neha 1 Deepak 2

More information

A Method of Measuring Distances between Cars. Using Vehicle Black Box Images

A Method of Measuring Distances between Cars. Using Vehicle Black Box Images Contemporary Engineering Sciences, Vol. 7, 2014, no. 23, 1295-1302 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49160 A Method of Measuring Distances between Cars Using Vehicle Black

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2017, Vol. 3, Issue 3, 357-366 Original Article ISSN 2454-695X Shagun et al. WJERT www.wjert.org SJIF Impact Factor: 4.326 NUMBER PLATE RECOGNITION USING MATLAB 1 *Ms. Shagun Chaudhary and 2 Miss

More information

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter

Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Smart License Plate Recognition Using Optical Character Recognition Based on the Multicopter Sanjaa Bold Department of Computer Hardware and Networking. University of the humanities Ulaanbaatar, Mongolia

More information

Method for Real Time Text Extraction of Digital Manga Comic

Method for Real Time Text Extraction of Digital Manga Comic Method for Real Time Text Extraction of Digital Manga Comic Kohei Arai Information Science Department Saga University Saga, 840-0027, Japan Herman Tolle Software Engineering Department Brawijaya University

More information

Implementation of Barcode Localization Technique using Morphological Operations

Implementation of Barcode Localization Technique using Morphological Operations Implementation of Barcode Localization Technique using Morphological Operations Savreet Kaur Student, Master of Technology, Department of Computer Engineering, ABSTRACT Barcode Localization is an extremely

More information

Recognition Of Vehicle Number Plate Using MATLAB

Recognition Of Vehicle Number Plate Using MATLAB Recognition Of Vehicle Number Plate Using MATLAB Mr. Ami Kumar Parida 1, SH Mayuri 2,Pallabi Nayk 3,Nidhi Bharti 4 1Asst. Professor, Gandhi Institute Of Engineering and Technology, Gunupur 234Under Graduate,

More information

The Research of the Lane Detection Algorithm Base on Vision Sensor

The Research of the Lane Detection Algorithm Base on Vision Sensor Research Journal of Applied Sciences, Engineering and Technology 6(4): 642-646, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 03, 2012 Accepted: October

More information

R. K. Sharma School of Mathematics and Computer Applications Thapar University Patiala, Punjab, India

R. K. Sharma School of Mathematics and Computer Applications Thapar University Patiala, Punjab, India Segmentation of Touching Characters in Upper Zone in Printed Gurmukhi Script M. K. Jindal Department of Computer Science and Applications Panjab University Regional Centre Muktsar, Punjab, India +919814637188,

More information

A Real Time Automatic License Plate Recognition Using Optical Character Recognition

A Real Time Automatic License Plate Recognition Using Optical Character Recognition www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 1 January 2015, Page No. 9789-9796 A Real Time Automatic License Plate Recognition Using Optical Character

More information

Road marking abrasion defects detection based on video image processing

Road marking abrasion defects detection based on video image processing Information Systems and Signal Processing Journal (2016) 1: 1-6 Clausius Scientific Press, Canada Road marking abrasion defects detection based on video image processing Zhang Yiheng1,a 1 China Transport

More information

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Vijay Jumb, Mandar Sohani, Avinash Shrivas Abstract In this paper, an approach for color image segmentation is presented.

More information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Mohd Firdaus Zakaria, Shahrel A. Suandi Intelligent Biometric Group, School of Electrical and Electronics Engineering,

More information

License Plate Recognition Algorithm for Passenger Cars in Chinese Residential Areas

License Plate Recognition Algorithm for Passenger Cars in Chinese Residential Areas Sensors 202, 2, 8355-8370; doi:0.3390/s20608355 Article OPEN ACCESS sensors ISSN 424-8220 www.mdpi.com/journal/sensors License Plate Recognition Algorithm for Passenger Cars in Chinese Residential Areas

More information

Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao Xiao1, c

Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao Xiao1, c 6th International Conference on Mechatronics, Computer and Education Informationization (MCEI 2016) Implementation of Face Detection System Based on ZYNQ FPGA Jing Feng1, a, Busheng Zheng1, b* and Hao

More information

A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads

A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689 www.ijrtem.com Volume 2 Issue 1 ǁ January. 2018 ǁ PP 11-16 A Study on Single Camera Based ANPR System for Improvement

More information

Global Color Saliency Preserving Decolorization

Global Color Saliency Preserving Decolorization , pp.133-140 http://dx.doi.org/10.14257/astl.2016.134.23 Global Color Saliency Preserving Decolorization Jie Chen 1, Xin Li 1, Xiuchang Zhu 1, Jin Wang 2 1 Key Lab of Image Processing and Image Communication

More information