Automatic license plate recognition

Size: px
Start display at page:

Download "Automatic license plate recognition"

Transcription

1 Automatic license plate recognition Mohamed El-Adawi Helwan Faculty of Engineering Hesham Abd el Moneim Keshk Helwan Faculty of Engineering Mona Mahmoud Haragi Helwan Faculty of Engineering Abstract: Automatic license plate recognition (LPR) is one of the techniques that can be used for the identification of vehicles. The purpose of this paper is to investigate a suitable way to recognize the registration plate from an image of vehicle, The proposed algorithm recognizes the Arabic (Hindi)digits and words within the plate area. The obtained recognition ratio is about 80% for a 65 random images included in the database. The algorithm failed only in images that include abnormalities such as fixing screws, or a major slant in the plate. keywords: thresholding, edge detection, dilation, watershed transform, template matching, OCR. 1.Introduction There has been a number of software products that can be used for LPR mainly from USA and Europe.V.Kamet and S.Ganesan [1] used the Hough transform (HT) for line detection to locate the boundary line of the vehicle license plate. They first applied a modified Sobel operator for edge detection and then an image thresholding is done depending on the average brightness of the image. HT is applied to the entire image, and peaks are searched in the Hough space in which the lines are identified in real space. Color and texture of the license plate have been used to identify the plate lines. J.A.G.Nijhuis [2] incorporated fuzzy features of the license plate, using yellow rectangular area and black characters. He used a discrete time cellular neural network (DTCNN) as the feature extractor and multi-layered perception (MLP) as the recognizer. Yap Keem Siah, Tay Yong Haur, Marzuki Khalid and Tahir Ahmed [3] used an iterative threshold to fully exploit the large contrast between the black color and background and with color characters of the license plate, They used the blob analysis method to identify the connected regions of pixels in the image and then the basic features(such as height, width, top and left) of the region is calculated. These regions are commonly know as blobs, They used a fuzzy artmap neural to cluster these basic features into different classes, The clustering produced blobs that satisfy the original features, which are considered as the characters of the license plate. Xulio Fernandez and Fernando martin [4] used the character location method to license plate recognition, They designed an algorithm to locate all zones in the image that may contain characters. Their model is based on derivatives, where they computed the horizontal Sobel gradient of the whole image and search for high positive values followed by a high negative ones. They look for rectangular zones in which they have a repetition of the pattern. The distance between the positive values and the negative ones must be approximately constant, Their algorithm tries to find the possible rectangular that enclosed the plate. Another algorithm proposed by J.R.Cowell.[5] where he applied a global threshold to the whole image and finds the plate using template matching and growing regions techniques. This method required a fixed size for the plate area and also the same degree of illumination, which can not be satisfied easily. Su-Hyun Lee,Young-Soo Seok and Eung-Joo Lee[6] proposed license plate recognition system for multinational vehicle license plate using geometric features along with hybrid and seven segment pattern vectors. In the proposed system, they suggested to find horizontal and vertical relation after going through preparation process with inputted real-time license plate image of Korea and Japan, and then to classify license plate with using characteristic and geometric information of license plates. It classifies the extracted license plate images into letters and numbers, such as local name, local number, classification character and license consecutive numbers, and recognize license plate of Korea and Japan by applying hybrid and seven segments pattern vectors to classified letter and number region. David Chanson and Timothy Roberts [7] used Image processing techniques such as edge detection, thresholding and

