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: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3198
Smart Parking Assistance by Nameplate Recognition using OCR
A. Sharathkumar1, S. Sudharsan1, S. Sathish1 , Mageshwari2
1Student, Department of Computer Science, Anand Institute of Higher Technology, Kazhipattur, India
2Assitant Professor, Department of Computer Science, Anand Institute of Higher Technology, Kazhipattur, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract — The main scope of the project is to develop a software to process the given image, process the image and extract
the Number Plate Information in the form of alpha numeric characters. Input to the program is in the form of an RGB
(Bitmap) image file. The input image is assumed to be from an imaging source and is noise free as well as clear. This project
assumes a standard number plate scheme of the form “AA NN BB MMMM”. The input image is first oriented to the correct
alignment by calculating the pixel gradient and using Sobel Operator. It is then converted to gray scale by using the pixel
color averaging algorithm and them mapped to a standard template size using scaling transformation. Otsu’s thresholding
algorithm is applied on this resultant image to improve the contrast between the adjacent pixels. Since the format of the
number plate is known and fixed, each of the character segments are identified based on the segmentation technique and
processed to match with the list of character repository using the simplified Canny’s edge detection algorithm and comparison
techniques. All the character in each of the segment are identified and augmented in order to get the final name plate
identification code. This identified number plate number can be linked up to the data base and put for immense applications
like mustering of vehicles in the high security zone, electronic toll collection system, monitoring the movements of vehicles in
parking sector, effective parking space management system, Mustering of vehicles in the transport corporation depot and so
on.
Keywords: Sobel Operator, Otsu’s thresholding algorithm, Canny’s edge detection algorithm .
1. INTRODUCTION
To develop a software to process the given image, process the image and extract the Number Plate Information in
the form of alpha numeric characters and it stored in database. After they enter into lot the number plate of the vehicle is
processed and verified with the already existing repository. If found, the vehicle is assumed to be authorized, else it is
unauthorized and based on the space available, particular lot is provided to the user to park their vehicle. Parking charges
are free for authorized vehicles and the non-authorized ones are charged depending upon the time the vehicle is parked. In
today parking lots there are no standard system to check for parking spaces. The system heavily relies on human
interaction with the physical space and entity.
This leads to wastage of human manpower and also parking spaces at times. These parking lots are dependent on
Human-to-Human Interaction (HHI) which is not efficient. Previously, various techniques have been proposed to
overcome such problems. Smart parking with help of short messaging service(SMS) was devised to provide an entry and
exit password which would allow the person to authenticate himself/herself at the entry/exit point. The ZigBee wireless
sensor network along with global system for mobile (GSM) used a data from each node to show if the parking space is
available and the data was available only at the entry point and at the administration end.
The new system with global positioning system (GPS) which helped user to locate parking space remotely. The
sensors however, could not be stacked over one another. Artificial Intelligence (AI) provided a background for image
processing using camera sensor which helped identify occupied parking spaces to the administrator. The system which
works with passive radio frequency identification (RFID) tags which helps identifying individual cars and then booking a
slot at the entrance. The image shows how the system works. The presents an idea to use wide angle camera as a sensor
which will read only free parking spaces and records them.
They are marked with grey spots on the screen. These records are then used to assign parking space to the
incoming user. Intelligent Transport System (ITS) and Electronic toll collection (ETC) using optical character recognition
(OCR) creates a record for all entering vehicle. A universal OCR algorithm is not available, making it difficult to create said
records. The author proposes robotic garage (RG) using Bluetooth to park the car.
The system identifies the unique registration number in the Bluetooth chip to check whether the new vehicle
needs to be parked. This system is a stack parking arrangement for the vehicles with sensors that confirm placement of the
car. Other sensors are used to confirm that there are no passengers in the vehicles and then the system moves the vehicle
to storage area employing rack and pinion (Rap) mechanism. The author proposes upgraded system to the above, which is
deployed with active radio frequency identification (RFID) to authenticate at the gate management service (GMS) to assign
a slot. The system provides an additional feature to monitor parking lot over the internet. The author proposes mixed-
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3199
integer linear programming (MILP) along with Driver request processing center (DRPC) provides infrastructure to vehicle
(I2V) communication for assigning and reserving parking spaces using smart parking allocation center (SPARC) from
parking guidance and information(PGI).
Car parking is the main factor adding to congestion problem. Efficient parking management is needed in a
developing country. Major issues related are that people park vehicles on sides of the road as there are no enough parking
spaces available. The present parking spaces are not maintained properly. The users are not guided efficiently to park the
vehicles. They need to search for a free slot to park their vehicle. These problems finally end up with traffic congestion, fuel
consumption, pollution, wastage of energy and time. Many techniques are being examined to solve these parking issues.
Some of the factors contributing to an efficient parking assistance are the usage of different technologies, system
complexity, scalability and cost.
2. EXISTING SYSTEM
Existing efforts at addressing the problem of parking spot information fall short in several aspects. Collecting and
maintaining current parking sign data on a global scale has not successfully been accomplished. The only way to collect the
parking sign data is to travel down every street of every city to capture the parking sign data. This is because cities do not
actually possess the parking sign data in enough detail regarding location of parking meters.
3.PROPOSED SYSTEM
To develop a software to process the given image, process the image and extract the Number Plate Information in
the form of alpha numeric characters and it stored in database. After they enter into lot the number plate of the vehicle is
processed and verified with the already existing repository. If found, the vehicle is assumed to be authorized, else it is
unauthorized and based on the space available, particular lot is provided to the user to park their vehicle. Parking charges
are free for authorized vehicles and the non-authorized ones are charged depending upon the time the vehicle is parked.
4. OVERALL SYSTEM ARCHITECTURE
Initially, user have to authorize themselves by registering into the system then user have to login and session for
the particular user will be created.
Input In
Fig 1: System Design
Input
number
plate
Convert
to String
Parking
lot
details
Database
Check
free
able
locatio
nAllocate the
parking slot
Display the
total parking
cost depend
upon entry
and exit
time
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3200
4.1DATABASE
All parking lot details stored into database.
4.2 ALLOCATE PARKING LOT
Checking the availability of parking slot, after any parking slot is free then allocate the particular vehicle. Store the
vehicle details and entry time to the database. Number plate recognition Recognition of number plate is the effectiveness
of this system. Firstly, the image of number plate is captured and save that image in storage. We are using optical character
recognition that process and identifies individual alpha numeric characters on number plate. Click picture, save that
picture in storage with the file called “Tess data” with language which we are recognizing here i.e., English. Rotate image
as per the Tesseract Library if image clicked by user is wrong. Then convert that image to ARGB_8888 format required by
Tesseract Library Send that image to Tesseract API to recognize text on that image. In that API convert image to gray scale,
resize image, remove extra space around. Increase contrast to better implementation.
4.3 PARKING COST
The vehicle exits from parking lot, particular vehicle details checking to the database after display the total
amount of parking cost depend upon entry and exit time. Indeed, parking enforcement is performed according to what the
posted parking rules are for a give alleged violation no database can be checked; rather, the test is what was posted at the
time and place of the alleged violation. Therefore, directly capturing the rules and tagging their locations is the only way to
address this problem.
5. CONCLUSION
The development of reservation for parking slots commanded by android application, number plate recognition,
parking slot status and electronic billing system is implemented. The proposed system reduces the drivers’ effort and time
to search parking space. Also the payment transaction is handled online which makes the system less human dependent.
6. FUTURE ENHANCEMENT
The study analyses the key operational strategies of parking operators, parking app providers, automakers and
their implications on mobility integration. An attempt has been made to understand the major parking operators' and
parking app providers' operational business models. The study also entails the major parking technologies used in the
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3201
area of ticketing, vehicle number plate recognition, and parking space availability. It draws a comparison of the
conventional and modern parking industry, which is now considered as a significant entity of mobility in cities.
7. REFERENCES
[1] Hakan Caner, H. Selcuk Gecim, and Ali Ziya Alkar" Ef?cient Embedded Neural-Network-Based License Plate
Recognition System ". IEEE Transactions 2008
[2] Muhammed tahir, Muhammad Asif "Automatic number plate recognition system for vehicle Identification using optical
character recognition" IEEE 2009
[3] Bih-Yaw Shih, Chen-Yuan Chen and Jin-Wei Kuo Po-Wei Chen"A Preliminary Study on Design and Development of
Template-Based for License Plate Recognition System Applying Artificial Coordinates Auxiliary Techniques" IEEE
Proceedings 2010
[4] Sz. Pletl and Cs. Gálfi " Parking surveillance and number plate recognition application"IEEE 2010
[5] Zhiwen WANG , Shaozi Li " Research and Implement for Vehicle License Plate Recognition Based onimproved BP
Network" International Conference on Computer and Communication Technologies in Agriculture EngineeringIEEE
2010
[6] Song Qing-kun et. all". License Plate Recognition Based On Mathematical Morphology Method and RBF Neural
Network", 2012 1ntemational Conference on Measurement, Information and Control (M1C)
[7] Chen,S. , C. F. N. Cowan, and P. M. Grant, "Orthogonal Least Squares Learning Algorithm for Radial Basis Function
Networks," IEEE Transactions on Neural Networks, Vol. 2, No. 2, March 1991, pp. 302–309.
[8] http://www. medialab. ntua. gr/research/LPRdatabase. html
[9] http://vision. ucsd. edu/belongiegrp/research/carRec/car_data. html
[10] "V. Koval,V. Turchenko,V. Kochan,A. Sachenko,G. Markowsky" ,Smart License Plate Recognition System Based on Image
Processing Using Neural Network. IEEE International Workshop on Intelligent Data acquisition and Advanced
Computing Systems: Technology and Applications 8-10 September 2003.
[11] "Yo-Ping Huang, Chien-Hung Chen, Yueh-Tsun Chang, Frode Eika Sandnes" ,An intelligent strategy for checking the
annual inspection status of motorcycles based on license plate recognition',2008
[12] Ankush Roy, Debarshi Patanjali GhoshalNumber "Plate Recognition for Use in Different Countries Using an Improved
Segmentation' ,IEEE 2011
[13] "Hongliang, B,Changping,L". A Hybrid License Plate Extraction Method Based on Edge Statistics and Morphology. In
Proceedings of the 17th International Conference on Pattern Recognition, Cambridge, UK, 23–26 August 2004
[14] "Siddhartha Choubey "Pixel Distribution Density based character recognition For Vehicle License Plate.
[15] Bal´azs Enyedi,LajosKonyha,K´alman Fazekas "Real time number plate localization algorithms" Journal of ELECTRICAL
ENGINEERING 2006
[16] Martin H. Luerssen "Character Recognition with Neural Networks"
[17] Mark Hudson Beale,MartinT. Hagan,Howard B. Demuth," Neural Network Toolbox™ User's Guide" MATLAB
[18] "Gérard. Blanchet,Maurice. Charbit "Digital Signal and Image Processing using MATLAB"
[19] Per Christian Henden "A Comparison of Thresholding Methods"2004
[20] RafaelC. Gonzalez,RichardE. Woods,StevenL. E"Image Processing using Matlab
[21] http://en. wikipedia. org/wiki/Artificial_neural_network
[22] http://www. mathworks. com/access/helpdesk/help/pdf_doc/nnet/nnet. pdf, MATLAB and Simulink Neural Network
Toolbox Manual.
[23] H. Bay, T. Tuytelaars, and L. Van Gool. " Surf: Speeded up robust features". European Conference on Computer Vision,
1:404{417, 2006).
[24] K. Mikolajczyk and C. Schmid. A performance evaluation of local descriptors. IEEE Trans. Pattern Anal. Mach. Intell. ,
27(10):1615{1630, 2005}.
[25] D. G. Lowe. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision,
60(2):91{110, 2004). vision. ece. ucsb. edu/zulani
[26] Auranuch Lorsakul and Jackrit SuthakornTraffic Sign Recognition Using Neural Network on OpenCV: Toward
Intelligent Vehicle/Driver Assistance System
[27] Herbert Bay,Andreas Ess"Speeded-Up Robust Features (SURF)",Computer vision and Image Understanding ,Elsevier

