SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 31
AUTOMATIC NUMBER PLATE RECOGNITION USING CCA ALGORITHM
AND RANSAC TECHNIQUE IN IOT
Sowmiya sree R1, Avudaiappan T2
1,2Department of Computer Science and Engineering, K. Ramakrishnan College of Technology
Trichy, Tamil nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In Image processing, once the vehicle image is
being captured in whichnumberplateclearlyvisibleandfine
texture pattern, then the further processing of the image is
carried out. It has many steps: resize the image resolution,
removal of noise from image, and conversion of the image
from RGB to gray and then Binary (black and white). RGB
colour observer is a criterion instrument in picture
examination that permits us to separate the colour data for
the pre-preparing in this procedure. The exploratory
outcomes demonstrate that the planned strategy is about
compelling and practical. Be that as it may, there is
opportunity to get better in calculation because it doesn't
work viably in circumstances beneath dim lights and
mistakes as of various states of characters removed. The
Automatic vehicle number plate reorganization is one of the
solutions of such kind of problem. There is a number of
methodologies but it is challenging task as some of the
factors like high speed of vehicles,languagesofnumberplate
& mostly non-uniform letter on number plate effects a lot in
recognition. The Number Plate Recognition (NPR) system
have many application like payment of parking fees, toll fee
on highway, traffic monitoring system, border security
system, signal system etc. In this research, the different
method of vehicle numberplaterecognitionisdiscussed. The
systems first detects the vehicle and capture the image then
the number plate of vehicleisextractedfromtheimageusing
image Segmentation optical characterrecognitiontechnique
is used for the character recognition. Then theresultingdata
is compared with the database record so we come up with
the Vehicle Number Plate such as is observedthatdeveloped
system successfully detects & recognizesthevehiclenumber
plate on real image even when the pixel is of low resolution.
1. INTRODUCTION
The ANPR (Automatic Number Plate Recognition) plays an
important role in many systems like traffic monitoring
system, Crimedetection system, Stolen vehicle detection etc.
Thus, ANPR is used by the city traffic department to monitor
the traffic as well as to track the stolen vehicle. ThoughANPR
is a very old research area in image processing but still it is s
evolving year by year, because Detecting the number plate
from the image or from the video is not that easy task as like
counting the vehicle from stream of video. So far many of the
researchers came with their own algorithm to detect the
number plate, but each has some limitations. For some
images it works perfectly, and for some images it is not
working properly. That’s the reason this area is still growing
and still imperfect. Detecting the number plate is the
challenging task as the numberplatewritingstyleischanging
from country to country. In case of India the number plate
writing style changes from stateto state. In India the number
plateis different fortwowheelersandfourwheelers.Forfour
wheelers the number plate’s backgrounds are also different,
i.e. yellow fortouristand whiteforprivatecars.Thesearethe
basic challengeskeep in mindbeforeimplementingtheANPR
system. ANPR has predefined four basic steps to recognize
the number plateas explained in the variousresearchpapers
and journal paper.
i)Image Capture: In this step video image has to Be captured
by any standard camera or byextractingtheinterestedframe
from stream of video . Capturing the image from the video
stream and its requires an additional work.
ii)Image Preprocessing: Once the interested image is being
captured in which number plate clearly visible and fine
texture pattern, then the further processing of the image is
carried out. It has many steps: resize the image resolution,
removal of noise from image, and conversion of the image
from RGB to Gray and then Binary (black and white).
iii)Character segmentation: After preprocessing the number
plate region of the image is extracted.
iv) Optical Character Recognition (OCR): Electronic
conversion of handwritten or printed text images into
machine - encoded text. Here OCR used to recognize the
number from the segmented image
1.1 Abbreviations and Acronyms
ANPR Automatic Number Plate
Recognition
OCR Optical Character Recognition
IP Image Processing
MDL Minimum Description Length
LPR License Plate Recognition
IFT Indirect Fourier Transform
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 32
ALPD Automatic License Plate Detection
ERs Extremal Regions
SVMs Support Vector Machines
RANSAC Random Sample Consensus
CCA Canonical Correlation Analysis
GMIs Gradient Magnitude Intensities
LIM Local Intensity Minimum
VNPI
NPR
Vehicle Number Plate Identification
Number Plate Recognition
1.2 SCOPE OF WORK
THIS RESEARCH PRESENTS AN ONLINE HIGHLY ACCURATE SYSTEM FOR
AUTOMATIC NUMBER PLATE RECOGNITION (ANPR) THAT CAN BE
USED AS A BASIS FOR MANY REAL-WORLD ITS APPLICATIONS. THE
SYSTEM IS DESIGNED TO DEAL WITH UNCLEAR VEHICLE PLATES,
VARIATIONS IN WEATHER AND LIGHTING CONDITIONS, DIFFERENT
TRAFFIC SITUATIONS, AND HIGH-SPEED VEHICLES. THIS PAPER
ADDRESSES VARIOUS ISSUES BY PRESENTING PROPER HARDWARE
PLATFORMS ALONG WITH REAL-TIME, ROBUST, AND INNOVATIVE
ALGORITHMS. WE HAVE COLLECTED HUGE AND HIGHLY INCLUSIVE
DATA SETS OF PERSIAN LICENSE PLATES FOR EVALUATIONS,
COMPARISONS, AND IMPROVEMENT OF VARIOUS INVOLVED
ALGORITHMS.THE DATA SETSINCLUDEIMAGESTHATWERECAPTURED
FROM CROSS ROADS, STREETS, AND HIGHWAYS, IN DAY AND NIGHT,
VARIOUS WEATHER CONDITIONS, AND DIFFERENT PLATE CLARITIES.
OVER THESE DATA SETS,OUR SYSTEM ACHIEVES 98.7%,99.2%,AND
97.6% ACCURACIES FOR PLATE DETECTION, CHARACTER
SEGMENTATION,AND PLATE RECOGNITION,RESPECTIVELY.THEFALSE
ALARM RATE IN PLATE DETECTION IS LESS THAN 0.5%. THE OVERALL
ACCURACY ON THE DIRTY PLATES PORTION OF OUR DATA SETS IS
91.4%. OUR ANPR SYSTEM HAS BEEN INSTALLED IN SEVERAL
LOCATIONS AND HAS BEEN TESTED EXTENSIVELY FOR MORE THAN A
YEAR. THE PROPOSED ALGORITHMS FOR EACH PART OF THE SYSTEM
ARE HIGHLY ROBUST TO LIGHTING CHANGES, SIZE VARIATIONS, PLATE
CLARITY,ANDPLATESKEWNESS.THESYSTEMISALSOINDEPENDENTOF
THE NUMBER OF PLATES IN CAPTUREDIMAGES.THISSYSTEMHASBEEN
ALSO TESTED ON THE THREE OTHER IRANIAN DATA SETS AND HAS
ACHIEVED 100% ACCURACY IN BOTH DETECTION AND RECOGNITION
PARTS.TO SHOW THAT OUR ANPRIS NOT LANGUAGE DEPENDENT,WE
HAVE TESTED OUR SYSTEM ON AVAILABLE ENGLISH PLATES DATA SET
AND ACHIEVED 97% OVERALL ACCURACY.
2. MODULES
2.1 IMAGE SEGMENTATION
Fig 1 Image Segmentation architecture
As shown in Figure 1, the detection process is
initiated by a gray scale image. The main reason is that color
cannot be used as a discriminative feature in detecting dirty
plates. Moreover, processing gray scale images not only
helps to reduce the processing time, but also makes the
algorithm more robust to color changes caused by different
lighting condition throughout the day. Hence, detection
algorithm is directly applicable to both color and
monochrome cameras. In the next step, an algorithm to
detect moving objects in two consecutive video frames is
applied. There are a variety of methods to calculate the
dynamic parts of images based on the comparison with
previous video frames. The window size parameters, m and
n, are chosen based on the characters size in the region. As
found empirically, the thresholding window based on the
local mean outperforms other methods like local Gaussian
and local median windows. After thresholding, the
intersection of the two images from the two last steps
(morphology and thresholding) is determined. The
intersection helps to eliminate irrelevant regions from
further processing. In system the character size parameters
must be set manually based on the setupandtheapplication.
Such possibility can be seen as a common feature in many
industrial ANPR systems. As a matter of fact, similar toother
industrial ANPR systems, the character size parameters for
all relevant plate formats must be specified to our system.
Any plates with unspecified formats (out of the pre-known
set of formats) cannot be recognized.
Segmentatin
nnnnmn
Input Gray scale image
(Number Plate)
Segment into blocks
Global/Adaptive
Threshold
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 33
2.2 IMAGE DETECTION
Fig 2 Image detection architecture
After extracting the regions that are most likely to
include plates, as explained in previous section, a more
accurate vehicles plates localization is performed based on
the concept of Random Sampling Consensus (RANSAC).
RANSAC is an iterative algorithm used to fit a robust
mathematical model to a set of observed data [40]. This
method ignores the utliers and finds the best model to the
rest of the given data. The main application of RANSAC in
machine vision field is in stereo vision, and specifically in
finding the Fundamental Matrix [50]. In this paper, a revised
version of RANSAC algorithm is designed and exploited in
license plate localization process.
2.3 IMAGE RECOGNITION
Fig 3 Image Recognition architecture
Connected Component Analysis, CCA, is one of the most
widely selected algorithm for the initial step of character
recognition in various segmentationmethodsafterdetecting
the exact location of the plates in a captured image, a
binarization process is performed on the detected plates.
Several thresholding methods have been proposed for the
binarization process at this step. In the results of applying
some state-of-the art thresholding algorithms on clean and
dirty plates Therefore, a small deviation from α value leads
to desired results. According to Fig. 8, for clean plates all the
thresholding methods achieve the same character
segmentation results, however, for the dirty plates, the
segmentation process using the proposed method
outperforms the conventional algorithms. The proposed
thresholding Algorithm helps to increase the detection
accuracy for dirty plates. The advantage of the proposed
thresholding method lies in its adaptive nature for setting
different parameters of clean and dirty plates. Characters
class and negative set consists of the non-characters class is
the feature of the positive instance and is the ith feature of
the kth negative sample in the data set. The numerator
shows the discrimination between the positive and negative
sets. The denominator shows the discriminationwithineach
of the two sets. In this paper, features were sorted based on
their F-score value. As per experiments, the first 90% of the
strongest features presented the best results in the
classification process.
3. CONCLUSION
In this research, Number plate recognition system mainly
consists of four steps such as vehicle image capture from
video, preprocessing, character segmentation andcharacter
recognition In this paper different Number Plate
Identification strategies have been examined in subtle
elements which were utilized by several researchers. The
Vehicle Number Plate Identification (VNPI) framework
predominantly includes three noteworthy strides, number
plate localization, character division and character
identification. Also utilization of various methods and
techniques which are proposed by researchers beforehand
are discussed. We have even mentioned the basic and
common steps involved in the vehicle number plate
identification. From the papers surveyed, it is realized that
there are different methods and algorithms used for license
plate detection, character segmentation and character
recognition. In character recognition, methods liketemplate
matching are used in future dirty picture should be
eradicated totally.
4. REFERENCES
[1]Rohollah Mazrae Khoshki1 , Sami Oweis, Shumei Wang ,
George Pappas, Subramaniam Ganesan‘‘FPGA Hardware
Based Implementation of an Image Watermarking
System’’,International Journal of Advanced Research in
Computer and Communication Engineering., Vol. 3, Issue 5,
May 2014
Adaptive
threshol
d based
on plate
quality
CCA and
Feature
Extractio
n
Character
Recognitio
n
Clear
Numb
-er
Plate
CCA Applying
RANSAC
Plates into
medium dirty
Validating
Character
(SVM)
Detection
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 34
[2]C. Anagnostopoulos, I. Anagnostopoulos, V. Loumos, and
E. Kayafas, “Alicense plate-recognition algorithm for
intelligent transportation system applications”, IEEE Trans.
Intell. Transp. Syst.,vol. 7, no. 3, pp. 377–392, Sep. 2006.
[3] Hanit Karwal, Akshay Girdhar “Vehicle Number Plate
Detection System for Indian Vehicles”, IEEE International
ConferenceonComputational Intelligence &Communication
Technology, 2015.
[4] Rahim Panahi, Iman Gholampour “Accurate Detection
and Recognition of Dirty Vehicle Plate Numbers for High-
Speed Applications”, IEEE transactions on intelligent
transportation systems.,2016.
[5] Sean Lawlor, Timothy Sider, Naveen Eluru, Marianne
Hatzopoulou, and Michael G. Rabbat“Detecting Convoys
Using License Plate Recognition Data”, IEEETransactionson
Signal and Information Processing over Networks.,2016.
[6] Anisha Goyal, Rekha Bhatia “Various Techniques for
Number Plate Recognition-A Review”, International Journal
of Computer Applications(0975 –8887)Volume 143 –No.11,
June 2016.
[7] Sarbjit Kaur, Sukhvir Kaur “An Efficient Approach for
Number Plate Extraction from Vehicles Image under Image
Processing”, International Journal of ComputerScience and
Information Technologies, Vol. 5 (3) , 2014.
[8] S. Ramalingam, M. Rhead, and R. Gurney “Impact of
character spacing on the performance of Automatic Number
Plate Recognition (ANPR) systems through simulation”,
Security Technology (ICCST), International Carnahan
Conference on. IEEE, 2014.
[9] Kapil Bhosale, Jagdish Jadhav,SumitKalyankar,Prof.R.R.
Bhambare “Number Plate Recognition System for Toll
Collection “, International Journal of Emerging Technology
and Advanced Engineering,Volume 4, Issue 4, April 2014.
[10] Cosmo H.Munuo, Dr. Michael Kisangiri“VehicleNumber
Plates Detection and Recognition using improved
Algorithms: A Review with Tanzanian Case study”,
International Journal Of Engineering And Computer
Science,Volume 3 Issue 5, May 2014, Page No. 5828-5832.
[11] Rajshree Dhruw, Dharmendra Roy “ Automatic Number
Plate Recognition System”, International Journal of
Computer Science and Mobile Computing IJCSMC, Vol. 3,
Issue. 7, July2014, pg.6 –12.
[12]Amir Hossein Ashtari, Md. Jan Nordin and Mahmood
Fathy “An Iranian License Plate Recognition System Based
on Color Features “, IEEE transactions on intelligent
transportation systems 2014.
[13] Christos Nikolaos E. Anagnostopoulos, Ioannis E.
Anagnostopoulos, Vassili Loumos, and Eleftherios Kayafas,
"A License Plate-Recognition Algorithm for Intelligent
Transportation System Applications," pp. 377-392, 2006.
[14] J. B. Jiao, Q. X. Ye, and Q. M. Huang, “A configurable
method for multistyle license plate recognition”, Pattern
Recognit.,vol. 42, no. 3, pp. 358–369, Mar. 2009.
[15] Prathamesh Kulkarni,AshishKhatri,Prateek Banga, and
Kushal Shah,"AutomaticNumberPlateRecognition(ANPR),"
in RADIOELEKTRONIKA. 19th International Conference,
2009.
[16] Ch.Jaya Lakshmi, Dr.A.Jhansi Rani, Dr.K.Sri
Ramakrishna, and M. KantiKiran, "A Novel Approach for
Indian License Recognition System", International Journal of
Advanced Engineering Sciences and Technologies,vol. 6, no.
1, pp. 10-14, 2011.
[17] Zhen-Xue Chen, Cheng-Yun Liu, Fa-Liang Chang, and
Guo-You Wang, "Automatic License -Plate Location and
Recognition Based on Feature Saliance" , IEEE Transactions
on Vehicular Technology,vol. 58, no. 7, pp. 3781-3785,2009.
[18] GarimaR.Yadav,H.K.Waghmare,”Automatic Indian
Licenses Plate Recognition System”, International Journal of
Advanced Research in Computer Science and Software
Engineering,Volume 4, Issue 11, November2014ISSN:2277
128X.
[19] Priyanto Hidayatullah, Nurjannah Syakrani, Ida
Suhartini, Wildan Muhlis, “ Optical Character Recognition
Improvement for License Plate Recognition in Indonesia
‘‘,Computer Modeling and Simulation (EMS),2012 Sixth
UKSim/AMSS European Symposium on Date of
Conference:14-16 Nov. 2012,Page(s):249 --254.
[20]Shyang-Lih Chang,Li-ShienChen,Yun-ChungChung,and
Sei-Wan Chen, "Automatic license plate recogniton",IEEE
Transactions on Intelligent Transportation Systems, vol. 5,
no. 1, pp. 42 -53, 2004