2 resampling in their algorithm to locate and isolate the license plate and the characters. Template matching was the character recognition method that was used to successfully recognize the license plate. Jaime José Laracuente-Díaz and Manuel Toledo-Quiñones [8] determined to partion the image that contains the license plate, the different objects present in the image are found and labeled. Those that have geometrical characteristics similar to those of license plate characters are selected. If the relative position of the selected objects is consistent with a license plate, it is assumed that the plate has been found. 2.LPR advantages and applications One of the advantages of LPR systems is that all cars already have or at least are supposed to have the required identification which is the registration plate. This means that there is no need to add transmitters or special signs to the vehicles, which in turn results in savings towards the implementation of the system. Another advantage is that the image of the car and may be even the image of the driver can be stored and retrieved if there is a need for evidence in disputes or crime situations. LPR systems have several applications ranging from allowing car park entry to detection of stolen cars. Long term parking at the airport is also a good candidate for the use of an LPR system as the actual time of entry can be retrieved in the event of a lost ticket that was issued days ago or in case there is a ticket fraud situation. In a border control situation, the LPR system can be used to double check that the car is allowed to cross and shorten the time it takes to go through the border, hence shortening the typical long queues. The LPR system can also be used as a clever way of directing traffic at the entrance of an organization s property. For instance, vehicles entering could have their plates read and they could be directed to the suitable lanes depending on their privileges as specified in a database. An elaborate LPR system can also be used to monitor traffic on the roads in order to detect stolen cars or cars with unpaid fines. 3.Proposed VLP recognition algorithm In such algorithms, one of the most difficult tasks is to locate the license plate, which could be any where in the image. We make the following assumptions about plates proposed in this algorithm : 1.The plates have a rectangular shape with two rows of characters. 2.The plate has dark character on a bright white back ground. 3.The width-height relationship of the license plate is approximately known in advance. 4.The orientation of the license plate is approximately aligned with the axes(vertical and horizontal). 5.Lines of image must not be optically distorted. We have been working with color images captured with a digital camera and transferred to computer memory. Our images consist of a rectangular array of 640*480 pixels. Fig.1 shows a sample of such images. Fig.1 Car image with recognizable LP 3.1 Extraction of the license plate The purpose of this stage is to locate the plate that encloses the license number. The whole idea depends on the boundary of the license plate only because there are a huge data in the image. The algorithm tries to decrease the amount of data in the image and avoid the unwanted areas to extract only the area which have the same properties of the license plate. Our proposed algorithm goes as follow: 1- Thresholding of the input image. After turn the input color image to a grayscale, we compute a global threshold level that can be used to convert a gray image to a binary image. In a grayscale image, the thresholding transformation sets each gray level that is less than or equal to a chosen value T ( the threshold value ) to 0 and each gray level greater than T to 1.The result is a black and white image with 0 representing black and 1 representing white. In our algorithm the threshold value is not constant, Iit depends on the average brightness of the image. We used the otsu s method [9] to determine that value.figs.2 and 3 show the applications of different threshold values to convert the image into binary image.

3 Fig.2 The computed threshold is 127 Fig.3 The computed threshold is Apply a thin edge detector If an image consists of objects of interest on a contrasting background, an edge is a transition from background to object or vice versa. The total change in intensity from background to object is called the strength of the edge. There are many methods of performing edge detection. We detected the edges here by using the spatial filtering. We used convolution kernel for horizontal direction [-1 1]and for vertical direction is [-1;1].Those values will help us to detect any thin edge in the image as shown in fig.4 4- Reject small lines that are impossible to be a part of the plate borders in both directions. For each point checking if there is a new point in the same line within certain distance. If it is, the line segment is extended to include the new point; otherwise a new line segment is started. In this project the maximum distance, was chosen as the value which gave the best results for the training images. Also, as some of the line segments are potentially very short, specifying a minimum line segment length is advantageous and helps reduce computation in later steps. The long lines segments from the image have been extracted. The short lines segment in the letters and in the top part have been eliminated. Fig.6 shows the output of the line extract process. Fig.6 Image after limination of short lines and extraction of long lines 5- Now we have a group of lines in horizontal and vertical direction with different lengths. By adding the two images, we obtain many regions with different areas. We used the watershed transform to segment those regions each with it s properties. Fig.7shows the result of the adding. Fig.4 Horizontal and vertical edge detector 3- Dilation the image. The obtained image after edge detector is one pixel thickness for each edge. If there is any ripples on any line, then the line will appear as a broken one. To avoid this problem we will make a dilation for all lines in both horizontal and vertical directions as shown in fig.5 Fig.5 Dilation in both directions Fig.7 Adding image The watershed transform is the method of choice for image segmentation in the field of mathematical morphology. The watershed transform can be classified as a region-based segmentation approach. The intuitive idea underlying this method comes from geography, It is that of a landscape or to pographic relief which is flooded by water. Watersheds being the divide lines of the domains of attraction of rain falling over regions. An a alternative approach is to imagine the landscape being immersed in a

