0% found this document useful (0 votes)
213 views

Vehicle Number Plate Recognition Using Android

The document describes a vehicle number plate recognition system using Android that has two main modules: 1) An admin module that allows adding/managing police and blacklisting/whitelisting vehicles, and notifies the admin when blacklisted vehicles are spotted. 2) A police module that allows officers to login, scan vehicle plates to identify the number and check blacklists, and add entries to a database. It uses a backend of ASP.net with C# and requires an Android device, computer and internet connection to function.

Uploaded by

White Walker
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
213 views

Vehicle Number Plate Recognition Using Android

The document describes a vehicle number plate recognition system using Android that has two main modules: 1) An admin module that allows adding/managing police and blacklisting/whitelisting vehicles, and notifies the admin when blacklisted vehicles are spotted. 2) A police module that allows officers to login, scan vehicle plates to identify the number and check blacklists, and add entries to a database. It uses a backend of ASP.net with C# and requires an Android device, computer and internet connection to function.

Uploaded by

White Walker
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Vehicle Number Plate Recognition using Android

Abstract:
Number plate recognition is a form of automatic vehicle identification. A number
plate is the unique identification of vehicle. Real time number plate recognition
plays an important role in maintaining law enforcement and maintaining traffic
rules. It has wide applications areas such as toll plaza, parking area, highly security
areas, boarder’s areas etc. Number plate recognition is designed to identify the
number plate and then recognize the vehicle number plate from a moving vehicle
automatically. Automatic number plate recognition has two major parts:
Vehicle number plate extraction,
Optical Character Recognition (OCR).
Number plate extraction is that stage where vehicle number plate is detected and
extract the number plate text. The segmented characters are normalized and passed
to an OCR algorithm. At last the optical character information will be converted
into encoded text. The characters are recognized using Template matching. The
final output must be in the form of string of characters.

Modules and their Description


The system comprises of 2 major modules with their sub-modules as follows:
1. Admin
a. Add Police: Admin can add new police with his/her details and
provide valid login credentials.
b. Manage Police: Admin can manage all the added police details by
updating their information.
c. Blacklist/Whitelist: Can view a blacklisted Car Registered Number,
Color and List Type.
d. Notification: When blacklisted car is spotted admin is notified with
date-time and its location.

2. Police
a. Login: Police need to login with their valid login credentials in order
to access the application.
b. Scan Car: By scanning the number plate using android mobile phone,
it Identifies Car Number -> Check List -> Notify and insert entry into
the database.
c. Blacklist/Whitelist: Police can view a blacklisted Car Registered
Number, Color and List Type.

Front End: Android

Backend: ASP.net with C#

Hardware Requirement:
 i3 Processor Based Computer
 1GB-RAM
 80 GB Hard Disk
 Monitor
 Internet Connection
 Android Device
Software Requirement:
 Windows 7 or higher
 Android Studio
 SQL Server 2008

Advantages:
 This application provides user and car details by simply scanning the Vehicle
Number plate.
 If any driver isn't following traffic rules, then police can mark as a Black list
car.

Disadvantages:

 Requires active internet connection.


 System may provide inaccurate results if data not entered properly.

Applications:

 The system can be used for toll plaza, parking area, highly security areas,
boarder’s areas etc.

You might also like