SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3286
EFFICIENT APPROACH FOR NUMBER PLAQUE ACCREDITATION SYSTEM
USING WIKI DEVICES
S. Sneka [1], M. Gokila [2], R. Sathishkannan [3] Professor, Dr. P. Gomathi[4] Dean
1,2,3,4N.S.N. College of Engineering and Technology, Karur, Tamilnadu, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Now a day, there are many number of vehicles in
urban and interurbanroads, theiridentificationbecomesakey
problem for several applications as security control, traffic
management or organization of parking spaces. ALPR for
vehicle identification is an essential module in many of these
applications. Real time number plate recognition plays an
important role in maintaining law enforcement and
maintaining traffic rules. It has wide applicationareassuchas
toll plaza, parking area, highlysecureareasandboarderareas
etc. Number plate recognition is designed to identify the
number plate and then recognize the vehicle number plate
from a moving vehicle automatically. ALPR has two major
parts: Vehicle number plate extractionandOCR. Numberplate
extraction is that stage where the vehicle number plate is
detected and extract the number plate text. Whenever they
want to know the details of any vehicle just scan the number
plate and that scanned image will be processed and they will
get the desired information about that vehicle. vehicle
document tracking based on Aadhar card number. Not
necessary to carry all the documents and license every time.
Key Words: Optical Character Recognition, Automatic
License Plate Recognition, Customer Relationship
Management
1. INTRODUCTION
Since the past decades, many researchers proposed their
methods to recognize the vehicle number plate. One of the
methods is template matching which is executed in the
optical character recognition (OCR) step of the automatic
number plate recognition (ANPR) system. In previous
researches, many researchers are used a high end desktop
PC and high resolution camera to implement the ANPR
system. In this paper, the optimizationofANPR algorithmon
limited hardware of Android mobile phone is presented.
First, various steps to optimize ANPR and OCR block using
template matching are described. Our proposed algorithm
was based on Tesseract library.Forcomparisonpurpose, the
template matching based OCR will be compared to Artificial
Neural Network (ANN) based OCR. The optimization on
ANPR was performed as currently there is no image
processing tool available on the standard Android mobile
phone. By optimization of ANPR, many advantages could be
achieved, such as higher recognition accuracy, less resource
consumption, and less computational complexity.Resultson
30 images showed that the recognition rate was 97.46%
while the processing time was 1.13.
2. EVALUATION
2.1Existing system
There are still various problems with license plate
recognition system. Vehicle identification becomes a key
problem in security control. Provides users and car details
by entering the license number. It can be used in many areas
from speed prosecution and management of parking lots. It
can be used also to detect and preventcriminal activities and
road control of parking violations in the prohibited area.
This system speed can be increase with high resolution
camera which can be able to capture clear images of the
vehicle. The OCR method is sensitive to misalignment and to
different sizes, so we have to create different kind of
templets for different RTO specifications. The statistical
analysis can also be used to define the probability of
detection and recognition of the vehicle number plate. At
present there are certain limits on parameters like speed of
the vehicle, script on the vehicle number plate, skew in the
image which can be removed by enhancing the algorithms
further.
2.2Drawbacks
 Time complexity
 Need more manual work
 There is no security
2.3Proposed system
Today, everything in the world is smart and digitalized.
Many advances have been made in the transportationsector
too.A user-friendly and convenient android application
which provides authorization for the vehicle identification
and registration. It also provides mutual authentication
between the police and users inordertoavoidmisusage.The
proposed project analyses the vehicle document tracking
based on Aaddhar card number. By using this application, it
is not necessary to carry all the documents and license every
time. By using our system, the driver goes through the
verification process through a reliable and efficient manner.
It is just simply the ability to extract and recognition a
vehicle number plate’s character automatically from an
image. It captures the image of the license plate and that
image will be processed. The segmented characters are
normalized. They will get the desired informationaboutthat
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3287
vehicle. Today advances technology took Number Plate
Recognition systems from hard to set up, limited
expensive, fixed based applications to simple mobileones.
2.4Features
 User friendly system
 Identify the vehicle and provide desired
information about the vehicle
 Improved security system
 This system easily captures who against traffic
control.
 Reduce the complexity in terms of time and