More Related Content

Similar to IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC Technique in IoT

IRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET Journal
 
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...
IRJET - Efficient Approach for Number Plaque Accreditation System using W...IRJET Journal
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionIRJET Journal
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingIRJET Journal
 
IRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License PlatesIRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License PlatesIRJET Journal
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET Journal
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...IRJET Journal
 
AUTOMATIC NUMBERPLATE RECOGNITION
AUTOMATIC NUMBERPLATE RECOGNITIONAUTOMATIC NUMBERPLATE RECOGNITION
AUTOMATIC NUMBERPLATE RECOGNITIONIRJET Journal
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONIRJET Journal
 
IRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image SegmentationIRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image SegmentationIRJET Journal
 
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...IRJET Journal
 
AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...
AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...
AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...Lori Moore
 
Automatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR CameraAutomatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR CameraIRJET Journal
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
Automatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR CameraAutomatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR CameraIRJET Journal
 
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET Journal
 
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
IRJET-  	  Recognition of Indian License Plate Number from Live Stream VideosIRJET-  	  Recognition of Indian License Plate Number from Live Stream Videos
IRJET- Recognition of Indian License Plate Number from Live Stream VideosIRJET Journal
 
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLEAUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLEIRJET Journal
 

Similar to IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC Technique in IoT (20)

IRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real Time
 
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate Detection
 
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle TrackingAutomatic Number Plate Recognition and IoT Based Vehicle Tracking
Automatic Number Plate Recognition and IoT Based Vehicle Tracking
 
IRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License PlatesIRJET- Features Extraction OCR Algorithm in Indian License Plates
IRJET- Features Extraction OCR Algorithm in Indian License Plates
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
 
AUTOMATIC NUMBERPLATE RECOGNITION
AUTOMATIC NUMBERPLATE RECOGNITIONAUTOMATIC NUMBERPLATE RECOGNITION
AUTOMATIC NUMBERPLATE RECOGNITION
 
LICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITIONLICENSE PLATE RECOGNITION
LICENSE PLATE RECOGNITION
 
IRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image SegmentationIRJET- Automatic Number Plate Recognition using Image Segmentation
IRJET- Automatic Number Plate Recognition using Image Segmentation
 
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
IRJET- Extraction and Application of Natural Dye on Tanned Leather and Eco-Fr...
 
AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...
AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...
AUTOMATIC NUMBER PLATE RECOGNITION SYSTEM THROUGH SMART PHONE USING IMAGE PRO...
 
Automatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR CameraAutomatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR Camera
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
Automatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR CameraAutomatic Fetching of Vehicle details using ANPR Camera
Automatic Fetching of Vehicle details using ANPR Camera
 
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
 
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
IRJET-  	  Recognition of Indian License Plate Number from Live Stream VideosIRJET-  	  Recognition of Indian License Plate Number from Live Stream Videos
IRJET- Recognition of Indian License Plate Number from Live Stream Videos
 
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLEAUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
 
