143 research outputs found

    Empirical Study of Car License Plates Recognition

    Get PDF
    The number of vehicles on the road has increased drastically in recent years. The license plate is an identity card for a vehicle. It can map to the owner and further information about vehicle. License plate information is useful to help traffic management systems. For example, traffic management systems can check for vehicles moving at speeds not permitted by law and can also be installed in parking areas to se-cure the entrance or exit way for vehicles. License plate recognition algorithms have been proposed by many researchers. License plate recognition requires license plate detection, segmentation, and charac-ters recognition. The algorithm detects the position of a license plate and extracts the characters. Various license plate recognition algorithms have been implemented, and each algorithm has its strengths and weaknesses. In this research, I implement three algorithms for detecting license plates, three algorithms for segmenting license plates, and two algorithms for recognizing license plate characters. I evaluate each of these algorithms on the same two datasets, one from Greece and one from Thailand. For detecting li-cense plates, the best result is obtained by a Haar cascade algorithm. After the best result of license plate detection is obtained, for the segmentation part a Laplacian based method has the highest accuracy. Last, the license plate recognition experiment shows that a neural network has better accuracy than other algo-rithm. I summarize and analyze the overall performance of each method for comparison

    Vehicle license plate detection and recognition

    Get PDF
    "December 2013.""A Thesis presented to the Faculty of the Graduate School at the University of Missouri In Partial Fulfillment of the Requirements for the Degree Master of Science."Thesis supervisor: Dr. Zhihai He.In this work, we develop a license plate detection method using a SVM (Support Vector Machine) classifier with HOG (Histogram of Oriented Gradients) features. The system performs window searching at different scales and analyzes the HOG feature using a SVM and locates their bounding boxes using a Mean Shift method. Edge information is used to accelerate the time consuming scanning process. Our license plate detection results show that this method is relatively insensitive to variations in illumination, license plate patterns, camera perspective and background variations. We tested our method on 200 real life images, captured on Chinese highways under different weather conditions and lighting conditions. And we achieved a detection rate of 100%. After detecting license plates, alignment is then performed on the plate candidates. Conceptually, this alignment method searches neighbors of the bounding box detected, and finds the optimum edge position where the outside regions are very different from the inside regions of the license plate, from color's perspective in RGB space. This method accurately aligns the bounding box to the edges of the plate so that the subsequent license plate segmentation and recognition can be performed accurately and reliably. The system performs license plate segmentation using global alignment on the binary license plate. A global model depending on the layout of license plates is proposed to segment the plates. This model searches for the optimum position where the characters are all segmented but not chopped into pieces. At last, the characters are recognized by another SVM classifier, with a feature size of 576, including raw features, vertical and horizontal scanning features. Our character recognition results show that 99% of the digits are successfully recognized, while the letters achieve an recognition rate of 95%. The license plate recognition system was then incorporated into an embedded system for parallel computing. Several TS7250 and an auxiliary board are used to simulIncludes bibliographical references (pages 67-73)

    Research of Indonesian license plates recognition on moving vehicles

    Get PDF
    The recognition of the characters in the license plate has been widely studied, but research to recognize the character of the license plate on a moving car is still rarely studied. License plate recognition on a moving car has several difficulties, for example capturing still images on moving images with non-blurred results. In addition, there are also several problems such as environmental disturbances (low lighting levels and heavy rain). In this study, a novel framework for recognizing license plate numbers is proposed that can overcome these problems. The proposed method in this study: detects moving vehicles, judges the existence of moving vehicles, captures moving vehicle images, deblurring images, locates license plates, extracts vertical edges, removes unnecessary edge lines, segments license plate locations, Indonesian license plate cutting character segmenting, character recognition. Experiments were carried out under several conditions: suitable conditions, poor lighting conditions (dawn, evening, and night), and unfavourable weather conditions (heavy rain, moderate rain, and light rain). In the experiment to test the success of the license plate number recognition, it was seen that the proposed method succeeded in recognizing 98.1 % of the total images tested. In unfavorable conditions such as poor lighting or when there are many disturbances such as rain, there is a decrease in the success rate of license plate recognition. Still, the proposed method's experimental results were higher than the method without deblurring by 1.7 %. There is still unsuccessful in recognizing license plates from the whole experiment due to a lot of noise. The noise can occur due to unfavourable environmental conditions such as heavy rain

    Robust search-free car number plate localization incorporating hierarchical saliency

    Get PDF
    There are two major shortcomings associated with presently implemented automatic license plate recognition (ALPR) systems: first, processing images with complex background is time-consuming and second, the results are not sufficiently accurate. To overcome these problems and also to achieve a robust recognition of multiple car number plates, saliency detection based on the ALPR system is used in this paper and also an improved and more effective definition of saliency is presented. In this new approach, the notion of the directionality of the edges using Gabor filtering and the detection of the patterns of numbers using L1 -norm have been added to the traditional saliency detection method. The proposed algorithm was tested on 660 images; some consisting of two or more cars. A detection accuracy of 94.77% and an average execution time of 40 ms for 600 × 800 images are the marked outcomes. The proposed SB-ALPR method outperforms most of the state of the art techniques in terms of execution time and accuracy, and can be used in real-time applications. Also, unlike some recently introduced saliency-based ALPR methods, our two-stage saliency detection approach exploits smaller numbers of sample sizes to reduce the computation cost

    Fuzzy and Neural Network Based License- Plate Localization and Recognition

    Get PDF
    ABSTRACT: This paper presents the extraction of vehicle license plate information from a sequence of various images. ALPR is used in the presence or absence of a database in various applications such as, toll payment, etc. The proposed technique implements the CAN image by using a camera and to extract the license plate from the image based on various characteristics, such as the boundary, the color, or the existence of the characters. Thus it is not suitable for location of variable number plate. Finally to recognize the extracted characters by template matching by using neural networks and fuzzy classifiers. KEYWORDS: vertical edge detection algorithm (VEDA), scale-invariant feature transform(SIFT), dynamic programming(DP). Observing the notion of cars and do not belong in a parking garage. I.INTRODUCTION Automated By eliminating the parking as expedited which is the need for human confirmation of parking passes. The organization of the paper is mentioned as follows. In section II, a detailed review of ALPR Technique. Section III , illustrates the various algorithms used in ALPR Technique. Section IV features out the proposed method. Section V and VI narrates the experimental and simulation results and Section VII concludes the paper and defines the future works. ISSN (Print Vol. 3, Issue 3, March 2014 Copyright to IJAREEIE www.ijareeie.com 8144 II. ALPR TECHNIQUE ALPR is known by several other names, including Automatic Number Plate Recognition (ANPR), Automatic Vehicle Identification (AVI), Car Plate Recognition (CPR), License Plate Recognition (LPR), and Lecture Automatique de Plaquesd' Immatriculation (LAPI). Other name of ALPR are followed as car plate recognition, automatic vehicle identification, and optical character recognition for cars Optical character recognition, usually abbreviated as OCR, is conversion by electronic and mechanical of scanned images which may be of writing by hand, or printed characters and numbers into machine-encoded format of characters and numbers. It is widely used as a form of data entry from some sort of original paper data source, whether documents, sales receipts, mail, or any number of printed records It is a common method of digitizing printed characters and numbers so that they can be electronically searched, stored more compactly, displayed on-line, and used in machine processes such as machine translation, textto-speech and text mining[6]- Early versions needed to be programmed with images of each and every texts at a time implied on a single font. "Intelligent" systems with a greater degree of recognition accuracy for most fonts are now common III. ALGORITHMS USED IN ALPR TECHNIQUE The ALPR system comprising of four levels from the input image results during the extraction of a license plate number. The first level is the location of an image of a car by utilizing a camera. Vol. 3, Issue 3, March 2014 Copyright to IJAREEIE www.ijareeie.com 8145 The second level is the extraction of a license plate from the given input image based on the following features as boundary, existence of the characters and the color. The third level is the character extraction and segmentation of license plate. The final level is the recognization of character extraction by the matching of templates such as fuzzy classifiers. This paper illustrates the procedural types of various algorithms, They are as follows: A. Block converter Block converter is the converter ,which is used to convert the image to sub blocks from the sub block , use selected box only for segmenting the number plate. The block-based method is also presented in which the blocks with greater magnitude edges are visualized as areas of license plate. Vol. 3, Issue 3, March 2014 Copyright to IJAREEIE www.ijareeie.com 8146 B. Otsu The number plate consist of fore ground information and back ground data. In this algorithm the necessity of numbers only utilize the threshold segmentation. C. State-of-Art It is the feature based process. Training data convert to feature points. Feature point only depends upon the shape of the training image. Then it is compared to the number plate feature points Backgrounds of license plate and characters has varying colors, possessing opposite binary values in the binary image. Horizontal projection of used to extract the characters along with noise removal and analyzing the simplicity. To convert grayscale im-age into a binary image by using a threshold operation. There are basically two types of threshold operation
    • …
    corecore