computational steps
3. REVIEW
The system use series of image processing techniques for
identifying the vehicle from the database stored in the PC.
The system is implemented in Mat lab and it performance is
tested on real images. The simulation results show that the
system robustly detects and recognize the vehicle using
license plate against different lightening conditions and can
be implemented on the entrance of a highly restricted areas.
The camera used in this project is sensitive to vibration and
fast changing targets due to the long shutter time.
4. MATH
Neural Network is similar to logistic regression
(perceptron) but with more layers and hidden units. Here’s
is what a single layer perceptron (logistic regression) looks
like.
Here x1, x2,x3 are the features of the input, w1, w2, w3 are
the parameters, b is the bias. Now Z= w1 X1+w2 X2+w3
X3+b. g(z) is the activation function. There are many
available activation functions like sigmoid, tanh, relu, leaky
relu etc. If the problem is a classification problem, the most
common choice of activation function is sigmoid. The
formulae and plots of these activation functions are:
Sigmoid:
Tanh:
Relu (Rectified Linear Unit):
Similar to the perceptron model, a simple one-layer neural
network looks like :
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3288
5. IMPLEMENTATION
Image acquisition is an important stage to the ANPR
system because it provides the inputdata forthesubsequent
processes. There are numerous ways to acquire the license
plate’s images. The existing literature discussesthedifferent
image acquisition approaches used by various researchers.
For example, a digital camera with or without embedded
infrared lighting have been used to acquire license plate. It
has utilized video camera to acquire the license plate image.
Another method is using an image acquisition card as use in
to convert video signals into digital images based on some
hardware-based image. In summary, the license plate image
could be captured either by digital camera or video camera.
It improves image quality captured previously. The
acquired color image was converted to gray scale, and non-
linear medium filter was used to enhance the image. Sobel
filters and histogram equalization were used while power
law transformation was used. It can be summarized that the
choice of pre-processing algorithms depends on the
complexity and the level of noise of the acquired image. Due
to low processing power ofsmartphone,we needtocarefully
select the preprocessing algorithm so as not to burden the
processor but producing a reasonable enhanced image.
Localization of the license plate istheprocesstodetectthe
rectangular area of the number plate in a captured image. In
human descriptions, a number plate is a small plastic or
metal plate pasted to a vehicle for official identification
purposes. However, the machines do not understand well
this description. Therefore, we need to find an alternative
description of a number plate based on descriptors that will
be understandable for machines. The two neural network
based filters and post processor were used with high
reliability but it has rather complex computationally. Hough
transform and contour algorithm were used, while Sobel
vertical edge detection, threshold and vertical projection
were utilized. In our design, the license plate image was
captured by smartphone, in which a relatively proper image
could be obtained by using rectangular guide during
capturing. Hence, localization algorithm requirement is
minimized.
Many different methods of character segmentation have
been proposed in the literature and. The connected-
component method which is simple, straight forward, and
robust was used. However, if there are joined or broke
characters, the segmentation might fail. Horizontal
projection and vertical projection were employed, in which
the algorithm can handle character with some rotation. This
window scanning 56x1 pixels was utilized which is
straightforward and fast, but is more susceptible to the
noise.
OCR is the process to convert the images of handwritten
or typewritten into machine encoded text. In previous
researches, there are numerous methods such as simple
Euclidean distance, Hidden Markov Model, Artificial Neural
Network (ANN), Support Vector Machine (SVM) and
template matching. It shows the various algorithms for OCR
along with its strengths and weaknesses. The TesseractOCR
library was used as it can be integrated into Android SDK as
well as it can provide two methods, including ANN and
template matching.
5.1Abbreviations and Acronyms
ANPR Automatic License Plate Recognition
AI Artificial Intelligence
CNN Convolutional Neural Networks
CRM Customer Relationship Management
AGI Artificial General Intelligence
OCR Optical Character Recognition
SQL Structured Query Language
OS Operating System
5.2Characteristics
 An individual record in a security video should not
easily identifiable by human observers and face
recognition algorithms(privacy);
 The privacy protected video should still allow
identification of suspicious behaviors and
gathering of non-sensitive information such as
the number of people in a given
area(intelligibility);
 In case of a crime, the privacy protected footage
could be reversed to obtain the original
unprotected footage by authorized users
(reversibility);
 This reversal could only be performed by legally
authorized parties and not by any third parties
who may have acquired the protected content by
some means (security); and
 Privacy protection should be robustinthatitshould
