0% found this document useful (0 votes)
14 views3 pages

License

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views3 pages

License

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

JSPM’s

JAYAWANTRAO SAWANT POLYTECHNIC,


Handewadi Road, Hadapsar, Pune-28
Department of Computer Engineering
Academic Year 2023-24

Synopsis On

(License Plate Alphanumeric Reader Using Python)

Project Members :

S Name Enrolment Class Roll No.


r. Number
N
o
1 Harshvardhan Sutar 2107110331 TYCO-2 62

2 Pranav Pawar 2107110317 TYCO-2 52

3 Rohit Maykoti 2107110330 TYCO-2 61

4 Atharva Rasal 2107110323 TYCO-2 55


Abstract :-
License Plate Recognition was a computer system that recognizes any digital image automatically on the
number plate. This system includes various operations such as taking pictures, localizing the number pad, truncating
characters and OCR from alphanumeric characters. The main idea of this system is to design and develop effective image
processing techniques and algorithms to localize the license plate in the captured image, to divide the characters from that
number plate and to identify each character of the segment by using the Open Computer Vision Library. This has been
implemented in K-NN algorithm and python programming language.

Many applications can be implemented by using this system, such as security, highway speed detection,
violation of light, identification of handwritten text, discovery of stolen cars, automatic fee collection systems.

Keywords:-
E-Challan , K-NN algorithm, identifying the vehicle, number plate recognition, OCR optical character
recognition.

Introduction:-
At present, the use of vehicles is increasing throughout the country. All of these vehicles have a unique vehicle
identification number as their main identifier. The ID is actually in the license number that refers to a legal license to
participate in the public movement. Each vehicle in the world must have its own number plate that must be installed on
its body (at least on the back). They need to Identify the vehicles are increasing in parallel with the number of vehicles.
This identification system helps with safety, automatic switching systems, highway speed detection, light detection,
stolen vehicle detection, and human and non-human loss collection systems. The auto license plate recognizing system
replaces the manual license plate number writing process in the computer system.

Problem statement:
Sometimes Drivers breaks the traffic signals while driving and many other voiletions of rules like over
speeding , rash driving

Objective and scope of the project:-


Automatic Number Plate Recognition system is used in various areas nowadays such as automatic toll
collection, Border crossings, parking system, Traffic control, stolen cars tracking, maintaining traffic activities
and law enforcement etc.

Methodology:-
Algorithm:-
1: Begin
2: Input: Original Image
3: Output: Characters
4: Method: K-Nearest Neighbors
5: LP: License Plate
6: Convert RGB image to Grayscale
7: Filter Morphological Transformation
8: Transforms Grayscale image to binary image
9: Filter Gaussian for Blurs image
10: Finding all contours in image
11: Search & recognize all possible character in image
12: Crop part of image with highest candidate LP
13: Crop the LP from original image
14: Apply steps from 6 to 11 again on crop image
15: Print the characters in LP
16: End

Software / Hardware requirements:-

Software requirements:- VS code , Python 3.6

Hardware requirements:- Intel i3 12 GB RAM , Web Camera

Conclusion :-
The experimental have shown that the ability to recognize the characters correctly on license plate by
neural network has probability of 95% even in presence of noise with 50% density. This proposed
approach of LPR can be implemented by police to detect speed violators, no-parking zone voilators,
parking areas, highways, bridges or tunnels.

References:-
[1] APNR Survey :
https://www.researchgate.net/publication/236888959_Automatic_Nu
mber_Plat e_Recognition_System_ANPR_A_Survey
[2] APNR for Vehicle Identification using OCR:
https://www.researchgate.net/publication/224565257_Automatic_Nu
mber_Plat
e_Recognition_System_for_Vehicle_Identification_Using_Optical_
Character_ Recognition
[3] Wikipedia: https://en.wikipedia.org/wiki/Automatic_numberplate_recognition
[4] Image 01: https://www.pyimagesearch.com/2020/09/21/opencvautomatic- license-number-plate-recognition-anpr-
with-python/
[5] Image 02: https://www.researchgate.net/figure/License-PlateRecognition- System-Phases_fig1_272863336
[6] Image 03: http://www.solutionshead.in/industrysolutions/management- solutions/automatic-number-platerecognition-

You might also like