4 lake, with holes pierced in local minima. Basins (also called catchments basins') will fill up with water starting at these local minima, and, at points where water coming from different basins would meet, dams are built. When the water level has reached the highest peak in the landscape, the process is stopped. As a result, the landscape is partitioned into regions or basins separated by dams, called watershed lines or simply watersheds. When simulating this process for image segmentation, two approaches may be used: either one first finds basins, then watersheds by taking a set complement; or one computes a complete partition of the image into basins, and subsequently finds the watersheds by boundary detection. To be more explicit, we will use the expression `watershed transform to denote a labeling of the image, such that all points of a given catchments basin have the same unique label, and a special label, distinct from all the labels of the catchments basins, is assigned to all points of the watersheds. Fig.8 shows the output of the watershed transform [10]. technique, which depends strongly on comparing each portion of the investigated image to a template image(shown in fig.9).the true license plate in the image is found as the region bearing the most resemblance to the template. Fig.9 the proposed template image A common way to perform this task is to use a cross correlation scheme[11].fig.10(a) shows an example of a true plat be selected, and the corresponding a mesh of the cross correlation factor where the maximum value is Fig.10(b) shows an example of a true plat be selected, and the corresponding a mesh of the cross correlation factor where the maximum value is Fig.10(a) Cross correlation with true plate 9000 Fig.8 watershed transform output 6- As mentioned, the output from watershed segmentation consists of a list of regions, of which one hopefully contains the license plate. Two steps are performed in order to select the best candidate. Area: The candidate region with small area or which have very large area will be voided, Height- width ratio: Although some times a region with the license plate will contain some edges around the actual plate, the ratio provides a mean of sorting out a lot of regions that could not possibly contain a license plate. 7- In some cars we found that the back light indicators have almost the same characteristics of the plate (area and ratio between width and height) as shown in fig.8(regions number 1 and 3). To distinguish between such false areas and the true license plate (as shown in fig.8 region number 2 ), we used a template matching Fig.10(b) Cross correlation with false region 3.2 character segmentation: 1.The next step after the identification of the rectangular plate is to isolate its characters or digit contents. All plate rectangle are assumed to contain two rows of characters. For the image, we need to isolate the two lines as shown in fig.11. Fig.11 the extract plate and the required isolation

5 To do this we calculate the horizontal summation of all black pixels in each row. The peaks of the summation will identify the two rows of characters as shown in fig.12. The two arrows point to the location of the number and registration parts. Fig.14 The two types of plate registration 4.Experimental results: The system was tested for 65 images under several conditions. The recognition ratio was very good (almost 80%).The 20%wrong identification came from the fixation screws of the plate that was recognized as zero. If the distance between camera and car was larger than certain limit, the system fails to correctly identify the plate. Fig 15(a)and fig.15(b)shows the application of the proposed algorithm and the response of the program was to identify the plate number and its registration. Fig.12 The horizontal projection 2.After isolating the two rows of characters within the plate area, we take the digits row alone and try to isolate each digit. 3.On the digits row we vertically count the number of black pixels in each column. This is actually a vertical projection. The peaks of the projection will represent the existence of a digit, and the valley will represent the isolation or boundary between these digits. Fig.13 shows this projection. Fig.15(a) Fig.13 The vertical projection 3.3 Character identification: The final task of the LPR is the recognition of the plate contents after the isolation process in the pervious step. We used a 3 layer neural network trained with the back propagation algorithm to identify the following objects in each plate :- 1.The digits from 0 to 9. ". ملا آي " word 2.The 3.The two word القاهرة" "and الجيزة" "that exits in all cars that are registered in either Cairo or El_giza. " ملا آي القاهرة " the We used ten plate from registration and another ten from the " registration as the training set ملا آي جيزة " for the neural network. The remaining plate images were used for testing. The performance of the neural network was very good. Fig.15(b) 5.Interpretation of results: We test the algorithm on 65 various images, the results are as follows: 89% success rate for license plate recognition, the algorithm failed in recognition the plates which has a major slant. 93% success rate for character recognition of the extracted plates, the failed occurs for the plate which has fixing screws in the character position. 96% success rate for character recognition of all the characters on the extracted plates, the illumination and

6 the blurring of the characters was the main reason of the failed cases. 60Comparsion with other similar projects: Although all the mentioned methods deal with the English letters and Arabic numbers which are mainly different with the characteristics of the Arabic letters and Hindi numbers, we can say that our work has a good ratio (80%) against to (70% ) success rate mentioned in [7], (83.5 %) in [6] and (74% ) in [8]. 7.Conclusion Our system was able to identify license plate with a good accuracy. The source of errors was due to mainly the fixation screws of the plate, or due to a major slant in the plate axis. The algorithm will be extended to include different shape of plates with different registration. 8.References: [1]Kamat,V.and Ganesan,S, An efficient implementation of the Hough transform for detecting Vehicle license plates using DSP S Cellular Neural Networks and their application proceedings. The IEEE 31st annual 1997International Carnahan Conference,1997,pp [2]Nijhuis J.A.G,Brugge,M.H.,Helmholt K.A., lincese plate recognition using DCTNNs, Security Technology,1997,Proceedings 1998 fifth IEEE international workshop on publish,1998,pp [3] Yap Keem siah,tay Yong Haur,Marzuki Khalid and Tahir Ahmed, Vehicle licence plate recognition by fuzzy artmap neural network, Centre for Artificial intelligence and robotics (CAIRO),Faculty of Electrical Enginerring,University Teknologi Malaysia,Jalan Lumpur,54100 Kuala Lumpur. [4] Xulio Fernández Hermida,Fernando Martín Rodríguez,José Luis Fernández Lijó,Fidel Pita Sande,Miguel Pérez Iglesias.Departamento de Tecnologías de las Comunicaciones.E.T.S.I.T.Universidad de Vigo. Ciudad Universitaria s/n Vigo (Pontevedra).Spain. An O.C.R.for V.L.P. [5]J.R.Cowell. Syntactic Pattern Recognizer for vehicle identification Numbers.Image &Vision Computing (1995). [6] Multi-National Integrated Car-License Plate Recognition System Using Geometrical Feature and Hybrid Pattern Vector Su-Hyun Lee,Young- Soo Seok and Eung-Joo Lee Department of information/communication Eng.,TongMyong Univ.of Information Technology [7] License plate recognition system,david Chanson and Timothy Roberts,Department of Electrical and Electronic Engineering,Manukau Institute of Technology,Auckland. [8] Artificial Vision for Vehicle Monitoring at Tren Urbano Stations Jaime José Laracuente- Díaz and Manuel Toledo-Quiñones Electrical and Computer Engineering Department University of Puerto Rico,Mayagüez Campus Mayagüez,Puerto Rico [9] ]N.Otsu, A Threshold Selection Method from Gray-Level Histograms, IEEE Transactions on Systems,Man,and Cybernetics,vol.9,no.1,pp.62-66,1979 [10] Luc Vincent and Pierre Soille, Watersheds in Digital Spaces:An Efficient Algorithm Based on Immersion Simulations, IEEE Transactions of Pattern Analysis and Machine Intelligence,vol.13,no.6,June 1991,pp [11] J.P.Lewis, Fast Normalized Cross Correlation,Industrial Light&Magic. /nvisioninterface/nip.html [12] Serra,J.,Image Analysis and Mathematical Morphology,Vol.2:Theoretical Advances.Newyork:Academic,1988 [13]Rafael C.Gonzalez,Richard E.Woods. Digital Image Processing 1993,Addison-Wesley