More Related Content

What's hot

IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET Journal
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMijcsit
 
IRJET- Smart Parking System
IRJET-  	  Smart Parking SystemIRJET-  	  Smart Parking System
IRJET- Smart Parking SystemIRJET Journal
 
Smart Car Parking system using GSM Technology
Smart Car Parking system using GSM TechnologySmart Car Parking system using GSM Technology
Smart Car Parking system using GSM Technologydbpublications
 
Automatic Number Plate Recognition(ANPR) System Project
Automatic Number Plate Recognition(ANPR) System  Project Automatic Number Plate Recognition(ANPR) System  Project
Automatic Number Plate Recognition(ANPR) System Project Gulraiz Javaid
 
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET Journal
 
RFID based design for vehicle location system
RFID based design for vehicle location systemRFID based design for vehicle location system
RFID based design for vehicle location systemmsc84
 
Smart Parking Management System
Smart Parking Management System Smart Parking Management System
Smart Parking Management System Gautam Kumar
 
IRJET- Online Parking Slot Booking
IRJET- Online Parking Slot BookingIRJET- Online Parking Slot Booking
IRJET- Online Parking Slot BookingIRJET Journal
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET Journal
 
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET Journal
 
Smart fleet management solutions -Faststream Technologies
Smart fleet management solutions -Faststream TechnologiesSmart fleet management solutions -Faststream Technologies
Smart fleet management solutions -Faststream TechnologiesSudipta Maity
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
An Overview of Parking Slot Detection Techniques
An Overview of Parking Slot Detection TechniquesAn Overview of Parking Slot Detection Techniques
An Overview of Parking Slot Detection Techniquesijtsrd
 
