6,536 research outputs found

    Heuristics for license plate localization and hardware implementation of Automatic License Plate Recognition (ALPR) system

    Get PDF
    The project “Heuristics for license plate localization and hardware implementation of Automatic License Plate Recognition (ALPR) system” deals with detection and recognition of license plate from a captured front view of any car. The work follows all the steps in an ALPR system like preprocessing, segmentation, and license plate identification, extraction of individual characters and finally recognition of each character to form a string to match with the registered License plate numbers. The main contribution in the work is to expedite the number plate isolation from a set of segmented candidates. It utilizes a set of heuristics typically transition from object to background and vice-versa, aspect ratio of the bounding boxes. This narrow down the number of candidates for further processing and further, we suggest a rank based identification of each character in the number plate. The process scheme along with the existing methodologies is integrated to develop the overall ALPR system. A set of standard images collected from internet as well as self-collected car images of staff vehicles are used for simulation. The experiments are conducted using OpenCV. For validation, a working ALPR hardware prototype is developed using AVR development board (ATmega32 microcontroller), GP2D120 distance measurement sensor (IR-sensor).Interfacing between PC and controller-board is done using serial port. The model works with an accuracy of 80%. The ALPR system has a further scope to improve the recognition speed using parallel processing of various sub-steps

    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

    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

    Segmentation of characters on car license plates

    Full text link
    License plate recognition usually contains three steps, namely license plate detection/localization, character segmentation and character recognition. When reading characters on a license plate one by one after license plate detection step, it is crucial to accurately segment the characters. The segmentation step may be affected by many factors such as license plate boundaries (frames). The recognition accuracy will be significantly reduced if the characters are not properly segmented. This paper presents an efficient algorithm for character segmentation on a license plate. The algorithm follows the step that detects the license plates using an AdaBoost algorithm. It is based on an efficient and accurate skew and slant correction of license plates, and works together with boundary (frame) removal of license plates. The algorithm is efficient and can be applied in real-time applications. The experiments are performed to show the accuracy of segmentation. © 2008 IEEE
    corecore