A New Framework for Color Image Segmentation Using Watershed Algorithm

A New Framework for Color Image Segmentation Using Watershed Algorithm A New Framework for Color Image Segmentation Using Watershed Algorithm Ashwin Kumar #1, 1 Department of CSE, VITS, Karimnagar,JNTUH,Hyderabad, AP, INDIA 1 ashwinvrk@gmail.com Abstract Pradeep Kumar 2 2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Chapter 17. Shape-Based Operations

Chapter 17. Shape-Based Operations Chapter 17 Shape-Based Operations An shape-based operation identifies or acts on groups of pixels that belong to the same object or image component. We have already seen how components may be identified

More information

An Automatic System for Detecting the Vehicle Registration Plate from Video in Foggy and Rainy Environments using Restoration Technique

An Automatic System for Detecting the Vehicle Registration Plate from Video in Foggy and Rainy Environments using Restoration Technique An Automatic System for Detecting the Vehicle Registration Plate from Video in Foggy and Rainy Environments using Restoration Technique Savneet Kaur M.tech (CSE) GNDEC LUDHIANA Kamaljit Kaur Dhillon Assistant

More information

STRATEGIES FOR FAST LICENSE PLATE NUMBER LOCALIZATION

STRATEGIES FOR FAST LICENSE PLATE NUMBER LOCALIZATION 46th International Symposium Electronics in Marine, ELMAR-2004. 16-18 June 2004, Zadar. Croatia STRATEGIES FOR FAST LICENSE PLATE NUMBER LOCALIZATION Balazs Enyedi, Lajos Konyha, Csaba Szombathy, Kalmin