IRJET- Toll Collection Automation
IRJET-  	  Toll Collection AutomationIRJET-  	  Toll Collection Automation
IRJET- Toll Collection AutomationIRJET Journal
 
Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security | Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security | techlead-india
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET Journal
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 

What's hot (20)

IRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoTIRJET- High Responsive Smart Parking System using IoT
IRJET- High Responsive Smart Parking System using IoT
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEM
 
IRJET- Smart Parking System
IRJET-  	  Smart Parking SystemIRJET-  	  Smart Parking System
IRJET- Smart Parking System
 
Smart Car Parking system using GSM Technology
Smart Car Parking system using GSM TechnologySmart Car Parking system using GSM Technology
Smart Car Parking system using GSM Technology
 
Automatic Number Plate Recognition(ANPR) System Project
Automatic Number Plate Recognition(ANPR) System  Project Automatic Number Plate Recognition(ANPR) System  Project
Automatic Number Plate Recognition(ANPR) System Project
 
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial AreasIRJET - Ingenious Car Parking System using IoT in Commercial Areas
IRJET - Ingenious Car Parking System using IoT in Commercial Areas
 
RFID based design for vehicle location system
RFID based design for vehicle location systemRFID based design for vehicle location system
RFID based design for vehicle location system
 
Smart Parking Management System
Smart Parking Management System Smart Parking Management System
Smart Parking Management System
 