not depend on fragile computervisionalgorithms
or manual annotations that may fail to detect
sensitive regions in some frames (robustness).
5.3Algorithm and Techniques
OCR is the process to convert the images of handwritten
or typewritten into machine encoded text. In previous
researches, there are numerous methods such as simple
Euclidean distance, Hidden Markov Model (HMM), Artificial
Neural Network (ANN), Support Vector Machine (SVM) and
template matching. It shows the various algorithms for OCR
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3289
along with its strengths and weaknesses. The TesseractOCR
library was used as it can be integrated into Android SDK as
well as it can provide two methods, including ANN and
template matching.
Android is a software environment made for mobile
devices such as smartphone and tablet. It has to be stated
that Android is not a hardware platform. Androidconsistsof
a Linux kernel-based OS, a rich UI, end-user applications,
code libraries, application frameworks, multimedia support,
and much more. Android was founded by Open Handset
Alliance in July 2005. In the next sections, Leptonica and
Tesseract libraries will be discussed.
Leptonica is an open source C library which is useful for
efficient image processing and image analysis applications.
The library is developed since 2001 by a Google employee,
Dan Bloomberg, and it is licensedundera CreativeCommons
Attribution 3.0 United States License. This library can be
downloaded from http://www.leptonica.org.The library
supported following operations, including rasterops, binary
and grayscale morphology, convolution, scaling, rotation,
affine transformations, seed filling and connected
components, and various image enhancement algorithms.
Based on the information from the paper written by Ray
Smith, Tesseract was developed between 1985 and 1994 at
Hewlett Packard Laboratories Bristol and Hewlett Packard
Co, Greeley Colorado. It appeared for thefirsttimein1995at
University of Nevada Las Vegas (UNLV) Annual Test of OCR
Accuracy. It was a PhD research project conducted in HP
Labs, Bristol, and it had the momentum as a possible
software and hardware add-on for the HP’s line of flatbed
scanners. After ten years, due to lacking any further
development, HP released the Tesseract as open source in
late 2005. Currently, Tesseract library is available at
https://github.com/tesseract-ocr. Tesseract is suitable for
use as the backend and can be utilized for more complicated
OCR tasks.
MATLAB is a high-performance language for technical
computing. It integrates computation, visualization, and
programming in an easy-to-use environment where
problems and solutions are expressed in familiar
mathematical notation. Typical uses include:
 Math and computation
 Algorithm development
 Modelling, simulation, and prototyping
 Data analysis, exploration, and visualization
 Scientific and engineering graphics
 Application development, including graphical user
interface building
Figures and Tables
Fig 1. Matlab system
Fig 2. System Architecture
6. RESULT AND DISCUSSION
6.1Admin
a. Add Police: Admin can add new policewith
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.
6.2Police
e. Login: Police need to login with their valid
login credentials in order to access the
application.
f. Scan Car: By scanning the number plate
using android mobile phone, it Identifies
Car Number -> Check List -> Notify and
insert entry into the database.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3290
g. Blacklist/Whitelist: Police can view a
blacklisted Car Registered Number, Color
and List Type.
6.3Applications:
 The system can be used for toll plaza,
parking area, highly security areas,
boarder’s areas etc.
7. CONCLUSION
The image segmentation problem in license plate
recognition for Indian License Plates has been examined in
two stages: license plateLocalizationandextractionfrom the
scene followed by the separation of the characters from the
previously extracted license plate region background.
Various approaches for license plate detection in an image,
and extensive experiments have been devised to test them
are presented. The main objective is aimed at contributing
towards the research in the fields of machine vision, pattern
analysis and image processing. The system developed
investigates the possibility of automating the whole process
of license plate recognition for a wide range of
environments. Given an input image, the system extract
extracts the license plate, isolates the characters, and finally
identify the characters. For each task, a set of methods are
proposed, designedanddeveloped.Abetter performingclass
of LPL algorithms in comparison with the available
algorithms in the field is developed.
REFERENCES
[1] OCR SPACE, “Free OCR API and Online OCR.” 2018.
[Online].Available:https://ocr.space/.[Accessed:4-Mar-
2018].
[2] R. Prajit, Z. Barret, and V. L. Quoc, “Searching for
Activation Function,” arXiv, vol. 2, Oct. 2017
[3] H. Chung, S. J. Lee, and J. G. Park, “Deep neural network
using trainable activation functions,” in Neural Networks
(IJCNN), 2016 International Joint Conference on, 2016,
pp. 348–352.
[4] L. Hvass, “Tensorflow tutorial 06 CIFAR-10,” 2016.
[Online]. Available: https://www.youtube.com/watch?v
= 3BXfw_1_TF4, 2016.
[5] Cho Yee Phy, “Tensorflow input image bytfrecord,”2015.
[Online].
Available:https://github.com/yeephycho/tensorflow_inp
ut_image_by_tfreco.
[6] Y. Tang, L. Peng, Q. Xu, Y. Wang, and A. Furuhata, “CNN
Based Transfer Learning for Historical ChineseCharacter
Recognition,” in Proceedings of the 12th IAPR Workshop
on Document Analysis Systems (DAS), 2015, pp. 25–29.
[7] R. Anil, K. Manjusha, S. S. Kumar, and K. P. Soman,
“Convolutional Neural Networks for the Recognition
of Malayalam Characters,” in Proceedings of the 3rd
International Conference on Frontiers of Intelligent
Computing: Theory and Applications (FICTA) 2014, vol.
328, Springer International Publishing, 2015, pp. 493–
500.
[8] M. Oquab, L. Bottou, I. Laptev, and J. Sivic, “Learning and
Transferring Mid-level Image Representations Using
Convolutional Neural Networks,” in Proceedings of the
2014 Computer Vision and Pattern Recognition (CVPR),
2014, pp. 1717–1724.
BIOGRAPHIES
S. SNEKA Currently Pursuing Bachelor’s
degree in Computer Science and Engineering
from N.S.N. College of Engineering and
Technology, Anna University Chennai, India.
Her specializations include Internet of Things,
Android Developer and Database.
M. GOKILA Currently Pursuing Bachelor’s
degree in Computer Science and Engineering
from N.S.N. College of Engineering and
Technology, Anna University Chennai, India. Her
specializations include Internet of Things, Android
Developer and Database.
SATHISHKANNAN R -- He received his
Bachelor’s degree in Computer Science and
Engineering from CSI College of Engineering,
India, in 2013 andMaster’sdegreeinSoftware
Engineering from Gnanamani College of Technology, Anna
University Chennai, India. Currently, he is currentlyworking
as an Assistant Professor of Computer Science and
Engineering, N.S.N. College of Engineering and Technology.
His specializations include Internet of Things, Software
Engineering, Software Testing and Networks.