More information

AUTOMATIC IRAQI CARS NUMBER PLATES EXTRACTION

AUTOMATIC IRAQI CARS NUMBER PLATES EXTRACTION AUTOMATIC IRAQI CARS NUMBER PLATES EXTRACTION Safaa S. Omran 1 Jumana A. Jarallah 2 1 Electrical Engineering Technical College / Middle Technical University 2 Electrical Engineering Technical College /

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

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

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA 90 CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA The objective in this chapter is to locate the centre and boundary of OD and macula in retinal images. In Diabetic Retinopathy, location of

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

Modelling, Simulation and Computing Laboratory (msclab) School of Engineering and Information Technology, Universiti Malaysia Sabah, Malaysia

Modelling, Simulation and Computing Laboratory (msclab) School of Engineering and Information Technology, Universiti Malaysia Sabah, Malaysia 1.0 Introduction During the recent years, image processing based vehicle license plate localisation and recognition has been widely used in numerous areas:- a) Entrance admission b) Speed control Modelling,

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

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

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

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

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

An Efficient Method for Vertical-Edge-Based Car-License- Plate Detection Method

An Efficient Method for Vertical-Edge-Based Car-License- Plate Detection Method An Efficient Method for Vertical-Edge-Based Car-License- Plate Detection Method ABSTRACT: The car-license-plate (CLP) recognition system is an image processing technology issued to identify vehicles by

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

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

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

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

Automatics Vehicle License Plate Recognition using MATLAB

Automatics Vehicle License Plate Recognition using MATLAB Automatics Vehicle License Plate Recognition using MATLAB Alhamzawi Hussein Ali mezher Faculty of Informatics/University of Debrecen Kassai ut 26, 4028 Debrecen, Hungary. Abstract - The objective of this

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

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

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

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

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

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

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research

ISSN No: International Journal & Magazine of Engineering, Technology, Management and Research Design of Automatic Number Plate Recognition System Using OCR for Vehicle Identification M.Kesab Chandrasen Abstract: Automatic Number Plate Recognition (ANPR) is an image processing technology which uses

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

THE PROPOSED IRAQI VEHICLE LICENSE PLATE RECOGNITION SYSTEM BY USING PREWITT EDGE DETECTION ALGORITHM

THE PROPOSED IRAQI VEHICLE LICENSE PLATE RECOGNITION SYSTEM BY USING PREWITT EDGE DETECTION ALGORITHM THE PROPOSED IRAQI VEHICLE LICENSE PLATE RECOGNITION SYSTEM BY USING PREWITT EDGE DETECTION ALGORITHM ELAF J. AL TAEE Computer Science, Kufa University, College of Education Kufa, Najaf, IRAQ E-mail: elafj.altaee@uokufa.edu.iq

More information

Traffic Sign Recognition Senior Project Final Report

