3 research outputs found

    Intelligent System for Vehicles Number Plate Detection and Recognition Using Convolutional Neural Networks

    Get PDF
    Vehicles on the road are rising in extensive numbers, particularly in proportion to the industrial revolution and growing economy. The significant use of vehicles has increased the probability of traffic rules violation, causing unexpected accidents, and triggering traffic crimes. In order to overcome these problems, an intelligent traffic monitoring system is required. The intelligent system can play a vital role in traffic control through the number plate detection of the vehicles. In this research work, a system is developed for detecting and recognizing of vehicle number plates using a convolutional neural network (CNN), a deep learning technique. This system comprises of two parts: number plate detection and number plate recognition. In the detection part, a vehicle’s image is captured through a digital camera. Then the system segments the number plate region from the image frame. After extracting the number plate region, a super resolution method is applied to convert the low-resolution image into a high-resolution image. The super resolution technique is used with the convolutional layer of CNN to reconstruct the pixel quality of the input image. Each character of the number plate is segmented using a bounding box method. In the recognition part, features are extracted and classified using the CNN technique. The novelty of this research is the development of an intelligent system employing CNN to recognize number plates, which have less resolution, and are written in the Bengali language.</jats:p

    Real Time Vehicle License Plate Recognition on Mobile Devices

    Get PDF
    Automatic license plate recognition is useful in many contexts such as parking control, law enforcement and vehicle background checking. The high cost and low portability of commercial systems makes them inaccessible to the majority of end users. However, current mobile devices now have processors and cameras that make image processing and recognition applications feasible on them. This thesis investigates high accuracy real-time license plate recognition on a smartphone, taking into account device limitations. It first explores how, using the minimal image processing and simple configurable heuristics based on plate geometry, license plates and their characters can be detected in an image. Then, using minimal training data, it shows that a character recognition package can achieve high levels of accuracy. This approach accurately recognized 99 percent of plates appearing in a test set of videos of vehicles with New Zealand license plates

    Study of object detection and reading(license plate detection and reading)

    Get PDF
    Object detection means finding the location of the object and recognizing what it is. The techniques used for the object detection are feature matching algorithm, pattern comparison and boundary detection. The feature matching algorithm is used to find the best matching object in the knowledge base and to implement the reconstruction of the object recognized. Our object detection is to detect the license plate detection of the car. To detect the license plate of a car first pre-process the image. The commonly license plate locating algorithms include line detection method, neural networks method, fuzzy logic vehicle license plate locating method. “Connected component analysis” is very easy technique than these techniques. In the pretreatment process we first crop the image. After this we convert the color image to gray level image. After converting into gray level that image is filtered using three different types of filters. They are Average, Median, Weiner filters. After deciding the good filter we will apply the segmentation process using edge detection. After finding the edges we will give the numbers to each connected component and store all the connected components in a matrix called labeling matrix. Extract the required connected component using the labeling matrix and store that in an image. Compare this template with our database using template matching technique. Template matching technique uses the correlation procedure. We will find the correlation coefficient between the two templates. Depending upon the correlation coefficient we will find that how much the two templates are similar to each other
    corecore