IRJET- Online Parking Slot Booking
IRJET- Online Parking Slot BookingIRJET- Online Parking Slot Booking
IRJET- Online Parking Slot Booking
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR Code
 
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, PuneIRJET-  	  Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
IRJET- Traffic Congestion at Toll Plaza: A Case Study of Khed-Shivapur, Pune
 
Smart fleet management solutions -Faststream Technologies
Smart fleet management solutions -Faststream TechnologiesSmart fleet management solutions -Faststream Technologies
Smart fleet management solutions -Faststream Technologies
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
An Overview of Parking Slot Detection Techniques
An Overview of Parking Slot Detection TechniquesAn Overview of Parking Slot Detection Techniques
An Overview of Parking Slot Detection Techniques
 
IRJET- Toll Collection Automation
IRJET-  	  Toll Collection AutomationIRJET-  	  Toll Collection Automation
IRJET- Toll Collection Automation
 
Smart Parking
Smart ParkingSmart Parking
Smart Parking
 
Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security | Gps Tracker with RFID | School Security |
Gps Tracker with RFID | School Security |
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A Review
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 

Similar to IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR

IRJET- Geo-Based Smart Parking Automation System
IRJET-  	  Geo-Based Smart Parking Automation SystemIRJET-  	  Geo-Based Smart Parking Automation System
IRJET- Geo-Based Smart Parking Automation SystemIRJET Journal
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET Journal
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET Journal
 
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET Journal
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET 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
 
IRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET Journal
 
SMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORSMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORIRJET 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
 
IRJET- Automatic Toll Collection System based on Embedded System LINUX
IRJET-  	  Automatic Toll Collection System based on Embedded System LINUXIRJET-  	  Automatic Toll Collection System based on Embedded System LINUX
IRJET- Automatic Toll Collection System based on Embedded System LINUXIRJET Journal
 
DE - Smart Parking System.pptx
DE - Smart Parking System.pptxDE - Smart Parking System.pptx
DE - Smart Parking System.pptxBhavikSanghar
 
IRJET- Modern E-Parking System for Smart Cities
IRJET-  	  Modern E-Parking System for Smart CitiesIRJET-  	  Modern E-Parking System for Smart Cities
IRJET- Modern E-Parking System for Smart CitiesIRJET Journal
 
Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network Sovan Rout
 
IRJET- The Smart Parking System
IRJET- The Smart Parking SystemIRJET- The Smart Parking System
IRJET- The Smart Parking SystemIRJET Journal
 
IRJET- Efficient IoT based Automated Toll Collection System
IRJET-  	  Efficient IoT based Automated Toll Collection SystemIRJET-  	  Efficient IoT based Automated Toll Collection System
IRJET- Efficient IoT based Automated Toll Collection SystemIRJET 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
 
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET Journal
 

Similar to IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR (20)

IRJET- Geo-Based Smart Parking Automation System
IRJET-  	  Geo-Based Smart Parking Automation SystemIRJET-  	  Geo-Based Smart Parking Automation System
IRJET- Geo-Based Smart Parking Automation System
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...IRJET- 	  Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
IRJET- Smart Parking : Parking Occupancy Monitoring and Visualisation Syst...
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
 
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
IRJET- Advenced Traffic Management System using Automatic Number Plate Recogn...
 
IRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using ArduinoIRJET - Smart Car Parking System using Arduino
IRJET - Smart Car Parking System using Arduino
 
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 - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert SystemIRJET - Vehicle Signal Breaking Alert System
IRJET - Vehicle Signal Breaking Alert System
 
SMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSORSMART CAR PARKING SYSTEM USING IR SENSOR
SMART CAR PARKING SYSTEM USING IR SENSOR
 
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...
 
IRJET- Automatic Toll Collection System based on Embedded System LINUX
IRJET-  	  Automatic Toll Collection System based on Embedded System LINUXIRJET-  	  Automatic Toll Collection System based on Embedded System LINUX
IRJET- Automatic Toll Collection System based on Embedded System LINUX
 
DE - Smart Parking System.pptx
DE - Smart Parking System.pptxDE - Smart Parking System.pptx
DE - Smart Parking System.pptx
 
IRJET- Modern E-Parking System for Smart Cities
IRJET-  	  Modern E-Parking System for Smart CitiesIRJET-  	  Modern E-Parking System for Smart Cities
IRJET- Modern E-Parking System for Smart Cities
 
Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network Smart Parking System Based on embedded System and Sensor Network
Smart Parking System Based on embedded System and Sensor Network
 
IRJET- The Smart Parking System
IRJET- The Smart Parking SystemIRJET- The Smart Parking System
IRJET- The Smart Parking System
 
IRJET- Efficient IoT based Automated Toll Collection System
IRJET-  	  Efficient IoT based Automated Toll Collection SystemIRJET-  	  Efficient IoT based Automated Toll Collection System
IRJET- Efficient IoT based Automated Toll Collection System
 
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 - A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...IRJET -  	  A Design Thinking based Smart Parking System for Vehicle Parking ...
IRJET - A Design Thinking based Smart Parking System for Vehicle Parking ...
 
