Tuesday, January 15, 2019

License Plate Recognition

rising Trends in figurer Science and In ap compass pointation technology -2012(ETCSIT2012) transactions published in International Journal of Computer Applications (IJCA) automatonlike Vehicle Identification Using License Plate Recognition for Indian Vehicles Sandra Sivanandan section of Computer design K. K. Wagh Institute Of Engineering Education &038 Research, Hirabai Haridas Vidyanagari Amrut-Dham, Panchavati, Nashik-422003 University of Pune, Maharashtra Ashwini Dhanait Department of Computer Engineering K. K.Wagh Institute Of Engineering Education &038 Research, Hirabai Haridas Vidyanagari Amrut-Dham, Panchavati, Nashik-422003 University of Pune, Maharashtra Yogita Dhepale Department of Computer Engineering K. K. Wagh Institute Of Engineering Education &038 Research, Hirabai Haridas Vidyanagari Amrut-Dham, Panchavati, Nashik-422003. Yasmin Saiyyad Department of Computer Engineering K. K. Wagh Institute Of Engineering Education &038 Research, Hirabai Haridas Vidyanagari A mrut-Dham, Panchavati, Nashik-422003. ABSTRACT In this study, a languish and simple algorithmic rule is presented for vehicles demonstrate home deferred payment establishment.The proposed algorithm consists of three study parts dec task of scale leaf region, section of flakes and recognition of domicile instances. For extracting the domicile region edge undercover work and morphological processs atomic subdue 18 used. In partitioning part s posterior course of instruction algorithm is used. Character divider for Devanagari Number Plates is also presented. optic face recognition technique is used for the fount recognition. The target areaive is to design an in force(p) automatic authorized vehicle identification system by utilize the vehicle identification number plate.Here we are presenting a smart and simple algorithm for vehicles license plate recognition system for Indian Vehicles. In this study, the proposed algorithm is based on extraction of plat e region, segmentation of plate characters and recognition of characters. In India we run across plates having Devanagari fonts as well (though consort to rules it is not al execrableed). Character extraction for Devanagari font is slightly different as compared to English font because of the header line (shirorekha). We propose algorithm for character extraction for Devanagari font. The recognized plate an be then compared with police hotlist database to pick turn up stolen vehicles. The paper is organized as follows Section II provides an overview of the overall system. Extracting the plate region is explained in Section III. Section IV gives the segmentation of several(prenominal) plate characters. Section V deals with recognition of characters use optical character recognition based on statistical based template matching algorithm which uses correlation and section VI deals with verification of plate correspond to Indian rules. The paper concludes with Section VII. Keywo rdsDevanagari, moulding catching, License plate recognition, Optical character recognition, segmentation. 1. INTRODUCTION License plate recognition (LPR) is a form of Automatic Vehicle Identification. It is an double processing technology used to get a line vehicles by only their license plates. Real time LPR plays a major role in automatic monitoring of traffic rules and maintaining law enforcement on public roads. The LPR systems significant advantage is that the system can keep an bod record of the vehicle which is useful in enunciate to fight crime and fraud (an calculate is worth a gm words).Early LPR systems suffered from a low recognition rate, lower than required by practical systems. The external effects (sun and headlights, bad plates, wide number of plate types) and the limited level of the recognition software and vision hardware yielded low quality systems. However, recent betterments in the software and hardware have make the LPR systems much more reliable and wide spread. 23 Emerging Trends in Computer Science and In coiffureion Technology -2012(ETCSIT2012) Proceedings published in International Journal of Computer Applications (IJCA) in night condition, contrast sweetening is important before further processing 1. . STRUCTURE OF LPR SYSTEM Fig. 1) skipper build Fig. 2) colour in scale of measurement protrude Flowchart of Proposed System The algorithm proposed in this paper is designed to recognize license plates of vehicles automatically. Input of the system is the image of a vehicle captured by a camera. The captured image taken from 3-5 meters away is first converted to grizzly scale. We apply vertical edge detection algorithm and morphological operation i. e. open and close for plate extraction. afterward applying morphological operations image is filtered out to get get hold of plate region. Plate region is cropped.Row segmentation separates row in plate and column separation separates characters from row. Finally recogni tion part OCR recognizes the characters giving the government issue as the plate number in ASCII format. The result in ASCII format is can be verified on the basis of rules followed in India. Fig. 3) Gray image after contrast enhancement 3. 2 Vertical Edge Detection out front applying edge detection median(prenominal) filter is to be applied to image for removing noise. The main idea of median filter is to fight through the signal, entry by entry, replacing each entry with the median of neighboring entries.Such noise reduction is a typical preprocessing step to improve the results of later processing (edge detection) 2. 3. EXTRACTION OF PLATE REGION Plate Extraction is done in following steps 3. 1 Convert image to Gray Scale 3. 2 Apply Vertical Edge detection 3. 3 Candidate Plate Area Detection ? Morphologically underweight image ? Fill mickles in image ? Morphologically Open image 3. 3 Filtration of non Plate region 3. 1 Conversion To Gray Scale This is pre-processing step fo r plate extraction. We apply Formula I( i, j) = 0. 114*A( i, j,1) + 0. 587*A(i, j, 2) + 0. 99* A(i, j,3) where, I(i,j) is the array of gray image, A(i,j,1), A(i,j,2), A(i,j,3) are the R,G,B value of first image respectively. Sometimes the image may be too dark, contain blur, thitherby making the task of extracting the license plate difficult. In order to recognize the license plate still In ascending order of values 0, 2, 3, 3, 4, 6, 10, 15, 97. Center value (previously 97) is replaced by the median of all nine values (4). Edge detection is performed on the given image, which aims at identifying points in digital image at which image brightness changes sharply or, more formally, has discontinuities.There mainly exists several edge detection methods (Sobel, Prewitt, Roberts, Canny). We use here Sobel doer for vertical edge detection. If we define A as the source image, and Gx and Gy are two images which at each point contain the horizontal and vertical derivative approximations, the computations are as follows 24 Emerging Trends in Computer Science and Information Technology -2012(ETCSIT2012) Proceedings published in International Journal of Computer Applications (IJCA) Where * is 2D maelstrom operation. Fig. 5) Closed Image Fig. 4) Sobel Vertical Edge detection Fig. 6) Filled Image 3. Candidate Plate Area Detection A morphological wheeler dealer is applied to the image for specifying the plate location. We build a morphological operator that is sensitive to a specific shape in the input image. In our system rectangular box is employed as a geomorphologic gene to detect the car plates. In mathematical morphology structuring member are represented as matrices. Structuring element is a characteristic of genuine structure and features to measure the shape of an image and is used to carry out other image processing operations 4. Typical rectangular structuring element is shown in figure. Fig. ) Opened Image 3. 4 Filtration Of Non Plate Region afterward id entify the ROI, image is then filtered using following filtering techniques. First find the connected components in image. The first technique involves removing of all white patches which has more or less area than the scepter. For instance components having area < 2000 or >20000 are eliminated. Using Bounding Box method, draw Bounding Box around components and fill the image. jibe to the pinnacle values, for instance, only the objects with a height great than Tmin_h and less than Tmax_h are retained, and eliminate the other objects.After that, if the width values of the retained objects are greater than Tmin_w and less than Tmax_w, the objects are retained otherwise, the objects are removed, and so on. Where Tmin_h Minimum height of the object. Tmax_h Maximum height of the object. Tmin_w Minimum width of the object. Tmax_w Maximum width of the object 6. After filtering plate region is cropped by searching for the first and inhabit white pixels starting from top left co rner of an image. Plate is cropped from original image after getting coordinates. Using two basic operation of morphology (erosion and dilation), opening and closing of image is done.The opening of A by B is obtained by the erosion of A by B, followed by dilation of the resulting image by B. The closing of A by B is obtained by the dilation of A by B, followed by erosion of the resulting structure by B. For closing image 10*20 rectangular structuring element is used. After closing image we have to fill the holes in this image. A hole is a set of background pixels that cannot be reached by filling in the background from the edge of the image 3. Then image is opened using 5*10 rectangular structural element. Values are rigid according to the size of the image.Here we have used 1280X980 resolution images. 25 Emerging Trends in Computer Science and Information Technology -2012(ETCSIT2012) Proceedings published in International Journal of Computer Applications (IJCA) 4. SEGMENTATION OF PLATE CHARACTERS Before applying the OCR, the individual lines in the text are separated using line separation process and individual characters from separated lines. Steps for Character Segmentation 4. 1 Binarization of Plate image 4. 2 Scan Line algorithmic rule for row segmentation 4. 3 Vertical Projection for column segmentationFig 6) Filtered Image on basis of area Fig. 7) Bounding Box and filled image 4. 1 Binarization Of Plate Image Binarize the plate image. Threshold for binarization must be such that characters are displayed well. For that we take average of all pixel values in plate image and calculate threshold. Fig. 10) Binarized image Fig. 8) Image after filtration on basis of height &038width of objects 4. 2 Scan Line algorithmic rule The scan line algorithm is based on the feature that there is transition from 1 to 0 and 0 to 1 transition in character region in a binary image.Thus the total number of transition in character region is more than the total number of transition in other region. There are at least seven characters in license plate region and every character has more than two Jumps7. We can choose twelve as the threshold value. If the total number of transitions in a certain line is greater than twelve, this line may be in character region. Otherwise, it is not in character region. Algorithm 1) Let H be height and W be Width of Plate image. 2) for(i=H/2 to 0) Count no of transitions ie 0 to 1 and 1 to 0 in cnt if cnt

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.