More Related Content

What's hot

IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLABIRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLABIRJET Journal
 
Number Plate Recognition System
Number Plate Recognition System Number Plate Recognition System
Number Plate Recognition System Aditya Mishra
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention SystemIRJET Journal
 
Anpr based licence plate detection report
Anpr  based licence plate detection reportAnpr  based licence plate detection report
Anpr based licence plate detection reportsomchaturvedi
 
Vehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLABVehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLABAI Publications
 
IRJET - Smart Parking Guidance System
IRJET -  	  Smart Parking Guidance SystemIRJET -  	  Smart Parking Guidance System
IRJET - Smart Parking Guidance SystemIRJET Journal
 
Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)vivatechijri
 
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET Journal
 
Vehicle Number Plate Recognition System
Vehicle Number Plate Recognition SystemVehicle Number Plate Recognition System
Vehicle Number Plate Recognition Systemprashantdahake
 
IRJET- Vehicle Number Plate Detection using Image Processing
IRJET-  	  Vehicle Number Plate Detection using Image ProcessingIRJET-  	  Vehicle Number Plate Detection using Image Processing
IRJET- Vehicle Number Plate Detection using Image ProcessingIRJET Journal
 
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
 
MATLAB Based Vehicle Number Plate Identification System using OCR
MATLAB Based Vehicle Number Plate Identification System using OCRMATLAB Based Vehicle Number Plate Identification System using OCR
MATLAB Based Vehicle Number Plate Identification System using OCRGhanshyam Dusane
 
IRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET Journal
 
IoT for wheel alignment monitoring system
IoT for wheel alignment monitoring systemIoT for wheel alignment monitoring system
IoT for wheel alignment monitoring systemIJECEIAES
 
IRJET - Automated Gate for Vehicular Entry using Image Processing
IRJET - Automated Gate for Vehicular Entry using Image ProcessingIRJET - Automated Gate for Vehicular Entry using Image Processing
IRJET - Automated Gate for Vehicular Entry using Image ProcessingIRJET Journal
 
Localization of License Plate Number Using Dynamic Image Processing Techniq...
Localization of License Plate Number Using Dynamic Image Processing   Techniq...Localization of License Plate Number Using Dynamic Image Processing   Techniq...
Localization of License Plate Number Using Dynamic Image Processing Techniq...KaashivInfoTech Company
 
IRJET- Embedded System for Automatic Door Access using Face Recognition Te...
IRJET- 	  Embedded System for Automatic Door Access using Face Recognition Te...IRJET- 	  Embedded System for Automatic Door Access using Face Recognition Te...
IRJET- Embedded System for Automatic Door Access using Face Recognition Te...IRJET Journal
 
AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing
AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing
AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing SECURAWorld
 
License Plate Recognition System using Python and OpenCV
License Plate Recognition System using Python and OpenCVLicense Plate Recognition System using Python and OpenCV
License Plate Recognition System using Python and OpenCVVishal Polley
 
A Review: Machine vision and its Applications
A Review: Machine vision and its ApplicationsA Review: Machine vision and its Applications
A Review: Machine vision and its ApplicationsIOSR Journals
 

What's hot (20)

IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLABIRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
 
Number Plate Recognition System
Number Plate Recognition System Number Plate Recognition System
Number Plate Recognition System
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention System
 