Traffic Sign Recognition Senior Project Final Report Traffic Sign Recognition Senior Project Final Report Jacob Carlson and Sean St. Onge Advisor: Dr. Thomas L. Stewart Bradley University May 12th, 2008 Abstract - Image processing has a wide range of real-world

More information

Real-Time License Plate Localisation on FPGA

Real-Time License Plate Localisation on FPGA Real-Time License Plate Localisation on FPGA X. Zhai, F. Bensaali and S. Ramalingam School of Engineering & Technology University of Hertfordshire Hatfield, UK {x.zhai, f.bensaali, s.ramalingam}@herts.ac.uk

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

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

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

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Line Segmentation and Orientation Algorithm for Automatic Bengali License Plate Localization and Recognition

Line Segmentation and Orientation Algorithm for Automatic Bengali License Plate Localization and Recognition Line Segmentation and Orientation Algorithm for Automatic Bengali License Plate Localization and Recognition Md. Rokibul Haque B.Sc. Student Sylhet Engineering College Saddam Hossain B.Sc. Student Sylhet

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

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

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

[Mohindra, 2(7): July, 2013] ISSN: Impact Factor: 1.852

[Mohindra, 2(7): July, 2013] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY License Plate Recognition (LPR) system for Indian Vehicle License Plate Extraction and Character Segmentation Surabhi Mohindra

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

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

A Training Based Approach for Vehicle Plate Recognition (VPR)

A Training Based Approach for Vehicle Plate Recognition (VPR) A Training Based Approach for Vehicle Plate Recognition (VPR) Laveena Agarwal 1, Vinish Kumar 2, Dwaipayan Dey 3 1 Department of Computer Science & Engineering, Sanskar College of Engineering &Technology,

More information

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron Proc. National Conference on Recent Trends in Intelligent Computing (2006) 86-92 A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

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 Automatic Number Plate Recognition System for Vehicle Identification Using Improved Segmentation

More information

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT:

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: IJCE January-June 2012, Volume 4, Number 1 pp. 59 67 NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: A COMPARATIVE STUDY Prabhdeep Singh1 & A. K. Garg2

More information

Number Plate recognition System

Number Plate recognition System Number Plate recognition System Khomotso Jeffrey Tsiri Thesis presented in fulfilment of the requirements for the degree of Bsc(Hons) Computer Science at the University of the Western Cape Supervisor:

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

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

Main Subject Detection of Image by Cropping Specific Sharp Area

Main Subject Detection of Image by Cropping Specific Sharp Area Main Subject Detection of Image by Cropping Specific Sharp Area FOTIOS C. VAIOULIS 1, MARIOS S. POULOS 1, GEORGE D. BOKOS 1 and NIKOLAOS ALEXANDRIS 2 Department of Archives and Library Science Ionian University

More information

An Approach for Reconstructed Color Image Segmentation using Edge Detection and Threshold Methods

An Approach for Reconstructed Color Image Segmentation using Edge Detection and Threshold Methods An Approach for Reconstructed Color Image Segmentation using Edge Detection and Threshold Methods Mohd. Junedul Haque, Sultan H. Aljahdali College of Computers and Information Technology Taif University

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

Chapter 12 Image Processing

Chapter 12 Image Processing Chapter 12 Image Processing The distance sensor on your self-driving car detects an object 100 m in front of your car. Are you following the car in front of you at a safe distance or has a pedestrian jumped

More information

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 2, Number 3 (2012), pp. 173-180 International Research Publications House http://www. irphouse.com Automatic Morphological

More information

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks HONG ZHENG Research Center for Intelligent Image Processing and Analysis School of Electronic Information

More information

USING AN EIGEN VALUES AND SPATIAL FEATURES FOR BUILDING AN IRAQI LICENSE PLATE DETECTOR AND RECOGNIZER

USING AN EIGEN VALUES AND SPATIAL FEATURES FOR BUILDING AN IRAQI LICENSE PLATE DETECTOR AND RECOGNIZER Science USING AN EIGEN VALUES AND SPATIAL FEATURES FOR BUILDING AN IRAQI LICENSE PLATE DETECTOR AND RECOGNIZER Enas Wahab Abood *1 *1 Department of Mathematics, Collage of Science, University of Basrah,

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

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

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices

Number Plate Detection with a Multi-Convolutional Neural Network Approach with Optical Character Recognition for Mobile Devices J Inf Process Syst, Vol.12, No.1, pp.100~108, March 2016 http://dx.doi.org/10.3745/jips.04.0022 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) Number Plate Detection with a Multi-Convolutional Neural

More information

PCB Fault Detection by Image Processing Tools: A Review

PCB Fault Detection by Image Processing Tools: A Review PCB Fault Detection by Image Processing Tools: A Review Akash Kasturkar 1, Dr.S. D. Lokhande 2 P.G. Student, Department of E&TC, Sinhgad College of Engineering, Pune, Maharashtra, India 1 Principal, Sinhgad

More information

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis Proceedings of the 6th WSEAS International Conference on Signal, Speech and Image Processing, Lisbon, Portugal, September 22-24, 2006 110 Automated Detection of Early Lung Cancer and Tuberculosis Based

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka RESEARCH ARTICLE OPEN ACCESS FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka Swapna Premasiri 1, Lahiru Wijesinghe 1, Randika Perera 1 1. Department

More information

Preprocessing of Digitalized Engineering Drawings

Preprocessing of Digitalized Engineering Drawings Modern Applied Science; Vol. 9, No. 13; 2015 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Preprocessing of Digitalized Engineering Drawings Matúš Gramblička 1 &

More information

RESEARCH PAPER FOR ARBITRARY ORIENTED TEAM TEXT DETECTION IN VIDEO IMAGES USING CONNECTED COMPONENT ANALYSIS

RESEARCH PAPER FOR ARBITRARY ORIENTED TEAM TEXT DETECTION IN VIDEO IMAGES USING CONNECTED COMPONENT ANALYSIS International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(4), pp.137-141 DOI: http://dx.doi.org/10.21172/1.74.018 e-issn:2278-621x RESEARCH PAPER FOR ARBITRARY ORIENTED TEAM TEXT

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

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images

Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Performance Evaluation of Edge Detection Techniques for Square Pixel and Hexagon Pixel images Keshav Thakur 1, Er Pooja Gupta 2,Dr.Kuldip Pahwa 3, 1,M.Tech Final Year Student, Deptt. of ECE, MMU Ambala,

More information

CS534 Introduction to Computer Vision. Linear Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University

CS534 Introduction to Computer Vision. Linear Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University CS534 Introduction to Computer Vision Linear Filters Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines What are Filters Linear Filters Convolution operation Properties of Linear Filters

More information

Addis Ababa University School of Graduate Studies Addis Ababa Institute of Technology

Addis Ababa University School of Graduate Studies Addis Ababa Institute of Technology 1 Addis Ababa University School of Graduate Studies Addis Ababa Institute of Technology Design and Implementation of Car Plate Recognition System for Ethiopian Car Plates By: Huda Zuber Ahmed Addis Ababa

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

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

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter Extraction and Recognition of Text From Digital English Comic Image Using Median Filter S.Ranjini 1 Research Scholar,Department of Information technology Bharathiar University Coimbatore,India ranjinisengottaiyan@gmail.com

More information

Quality Control of PCB using Image Processing

Quality Control of PCB using Image Processing Quality Control of PCB using Image Processing Rasika R. Chavan Swati A. Chavan Gautami D. Dokhe Mayuri B. Wagh ABSTRACT An automated testing system for Printed Circuit Board (PCB) is preferred to get the

More information

Carmen Alonso Montes 23rd-27th November 2015

Carmen Alonso Montes 23rd-27th November 2015 Practical Computer Vision: Theory & Applications calonso@bcamath.org 23rd-27th November 2015 Alternative Software Alternative software to matlab Octave Available for Linux, Mac and windows For Mac and

More information

Scrabble Board Automatic Detector for Third Party Applications

Scrabble Board Automatic Detector for Third Party Applications Scrabble Board Automatic Detector for Third Party Applications David Hirschberg Computer Science Department University of California, Irvine hirschbd@uci.edu Abstract Abstract Scrabble is a well-known

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

More information