Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Automatic Number Plate Recognition

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 14

AUTOMATIC NUMBER PLATE

RECOGNITION
BY:SHIVAM RAWAT
MCA(2201374)
GRAPHIC ERA HILL UNIVERSITY
INTRODUCTION

Automatic Number Plate Recognition (or 'number plate recognition) is a special


form of optical character recognition (OCR).
It enables computer systems to read automatically the registration number (license
number) of vehicles from digital pictures.
Reading automatically the registration number means transforming the pixels of the
digital image into the ASCIl text of the number plate
OCR technology scans paper documents and turn them into electronic, editable files.
AUTOMATIC NUMBER PLATE RECOGNITION

• Automatic Number Plate Recognition (ANPR) is a technology that uses


optical character recognition on images to read vehicle registration plates. It
can be used to store the images captured by the cameras as well as the text
from the license plate.
OCR

Optical Character Recognition (OCR) is a technology that enables the


conversion of different types of documents, such as scanned paper documents,
PDF files, or images captured by a digital camera, into editable and searchable
data.
OBJECTIVE

• To be able to read characters off a license plate from a webcam feed.


• This is a difficult problem for computers, because they can't read words like
we do
• I simply wanted to challenge myself to see fi I could actually do it
HOW IT WORKS

• Read in an image into Python using OpenCV


• Apply filtering, edge detection use contour search to find plates
• Extract text using OCRwith EasyOCR
RESULTS
RESULTS

• Tesseract is VERY sensitive to it's input image


• It produces incorrect results the majority of the time.But, it CAN produce
correct results, which si a step in the right direction.
BENEFITS OF ANPR

The implementation of ANPR systems can lead to improved security


reduced traffic congestion
Enhanced law enforcement
Streamlined parking management.
REAL-WORLD APPLICATIONS

• ANPR technology is widely used in toll collection


• Traffic management
• Border control
• Car park management
• Security surveillance
CHALLENGES AND LIMITATIONS

• Despite its benefits, ANPR technology faces challenges such as privacy


concerns, accuracy issues, and cost of implementation
• Edge detection only works fi license plate is still or almost still
• Tesseract only produces the correct output when the license plate is held a
certain distance from the webcam.
FUTURE DEVELOPMENTS

• The future of ANPR lies in advancements such as deep learning algorithms


• Real- time processing and integration with IoT for enhanced efficiency and
accuracy
CONCLUSION

• In conclusion, harnessing OCR for automatic number plate recognition offers


imense potential for efficiency enhancement across various sectors. The
integration of ANPR technology can lead to profound societal and economic
benefits.
THANK YOU

You might also like