40120140501008
4012014050100840120140501008
40120140501008
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 

IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC Technique in IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 31 AUTOMATIC NUMBER PLATE RECOGNITION USING CCA ALGORITHM AND RANSAC TECHNIQUE IN IOT Sowmiya sree R1, Avudaiappan T2 1,2Department of Computer Science and Engineering, K. Ramakrishnan College of Technology Trichy, Tamil nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In Image processing, once the vehicle image is being captured in whichnumberplateclearlyvisibleandfine texture pattern, then the further processing of the image is carried out. It has many steps: resize the image resolution, removal of noise from image, and conversion of the image from RGB to gray and then Binary (black and white). RGB colour observer is a criterion instrument in picture examination that permits us to separate the colour data for the pre-preparing in this procedure. The exploratory outcomes demonstrate that the planned strategy is about compelling and practical. Be that as it may, there is opportunity to get better in calculation because it doesn't work viably in circumstances beneath dim lights and mistakes as of various states of characters removed. The Automatic vehicle number plate reorganization is one of the solutions of such kind of problem. There is a number of methodologies but it is challenging task as some of the factors like high speed of vehicles,languagesofnumberplate & mostly non-uniform letter on number plate effects a lot in recognition. The Number Plate Recognition (NPR) system have many application like payment of parking fees, toll fee on highway, traffic monitoring system, border security system, signal system etc. In this research, the different method of vehicle numberplaterecognitionisdiscussed. The systems first detects the vehicle and capture the image then the number plate of vehicleisextractedfromtheimageusing image Segmentation optical characterrecognitiontechnique is used for the character recognition. Then theresultingdata is compared with the database record so we come up with the Vehicle Number Plate such as is observedthatdeveloped system successfully detects & recognizesthevehiclenumber plate on real image even when the pixel is of low resolution. 1. INTRODUCTION The ANPR (Automatic Number Plate Recognition) plays an important role in many systems like traffic monitoring system, Crimedetection system, Stolen vehicle detection etc. Thus, ANPR is used by the city traffic department to monitor the traffic as well as to track the stolen vehicle. ThoughANPR is a very old research area in image processing but still it is s evolving year by year, because Detecting the number plate from the image or from the video is not that easy task as like counting the vehicle from stream of video. So far many of the researchers came with their own algorithm to detect the number plate, but each has some limitations. For some images it works perfectly, and for some images it is not working properly. That’s the reason this area is still growing and still imperfect. Detecting the number plate is the challenging task as the numberplatewritingstyleischanging from country to country. In case of India the number plate writing style changes from stateto state. In India the number plateis different fortwowheelersandfourwheelers.Forfour wheelers the number plate’s backgrounds are also different, i.e. yellow fortouristand whiteforprivatecars.Thesearethe basic challengeskeep in mindbeforeimplementingtheANPR system. ANPR has predefined four basic steps to recognize the number plateas explained in the variousresearchpapers and journal paper. i)Image Capture: In this step video image has to Be captured by any standard camera or byextractingtheinterestedframe from stream of video . Capturing the image from the video stream and its requires an additional work. ii)Image Preprocessing: Once the interested image is being captured in which number plate clearly visible and fine texture pattern, then the further processing of the image is carried out. It has many steps: resize the image resolution, removal of noise from image, and conversion of the image from RGB to Gray and then Binary (black and white). iii)Character segmentation: After preprocessing the number plate region of the image is extracted. iv) Optical Character Recognition (OCR): Electronic conversion of handwritten or printed text images into machine - encoded text. Here OCR used to recognize the number from the segmented image 1.1 Abbreviations and Acronyms ANPR Automatic Number Plate Recognition OCR Optical Character Recognition IP Image Processing MDL Minimum Description Length LPR License Plate Recognition IFT Indirect Fourier Transform
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 32 ALPD Automatic License Plate Detection ERs Extremal Regions SVMs Support Vector Machines RANSAC Random Sample Consensus CCA Canonical Correlation Analysis GMIs Gradient Magnitude Intensities LIM Local Intensity Minimum VNPI NPR Vehicle Number Plate Identification Number Plate Recognition 1.2 SCOPE OF WORK THIS RESEARCH PRESENTS AN ONLINE HIGHLY ACCURATE SYSTEM FOR AUTOMATIC NUMBER PLATE RECOGNITION (ANPR) THAT CAN BE USED AS A BASIS FOR MANY REAL-WORLD ITS APPLICATIONS. THE SYSTEM IS DESIGNED TO DEAL WITH UNCLEAR VEHICLE PLATES, VARIATIONS IN WEATHER AND LIGHTING CONDITIONS, DIFFERENT TRAFFIC SITUATIONS, AND HIGH-SPEED VEHICLES. THIS PAPER ADDRESSES VARIOUS ISSUES BY PRESENTING PROPER HARDWARE PLATFORMS ALONG WITH REAL-TIME, ROBUST, AND INNOVATIVE ALGORITHMS. WE HAVE COLLECTED HUGE AND HIGHLY INCLUSIVE DATA SETS OF PERSIAN LICENSE PLATES FOR EVALUATIONS, COMPARISONS, AND IMPROVEMENT OF VARIOUS INVOLVED ALGORITHMS.THE DATA SETSINCLUDEIMAGESTHATWERECAPTURED FROM CROSS ROADS, STREETS, AND HIGHWAYS, IN DAY AND NIGHT, VARIOUS WEATHER CONDITIONS, AND DIFFERENT PLATE CLARITIES. OVER THESE DATA SETS,OUR SYSTEM ACHIEVES 98.7%,99.2%,AND 97.6% ACCURACIES FOR PLATE DETECTION, CHARACTER SEGMENTATION,AND PLATE RECOGNITION,RESPECTIVELY.THEFALSE ALARM RATE IN PLATE DETECTION IS LESS THAN 0.5%. THE OVERALL ACCURACY ON THE DIRTY PLATES PORTION OF OUR DATA SETS IS 91.4%. OUR ANPR SYSTEM HAS BEEN INSTALLED IN SEVERAL LOCATIONS AND HAS BEEN TESTED EXTENSIVELY FOR MORE THAN A YEAR. THE PROPOSED ALGORITHMS FOR EACH PART OF THE SYSTEM ARE HIGHLY ROBUST TO LIGHTING CHANGES, SIZE VARIATIONS, PLATE CLARITY,ANDPLATESKEWNESS.THESYSTEMISALSOINDEPENDENTOF THE NUMBER OF PLATES IN CAPTUREDIMAGES.THISSYSTEMHASBEEN ALSO TESTED ON THE THREE OTHER IRANIAN DATA SETS AND HAS ACHIEVED 100% ACCURACY IN BOTH DETECTION AND RECOGNITION PARTS.TO SHOW THAT OUR ANPRIS NOT LANGUAGE DEPENDENT,WE HAVE TESTED OUR SYSTEM ON AVAILABLE ENGLISH PLATES DATA SET AND ACHIEVED 97% OVERALL ACCURACY. 2. MODULES 2.1 IMAGE SEGMENTATION Fig 1 Image Segmentation architecture As shown in Figure 1, the detection process is initiated by a gray scale image. The main reason is that color cannot be used as a discriminative feature in detecting dirty plates. Moreover, processing gray scale images not only helps to reduce the processing time, but also makes the algorithm more robust to color changes caused by different lighting condition throughout the day. Hence, detection algorithm is directly applicable to both color and monochrome cameras. In the next step, an algorithm to detect moving objects in two consecutive video frames is applied. There are a variety of methods to calculate the dynamic parts of images based on the comparison with previous video frames. The window size parameters, m and n, are chosen based on the characters size in the region. As found empirically, the thresholding window based on the local mean outperforms other methods like local Gaussian and local median windows. After thresholding, the intersection of the two images from the two last steps (morphology and thresholding) is determined. The intersection helps to eliminate irrelevant regions from further processing. In system the character size parameters must be set manually based on the setupandtheapplication. Such possibility can be seen as a common feature in many industrial ANPR systems. As a matter of fact, similar toother industrial ANPR systems, the character size parameters for all relevant plate formats must be specified to our system. Any plates with unspecified formats (out of the pre-known set of formats) cannot be recognized. Segmentatin nnnnmn Input Gray scale image (Number Plate) Segment into blocks Global/Adaptive Threshold
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 33 2.2 IMAGE DETECTION Fig 2 Image detection architecture After extracting the regions that are most likely to include plates, as explained in previous section, a more accurate vehicles plates localization is performed based on the concept of Random Sampling Consensus (RANSAC). RANSAC is an iterative algorithm used to fit a robust mathematical model to a set of observed data [40]. This method ignores the utliers and finds the best model to the rest of the given data. The main application of RANSAC in machine vision field is in stereo vision, and specifically in finding the Fundamental Matrix [50]. In this paper, a revised version of RANSAC algorithm is designed and exploited in license plate localization process. 2.3 IMAGE RECOGNITION Fig 3 Image Recognition architecture Connected Component Analysis, CCA, is one of the most widely selected algorithm for the initial step of character recognition in various segmentationmethodsafterdetecting the exact location of the plates in a captured image, a binarization process is performed on the detected plates. Several thresholding methods have been proposed for the binarization process at this step. In the results of applying some state-of-the art thresholding algorithms on clean and dirty plates Therefore, a small deviation from α value leads to desired results. According to Fig. 8, for clean plates all the thresholding methods achieve the same character segmentation results, however, for the dirty plates, the segmentation process using the proposed method outperforms the conventional algorithms. The proposed thresholding Algorithm helps to increase the detection accuracy for dirty plates. The advantage of the proposed thresholding method lies in its adaptive nature for setting different parameters of clean and dirty plates. Characters class and negative set consists of the non-characters class is the feature of the positive instance and is the ith feature of the kth negative sample in the data set. The numerator shows the discrimination between the positive and negative sets. The denominator shows the discriminationwithineach of the two sets. In this paper, features were sorted based on their F-score value. As per experiments, the first 90% of the strongest features presented the best results in the classification process. 3. CONCLUSION In this research, Number plate recognition system mainly consists of four steps such as vehicle image capture from video, preprocessing, character segmentation andcharacter recognition In this paper different Number Plate Identification strategies have been examined in subtle elements which were utilized by several researchers. The Vehicle Number Plate Identification (VNPI) framework predominantly includes three noteworthy strides, number plate localization, character division and character identification. Also utilization of various methods and techniques which are proposed by researchers beforehand are discussed. We have even mentioned the basic and common steps involved in the vehicle number plate identification. From the papers surveyed, it is realized that there are different methods and algorithms used for license plate detection, character segmentation and character recognition. In character recognition, methods liketemplate matching are used in future dirty picture should be eradicated totally. 4. REFERENCES [1]Rohollah Mazrae Khoshki1 , Sami Oweis, Shumei Wang , George Pappas, Subramaniam Ganesan‘‘FPGA Hardware Based Implementation of an Image Watermarking System’’,International Journal of Advanced Research in Computer and Communication Engineering., Vol. 3, Issue 5, May 2014 Adaptive threshol d based on plate quality CCA and Feature Extractio n Character Recognitio n Clear Numb -er Plate CCA Applying RANSAC Plates into medium dirty Validating Character (SVM) Detection
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 34 [2]C. Anagnostopoulos, I. Anagnostopoulos, V. Loumos, and E. Kayafas, “Alicense plate-recognition algorithm for intelligent transportation system applications”, IEEE Trans. Intell. Transp. Syst.,vol. 7, no. 3, pp. 377–392, Sep. 2006. [3] Hanit Karwal, Akshay Girdhar “Vehicle Number Plate Detection System for Indian Vehicles”, IEEE International ConferenceonComputational Intelligence &Communication Technology, 2015. [4] Rahim Panahi, Iman Gholampour “Accurate Detection and Recognition of Dirty Vehicle Plate Numbers for High- Speed Applications”, IEEE transactions on intelligent transportation systems.,2016. [5] Sean Lawlor, Timothy Sider, Naveen Eluru, Marianne Hatzopoulou, and Michael G. Rabbat“Detecting Convoys Using License Plate Recognition Data”, IEEETransactionson Signal and Information Processing over Networks.,2016. [6] Anisha Goyal, Rekha Bhatia “Various Techniques for Number Plate Recognition-A Review”, International Journal of Computer Applications(0975 –8887)Volume 143 –No.11, June 2016. [7] Sarbjit Kaur, Sukhvir Kaur “An Efficient Approach for Number Plate Extraction from Vehicles Image under Image Processing”, International Journal of ComputerScience and Information Technologies, Vol. 5 (3) , 2014. [8] S. Ramalingam, M. Rhead, and R. Gurney “Impact of character spacing on the performance of Automatic Number Plate Recognition (ANPR) systems through simulation”, Security Technology (ICCST), International Carnahan Conference on. IEEE, 2014. [9] Kapil Bhosale, Jagdish Jadhav,SumitKalyankar,Prof.R.R. Bhambare “Number Plate Recognition System for Toll Collection “, International Journal of Emerging Technology and Advanced Engineering,Volume 4, Issue 4, April 2014. [10] Cosmo H.Munuo, Dr. Michael Kisangiri“VehicleNumber Plates Detection and Recognition using improved Algorithms: A Review with Tanzanian Case study”, International Journal Of Engineering And Computer Science,Volume 3 Issue 5, May 2014, Page No. 5828-5832. [11] Rajshree Dhruw, Dharmendra Roy “ Automatic Number Plate Recognition System”, International Journal of Computer Science and Mobile Computing IJCSMC, Vol. 3, Issue. 7, July2014, pg.6 –12. [12]Amir Hossein Ashtari, Md. Jan Nordin and Mahmood Fathy “An Iranian License Plate Recognition System Based on Color Features “, IEEE transactions on intelligent transportation systems 2014. [13] Christos Nikolaos E. Anagnostopoulos, Ioannis E. Anagnostopoulos, Vassili Loumos, and Eleftherios Kayafas, "A License Plate-Recognition Algorithm for Intelligent Transportation System Applications," pp. 377-392, 2006. [14] J. B. Jiao, Q. X. Ye, and Q. M. Huang, “A configurable method for multistyle license plate recognition”, Pattern Recognit.,vol. 42, no. 3, pp. 358–369, Mar. 2009. [15] Prathamesh Kulkarni,AshishKhatri,Prateek Banga, and Kushal Shah,"AutomaticNumberPlateRecognition(ANPR)," in RADIOELEKTRONIKA. 19th International Conference, 2009. [16] Ch.Jaya Lakshmi, Dr.A.Jhansi Rani, Dr.K.Sri Ramakrishna, and M. KantiKiran, "A Novel Approach for Indian License Recognition System", International Journal of Advanced Engineering Sciences and Technologies,vol. 6, no. 1, pp. 10-14, 2011. [17] Zhen-Xue Chen, Cheng-Yun Liu, Fa-Liang Chang, and Guo-You Wang, "Automatic License -Plate Location and Recognition Based on Feature Saliance" , IEEE Transactions on Vehicular Technology,vol. 58, no. 7, pp. 3781-3785,2009. [18] GarimaR.Yadav,H.K.Waghmare,”Automatic Indian Licenses Plate Recognition System”, International Journal of Advanced Research in Computer Science and Software Engineering,Volume 4, Issue 11, November2014ISSN:2277 128X. [19] Priyanto Hidayatullah, Nurjannah Syakrani, Ida Suhartini, Wildan Muhlis, “ Optical Character Recognition Improvement for License Plate Recognition in Indonesia ‘‘,Computer Modeling and Simulation (EMS),2012 Sixth UKSim/AMSS European Symposium on Date of Conference:14-16 Nov. 2012,Page(s):249 --254. [20]Shyang-Lih Chang,Li-ShienChen,Yun-ChungChung,and Sei-Wan Chen, "Automatic license plate recogniton",IEEE Transactions on Intelligent Transportation Systems, vol. 5, no. 1, pp. 42 -53, 2004