C010121418
C010121418C010121418
C010121418
 

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

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 

Recently uploaded (20)

Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 

IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR

  • 1. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3198 Smart Parking Assistance by Nameplate Recognition using OCR A. Sharathkumar1, S. Sudharsan1, S. Sathish1 , Mageshwari2 1Student, Department of Computer Science, Anand Institute of Higher Technology, Kazhipattur, India 2Assitant Professor, Department of Computer Science, Anand Institute of Higher Technology, Kazhipattur, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract — The main scope of the project is to develop a software to process the given image, process the image and extract the Number Plate Information in the form of alpha numeric characters. Input to the program is in the form of an RGB (Bitmap) image file. The input image is assumed to be from an imaging source and is noise free as well as clear. This project assumes a standard number plate scheme of the form “AA NN BB MMMM”. The input image is first oriented to the correct alignment by calculating the pixel gradient and using Sobel Operator. It is then converted to gray scale by using the pixel color averaging algorithm and them mapped to a standard template size using scaling transformation. Otsu’s thresholding algorithm is applied on this resultant image to improve the contrast between the adjacent pixels. Since the format of the number plate is known and fixed, each of the character segments are identified based on the segmentation technique and processed to match with the list of character repository using the simplified Canny’s edge detection algorithm and comparison techniques. All the character in each of the segment are identified and augmented in order to get the final name plate identification code. This identified number plate number can be linked up to the data base and put for immense applications like mustering of vehicles in the high security zone, electronic toll collection system, monitoring the movements of vehicles in parking sector, effective parking space management system, Mustering of vehicles in the transport corporation depot and so on. Keywords: Sobel Operator, Otsu’s thresholding algorithm, Canny’s edge detection algorithm . 1. INTRODUCTION To develop a software to process the given image, process the image and extract the Number Plate Information in the form of alpha numeric characters and it stored in database. After they enter into lot the number plate of the vehicle is processed and verified with the already existing repository. If found, the vehicle is assumed to be authorized, else it is unauthorized and based on the space available, particular lot is provided to the user to park their vehicle. Parking charges are free for authorized vehicles and the non-authorized ones are charged depending upon the time the vehicle is parked. In today parking lots there are no standard system to check for parking spaces. The system heavily relies on human interaction with the physical space and entity. This leads to wastage of human manpower and also parking spaces at times. These parking lots are dependent on Human-to-Human Interaction (HHI) which is not efficient. Previously, various techniques have been proposed to overcome such problems. Smart parking with help of short messaging service(SMS) was devised to provide an entry and exit password which would allow the person to authenticate himself/herself at the entry/exit point. The ZigBee wireless sensor network along with global system for mobile (GSM) used a data from each node to show if the parking space is available and the data was available only at the entry point and at the administration end. The new system with global positioning system (GPS) which helped user to locate parking space remotely. The sensors however, could not be stacked over one another. Artificial Intelligence (AI) provided a background for image processing using camera sensor which helped identify occupied parking spaces to the administrator. The system which works with passive radio frequency identification (RFID) tags which helps identifying individual cars and then booking a slot at the entrance. The image shows how the system works. The presents an idea to use wide angle camera as a sensor which will read only free parking spaces and records them. They are marked with grey spots on the screen. These records are then used to assign parking space to the incoming user. Intelligent Transport System (ITS) and Electronic toll collection (ETC) using optical character recognition (OCR) creates a record for all entering vehicle. A universal OCR algorithm is not available, making it difficult to create said records. The author proposes robotic garage (RG) using Bluetooth to park the car. The system identifies the unique registration number in the Bluetooth chip to check whether the new vehicle needs to be parked. This system is a stack parking arrangement for the vehicles with sensors that confirm placement of the car. Other sensors are used to confirm that there are no passengers in the vehicles and then the system moves the vehicle to storage area employing rack and pinion (Rap) mechanism. The author proposes upgraded system to the above, which is deployed with active radio frequency identification (RFID) to authenticate at the gate management service (GMS) to assign a slot. The system provides an additional feature to monitor parking lot over the internet. The author proposes mixed-
  • 2. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3199 integer linear programming (MILP) along with Driver request processing center (DRPC) provides infrastructure to vehicle (I2V) communication for assigning and reserving parking spaces using smart parking allocation center (SPARC) from parking guidance and information(PGI). Car parking is the main factor adding to congestion problem. Efficient parking management is needed in a developing country. Major issues related are that people park vehicles on sides of the road as there are no enough parking spaces available. The present parking spaces are not maintained properly. The users are not guided efficiently to park the vehicles. They need to search for a free slot to park their vehicle. These problems finally end up with traffic congestion, fuel consumption, pollution, wastage of energy and time. Many techniques are being examined to solve these parking issues. Some of the factors contributing to an efficient parking assistance are the usage of different technologies, system complexity, scalability and cost. 2. EXISTING SYSTEM Existing efforts at addressing the problem of parking spot information fall short in several aspects. Collecting and maintaining current parking sign data on a global scale has not successfully been accomplished. The only way to collect the parking sign data is to travel down every street of every city to capture the parking sign data. This is because cities do not actually possess the parking sign data in enough detail regarding location of parking meters. 3.PROPOSED SYSTEM To develop a software to process the given image, process the image and extract the Number Plate Information in the form of alpha numeric characters and it stored in database. After they enter into lot the number plate of the vehicle is processed and verified with the already existing repository. If found, the vehicle is assumed to be authorized, else it is unauthorized and based on the space available, particular lot is provided to the user to park their vehicle. Parking charges are free for authorized vehicles and the non-authorized ones are charged depending upon the time the vehicle is parked. 4. OVERALL SYSTEM ARCHITECTURE Initially, user have to authorize themselves by registering into the system then user have to login and session for the particular user will be created. Input In Fig 1: System Design Input number plate Convert to String Parking lot details Database Check free able locatio nAllocate the parking slot Display the total parking cost depend upon entry and exit time
  • 3. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3200 4.1DATABASE All parking lot details stored into database. 4.2 ALLOCATE PARKING LOT Checking the availability of parking slot, after any parking slot is free then allocate the particular vehicle. Store the vehicle details and entry time to the database. Number plate recognition Recognition of number plate is the effectiveness of this system. Firstly, the image of number plate is captured and save that image in storage. We are using optical character recognition that process and identifies individual alpha numeric characters on number plate. Click picture, save that picture in storage with the file called “Tess data” with language which we are recognizing here i.e., English. Rotate image as per the Tesseract Library if image clicked by user is wrong. Then convert that image to ARGB_8888 format required by Tesseract Library Send that image to Tesseract API to recognize text on that image. In that API convert image to gray scale, resize image, remove extra space around. Increase contrast to better implementation. 4.3 PARKING COST The vehicle exits from parking lot, particular vehicle details checking to the database after display the total amount of parking cost depend upon entry and exit time. Indeed, parking enforcement is performed according to what the posted parking rules are for a give alleged violation no database can be checked; rather, the test is what was posted at the time and place of the alleged violation. Therefore, directly capturing the rules and tagging their locations is the only way to address this problem. 5. CONCLUSION The development of reservation for parking slots commanded by android application, number plate recognition, parking slot status and electronic billing system is implemented. The proposed system reduces the drivers’ effort and time to search parking space. Also the payment transaction is handled online which makes the system less human dependent. 6. FUTURE ENHANCEMENT The study analyses the key operational strategies of parking operators, parking app providers, automakers and their implications on mobility integration. An attempt has been made to understand the major parking operators' and parking app providers' operational business models. The study also entails the major parking technologies used in the
  • 4. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 03 | MAR 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3201 area of ticketing, vehicle number plate recognition, and parking space availability. It draws a comparison of the conventional and modern parking industry, which is now considered as a significant entity of mobility in cities. 7. REFERENCES [1] Hakan Caner, H. Selcuk Gecim, and Ali Ziya Alkar" Ef?cient Embedded Neural-Network-Based License Plate Recognition System ". IEEE Transactions 2008 [2] Muhammed tahir, Muhammad Asif "Automatic number plate recognition system for vehicle Identification using optical character recognition" IEEE 2009 [3] Bih-Yaw Shih, Chen-Yuan Chen and Jin-Wei Kuo Po-Wei Chen"A Preliminary Study on Design and Development of Template-Based for License Plate Recognition System Applying Artificial Coordinates Auxiliary Techniques" IEEE Proceedings 2010 [4] Sz. Pletl and Cs. Gálfi " Parking surveillance and number plate recognition application"IEEE 2010 [5] Zhiwen WANG , Shaozi Li " Research and Implement for Vehicle License Plate Recognition Based onimproved BP Network" International Conference on Computer and Communication Technologies in Agriculture EngineeringIEEE 2010 [6] Song Qing-kun et. all". License Plate Recognition Based On Mathematical Morphology Method and RBF Neural Network", 2012 1ntemational Conference on Measurement, Information and Control (M1C) [7] Chen,S. , C. F. N. Cowan, and P. M. Grant, "Orthogonal Least Squares Learning Algorithm for Radial Basis Function Networks," IEEE Transactions on Neural Networks, Vol. 2, No. 2, March 1991, pp. 302–309. [8] http://www. medialab. ntua. gr/research/LPRdatabase. html [9] http://vision. ucsd. edu/belongiegrp/research/carRec/car_data. html [10] "V. Koval,V. Turchenko,V. Kochan,A. Sachenko,G. Markowsky" ,Smart License Plate Recognition System Based on Image Processing Using Neural Network. IEEE International Workshop on Intelligent Data acquisition and Advanced Computing Systems: Technology and Applications 8-10 September 2003. [11] "Yo-Ping Huang, Chien-Hung Chen, Yueh-Tsun Chang, Frode Eika Sandnes" ,An intelligent strategy for checking the annual inspection status of motorcycles based on license plate recognition',2008 [12] Ankush Roy, Debarshi Patanjali GhoshalNumber "Plate Recognition for Use in Different Countries Using an Improved Segmentation' ,IEEE 2011 [13] "Hongliang, B,Changping,L". A Hybrid License Plate Extraction Method Based on Edge Statistics and Morphology. In Proceedings of the 17th International Conference on Pattern Recognition, Cambridge, UK, 23–26 August 2004 [14] "Siddhartha Choubey "Pixel Distribution Density based character recognition For Vehicle License Plate. [15] Bal´azs Enyedi,LajosKonyha,K´alman Fazekas "Real time number plate localization algorithms" Journal of ELECTRICAL ENGINEERING 2006 [16] Martin H. Luerssen "Character Recognition with Neural Networks" [17] Mark Hudson Beale,MartinT. Hagan,Howard B. Demuth," Neural Network Toolbox™ User's Guide" MATLAB [18] "Gérard. Blanchet,Maurice. Charbit "Digital Signal and Image Processing using MATLAB" [19] Per Christian Henden "A Comparison of Thresholding Methods"2004 [20] RafaelC. Gonzalez,RichardE. Woods,StevenL. E"Image Processing using Matlab [21] http://en. wikipedia. org/wiki/Artificial_neural_network [22] http://www. mathworks. com/access/helpdesk/help/pdf_doc/nnet/nnet. pdf, MATLAB and Simulink Neural Network Toolbox Manual. [23] H. Bay, T. Tuytelaars, and L. Van Gool. " Surf: Speeded up robust features". European Conference on Computer Vision, 1:404{417, 2006). [24] K. Mikolajczyk and C. Schmid. A performance evaluation of local descriptors. IEEE Trans. Pattern Anal. Mach. Intell. , 27(10):1615{1630, 2005}. [25] D. G. Lowe. Distinctive image features from scale-invariant keypoints. International Journal of Computer Vision, 60(2):91{110, 2004). vision. ece. ucsb. edu/zulani [26] Auranuch Lorsakul and Jackrit SuthakornTraffic Sign Recognition Using Neural Network on OpenCV: Toward Intelligent Vehicle/Driver Assistance System [27] Herbert Bay,Andreas Ess"Speeded-Up Robust Features (SURF)",Computer vision and Image Understanding ,Elsevier