Anpr based licence plate detection report
Anpr  based licence plate detection reportAnpr  based licence plate detection report
Anpr based licence plate detection report
 
Vehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLABVehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLAB
 
IRJET - Smart Parking Guidance System
IRJET -  	  Smart Parking Guidance SystemIRJET -  	  Smart Parking Guidance System
IRJET - Smart Parking Guidance System
 
Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)
 
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
 
Vehicle Number Plate Recognition System
Vehicle Number Plate Recognition SystemVehicle Number Plate Recognition System
Vehicle Number Plate Recognition System
 
IRJET- Vehicle Number Plate Detection using Image Processing
IRJET-  	  Vehicle Number Plate Detection using Image ProcessingIRJET-  	  Vehicle Number Plate Detection using Image Processing
IRJET- Vehicle Number Plate Detection using Image Processing
 
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
 
MATLAB Based Vehicle Number Plate Identification System using OCR
MATLAB Based Vehicle Number Plate Identification System using OCRMATLAB Based Vehicle Number Plate Identification System using OCR
MATLAB Based Vehicle Number Plate Identification System using OCR
 
IRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with Vision
 
IoT for wheel alignment monitoring system
IoT for wheel alignment monitoring systemIoT for wheel alignment monitoring system
IoT for wheel alignment monitoring system
 
IRJET - Automated Gate for Vehicular Entry using Image Processing
IRJET - Automated Gate for Vehicular Entry using Image ProcessingIRJET - Automated Gate for Vehicular Entry using Image Processing
IRJET - Automated Gate for Vehicular Entry using Image Processing
 
Localization of License Plate Number Using Dynamic Image Processing Techniq...
Localization of License Plate Number Using Dynamic Image Processing   Techniq...Localization of License Plate Number Using Dynamic Image Processing   Techniq...
Localization of License Plate Number Using Dynamic Image Processing Techniq...
 
IRJET- Embedded System for Automatic Door Access using Face Recognition Te...
IRJET- 	  Embedded System for Automatic Door Access using Face Recognition Te...IRJET- 	  Embedded System for Automatic Door Access using Face Recognition Te...
IRJET- Embedded System for Automatic Door Access using Face Recognition Te...
 
AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing
AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing
AUTOMATIC NUMBER PLATE RECOGNITION and Violation processing
 
License Plate Recognition System using Python and OpenCV
License Plate Recognition System using Python and OpenCVLicense Plate Recognition System using Python and OpenCV
License Plate Recognition System using Python and OpenCV
 
A Review: Machine vision and its Applications
A Review: Machine vision and its ApplicationsA Review: Machine vision and its Applications
A Review: Machine vision and its Applications
 

Similar to IRJET - Efficient Approach for Number Plaque Accreditation System using Wiki Devices

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- 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- 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
 
Vehicle Number Plate Detection
Vehicle Number Plate DetectionVehicle Number Plate Detection
Vehicle Number Plate DetectionIRJET 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
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET 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
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMIRJET 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- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...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- Recognition of Vehicle Number Plate using Raspberry PI
IRJET-  	  Recognition of Vehicle Number Plate using Raspberry PIIRJET-  	  Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET Journal
 
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceDeep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceIRJET Journal
 
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLABCOMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLABIRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET Journal
 
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCRIRJET 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 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
 

Similar to IRJET - Efficient Approach for Number Plaque Accreditation System using Wiki Devices (20)

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- 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- 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 ...
 
Vehicle Number Plate Detection
Vehicle Number Plate DetectionVehicle Number Plate Detection
Vehicle Number Plate Detection
 
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
 
IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image Processing
 
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...
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEM
 
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- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...IRJET-  	  Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
IRJET- Automatic Number Plate Recognition using CCA Algorithm and RANSAC ...
 
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- Recognition of Vehicle Number Plate using Raspberry PI
IRJET-  	  Recognition of Vehicle Number Plate using Raspberry PIIRJET-  	  Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
 
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceDeep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
 
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLABCOMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
COMPARATIVE STUDY ON AUTOMATED NUMBER PLATE EXTRACTION USING OPEN CV AND MATLAB
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
 
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
 

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

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
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
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(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
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
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
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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
 
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, ...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
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
 
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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(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...
 

IRJET - Efficient Approach for Number Plaque Accreditation System using Wiki Devices

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3286 EFFICIENT APPROACH FOR NUMBER PLAQUE ACCREDITATION SYSTEM USING WIKI DEVICES S. Sneka [1], M. Gokila [2], R. Sathishkannan [3] Professor, Dr. P. Gomathi[4] Dean 1,2,3,4N.S.N. College of Engineering and Technology, Karur, Tamilnadu, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Now a day, there are many number of vehicles in urban and interurbanroads, theiridentificationbecomesakey problem for several applications as security control, traffic management or organization of parking spaces. ALPR for vehicle identification is an essential module in many of these applications. Real time number plate recognition plays an important role in maintaining law enforcement and maintaining traffic rules. It has wide applicationareassuchas toll plaza, parking area, highlysecureareasandboarderareas etc. Number plate recognition is designed to identify the number plate and then recognize the vehicle number plate from a moving vehicle automatically. ALPR has two major parts: Vehicle number plate extractionandOCR. Numberplate extraction is that stage where the vehicle number plate is detected and extract the number plate text. Whenever they want to know the details of any vehicle just scan the number plate and that scanned image will be processed and they will get the desired information about that vehicle. vehicle document tracking based on Aadhar card number. Not necessary to carry all the documents and license every time. Key Words: Optical Character Recognition, Automatic License Plate Recognition, Customer Relationship Management 1. INTRODUCTION Since the past decades, many researchers proposed their methods to recognize the vehicle number plate. One of the methods is template matching which is executed in the optical character recognition (OCR) step of the automatic number plate recognition (ANPR) system. In previous researches, many researchers are used a high end desktop PC and high resolution camera to implement the ANPR system. In this paper, the optimizationofANPR algorithmon limited hardware of Android mobile phone is presented. First, various steps to optimize ANPR and OCR block using template matching are described. Our proposed algorithm was based on Tesseract library.Forcomparisonpurpose, the template matching based OCR will be compared to Artificial Neural Network (ANN) based OCR. The optimization on ANPR was performed as currently there is no image processing tool available on the standard Android mobile phone. By optimization of ANPR, many advantages could be achieved, such as higher recognition accuracy, less resource consumption, and less computational complexity.Resultson 30 images showed that the recognition rate was 97.46% while the processing time was 1.13. 2. EVALUATION 2.1Existing system There are still various problems with license plate recognition system. Vehicle identification becomes a key problem in security control. Provides users and car details by entering the license number. It can be used in many areas from speed prosecution and management of parking lots. It can be used also to detect and preventcriminal activities and road control of parking violations in the prohibited area. This system speed can be increase with high resolution camera which can be able to capture clear images of the vehicle. The OCR method is sensitive to misalignment and to different sizes, so we have to create different kind of templets for different RTO specifications. The statistical analysis can also be used to define the probability of detection and recognition of the vehicle number plate. At present there are certain limits on parameters like speed of the vehicle, script on the vehicle number plate, skew in the image which can be removed by enhancing the algorithms further. 2.2Drawbacks  Time complexity  Need more manual work  There is no security 2.3Proposed system Today, everything in the world is smart and digitalized. Many advances have been made in the transportationsector too.A user-friendly and convenient android application which provides authorization for the vehicle identification and registration. It also provides mutual authentication between the police and users inordertoavoidmisusage.The proposed project analyses the vehicle document tracking based on Aaddhar card number. By using this application, it is not necessary to carry all the documents and license every time. By using our system, the driver goes through the verification process through a reliable and efficient manner. It is just simply the ability to extract and recognition a vehicle number plate’s character automatically from an image. It captures the image of the license plate and that image will be processed. The segmented characters are normalized. They will get the desired informationaboutthat
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3287 vehicle. Today advances technology took Number Plate Recognition systems from hard to set up, limited expensive, fixed based applications to simple mobileones. 2.4Features  User friendly system  Identify the vehicle and provide desired information about the vehicle  Improved security system  This system easily captures who against traffic control.  Reduce the complexity in terms of time and computational steps 3. REVIEW The system use series of image processing techniques for identifying the vehicle from the database stored in the PC. The system is implemented in Mat lab and it performance is tested on real images. The simulation results show that the system robustly detects and recognize the vehicle using license plate against different lightening conditions and can be implemented on the entrance of a highly restricted areas. The camera used in this project is sensitive to vibration and fast changing targets due to the long shutter time. 4. MATH Neural Network is similar to logistic regression (perceptron) but with more layers and hidden units. Here’s is what a single layer perceptron (logistic regression) looks like. Here x1, x2,x3 are the features of the input, w1, w2, w3 are the parameters, b is the bias. Now Z= w1 X1+w2 X2+w3 X3+b. g(z) is the activation function. There are many available activation functions like sigmoid, tanh, relu, leaky relu etc. If the problem is a classification problem, the most common choice of activation function is sigmoid. The formulae and plots of these activation functions are: Sigmoid: Tanh: Relu (Rectified Linear Unit): Similar to the perceptron model, a simple one-layer neural network looks like :
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3288 5. IMPLEMENTATION Image acquisition is an important stage to the ANPR system because it provides the inputdata forthesubsequent processes. There are numerous ways to acquire the license plate’s images. The existing literature discussesthedifferent image acquisition approaches used by various researchers. For example, a digital camera with or without embedded infrared lighting have been used to acquire license plate. It has utilized video camera to acquire the license plate image. Another method is using an image acquisition card as use in to convert video signals into digital images based on some hardware-based image. In summary, the license plate image could be captured either by digital camera or video camera. It improves image quality captured previously. The acquired color image was converted to gray scale, and non- linear medium filter was used to enhance the image. Sobel filters and histogram equalization were used while power law transformation was used. It can be summarized that the choice of pre-processing algorithms depends on the complexity and the level of noise of the acquired image. Due to low processing power ofsmartphone,we needtocarefully select the preprocessing algorithm so as not to burden the processor but producing a reasonable enhanced image. Localization of the license plate istheprocesstodetectthe rectangular area of the number plate in a captured image. In human descriptions, a number plate is a small plastic or metal plate pasted to a vehicle for official identification purposes. However, the machines do not understand well this description. Therefore, we need to find an alternative description of a number plate based on descriptors that will be understandable for machines. The two neural network based filters and post processor were used with high reliability but it has rather complex computationally. Hough transform and contour algorithm were used, while Sobel vertical edge detection, threshold and vertical projection were utilized. In our design, the license plate image was captured by smartphone, in which a relatively proper image could be obtained by using rectangular guide during capturing. Hence, localization algorithm requirement is minimized. Many different methods of character segmentation have been proposed in the literature and. The connected- component method which is simple, straight forward, and robust was used. However, if there are joined or broke characters, the segmentation might fail. Horizontal projection and vertical projection were employed, in which the algorithm can handle character with some rotation. This window scanning 56x1 pixels was utilized which is straightforward and fast, but is more susceptible to the noise. OCR is the process to convert the images of handwritten or typewritten into machine encoded text. In previous researches, there are numerous methods such as simple Euclidean distance, Hidden Markov Model, Artificial Neural Network (ANN), Support Vector Machine (SVM) and template matching. It shows the various algorithms for OCR along with its strengths and weaknesses. The TesseractOCR library was used as it can be integrated into Android SDK as well as it can provide two methods, including ANN and template matching. 5.1Abbreviations and Acronyms ANPR Automatic License Plate Recognition AI Artificial Intelligence CNN Convolutional Neural Networks CRM Customer Relationship Management AGI Artificial General Intelligence OCR Optical Character Recognition SQL Structured Query Language OS Operating System 5.2Characteristics  An individual record in a security video should not easily identifiable by human observers and face recognition algorithms(privacy);  The privacy protected video should still allow identification of suspicious behaviors and gathering of non-sensitive information such as the number of people in a given area(intelligibility);  In case of a crime, the privacy protected footage could be reversed to obtain the original unprotected footage by authorized users (reversibility);  This reversal could only be performed by legally authorized parties and not by any third parties who may have acquired the protected content by some means (security); and  Privacy protection should be robustinthatitshould not depend on fragile computervisionalgorithms or manual annotations that may fail to detect sensitive regions in some frames (robustness). 5.3Algorithm and Techniques OCR is the process to convert the images of handwritten or typewritten into machine encoded text. In previous researches, there are numerous methods such as simple Euclidean distance, Hidden Markov Model (HMM), Artificial Neural Network (ANN), Support Vector Machine (SVM) and template matching. It shows the various algorithms for OCR
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3289 along with its strengths and weaknesses. The TesseractOCR library was used as it can be integrated into Android SDK as well as it can provide two methods, including ANN and template matching. Android is a software environment made for mobile devices such as smartphone and tablet. It has to be stated that Android is not a hardware platform. Androidconsistsof a Linux kernel-based OS, a rich UI, end-user applications, code libraries, application frameworks, multimedia support, and much more. Android was founded by Open Handset Alliance in July 2005. In the next sections, Leptonica and Tesseract libraries will be discussed. Leptonica is an open source C library which is useful for efficient image processing and image analysis applications. The library is developed since 2001 by a Google employee, Dan Bloomberg, and it is licensedundera CreativeCommons Attribution 3.0 United States License. This library can be downloaded from http://www.leptonica.org.The library supported following operations, including rasterops, binary and grayscale morphology, convolution, scaling, rotation, affine transformations, seed filling and connected components, and various image enhancement algorithms. Based on the information from the paper written by Ray Smith, Tesseract was developed between 1985 and 1994 at Hewlett Packard Laboratories Bristol and Hewlett Packard Co, Greeley Colorado. It appeared for thefirsttimein1995at University of Nevada Las Vegas (UNLV) Annual Test of OCR Accuracy. It was a PhD research project conducted in HP Labs, Bristol, and it had the momentum as a possible software and hardware add-on for the HP’s line of flatbed scanners. After ten years, due to lacking any further development, HP released the Tesseract as open source in late 2005. Currently, Tesseract library is available at https://github.com/tesseract-ocr. Tesseract is suitable for use as the backend and can be utilized for more complicated OCR tasks. MATLAB is a high-performance language for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. Typical uses include:  Math and computation  Algorithm development  Modelling, simulation, and prototyping  Data analysis, exploration, and visualization  Scientific and engineering graphics  Application development, including graphical user interface building Figures and Tables Fig 1. Matlab system Fig 2. System Architecture 6. RESULT AND DISCUSSION 6.1Admin a. Add Police: Admin can add new policewith 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. 6.2Police e. Login: Police need to login with their valid login credentials in order to access the application. f. Scan Car: By scanning the number plate using android mobile phone, it Identifies Car Number -> Check List -> Notify and insert entry into the database.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3290 g. Blacklist/Whitelist: Police can view a blacklisted Car Registered Number, Color and List Type. 6.3Applications:  The system can be used for toll plaza, parking area, highly security areas, boarder’s areas etc. 7. CONCLUSION The image segmentation problem in license plate recognition for Indian License Plates has been examined in two stages: license plateLocalizationandextractionfrom the scene followed by the separation of the characters from the previously extracted license plate region background. Various approaches for license plate detection in an image, and extensive experiments have been devised to test them are presented. The main objective is aimed at contributing towards the research in the fields of machine vision, pattern analysis and image processing. The system developed investigates the possibility of automating the whole process of license plate recognition for a wide range of environments. Given an input image, the system extract extracts the license plate, isolates the characters, and finally identify the characters. For each task, a set of methods are proposed, designedanddeveloped.Abetter performingclass of LPL algorithms in comparison with the available algorithms in the field is developed. REFERENCES [1] OCR SPACE, “Free OCR API and Online OCR.” 2018. [Online].Available:https://ocr.space/.[Accessed:4-Mar- 2018]. [2] R. Prajit, Z. Barret, and V. L. Quoc, “Searching for Activation Function,” arXiv, vol. 2, Oct. 2017 [3] H. Chung, S. J. Lee, and J. G. Park, “Deep neural network using trainable activation functions,” in Neural Networks (IJCNN), 2016 International Joint Conference on, 2016, pp. 348–352. [4] L. Hvass, “Tensorflow tutorial 06 CIFAR-10,” 2016. [Online]. Available: https://www.youtube.com/watch?v = 3BXfw_1_TF4, 2016. [5] Cho Yee Phy, “Tensorflow input image bytfrecord,”2015. [Online]. Available:https://github.com/yeephycho/tensorflow_inp ut_image_by_tfreco. [6] Y. Tang, L. Peng, Q. Xu, Y. Wang, and A. Furuhata, “CNN Based Transfer Learning for Historical ChineseCharacter Recognition,” in Proceedings of the 12th IAPR Workshop on Document Analysis Systems (DAS), 2015, pp. 25–29. [7] R. Anil, K. Manjusha, S. S. Kumar, and K. P. Soman, “Convolutional Neural Networks for the Recognition of Malayalam Characters,” in Proceedings of the 3rd International Conference on Frontiers of Intelligent Computing: Theory and Applications (FICTA) 2014, vol. 328, Springer International Publishing, 2015, pp. 493– 500. [8] M. Oquab, L. Bottou, I. Laptev, and J. Sivic, “Learning and Transferring Mid-level Image Representations Using Convolutional Neural Networks,” in Proceedings of the 2014 Computer Vision and Pattern Recognition (CVPR), 2014, pp. 1717–1724. BIOGRAPHIES S. SNEKA Currently Pursuing Bachelor’s degree in Computer Science and Engineering from N.S.N. College of Engineering and Technology, Anna University Chennai, India. Her specializations include Internet of Things, Android Developer and Database. M. GOKILA Currently Pursuing Bachelor’s degree in Computer Science and Engineering from N.S.N. College of Engineering and Technology, Anna University Chennai, India. Her specializations include Internet of Things, Android Developer and Database. SATHISHKANNAN R -- He received his Bachelor’s degree in Computer Science and Engineering from CSI College of Engineering, India, in 2013 andMaster’sdegreeinSoftware Engineering from Gnanamani College of Technology, Anna University Chennai, India. Currently, he is currentlyworking as an Assistant Professor of Computer Science and Engineering, N.S.N. College of Engineering and Technology. His specializations include Internet of Things, Software Engineering, Software Testing and Networks.