Automatic_Number_Plate_Recognition
Automatic_Number_Plate_Recognition
ARTICLEINFO ABSTRACT
Automatic license plate recognition (ANPR) systems have become suitable
Article History:
for various applications, including traffic monitoring, law enforcement,
Accepted : 12 Oct 2024 and toll collection. This paper completes the study on automatic license
Published : 28 Oct 2024 plate recognition (ANPR) systems that use advanced imaging technology
and machine learning algorithms to achieve accuracy in license plate
verification and validation. The preparation process is adopted in various
Publication Issue : ways: image acquisition, preprocessing, location plate, character
Volume 11, Issue 5 segmentation, and optical character recognition (OCR). The system, which
Sep-Oct-2024 integrates deep learning models for extraction and classification, performs
better in different environments. Experimental results show that the
Page Number : identification accuracy of the proposed ANPR exceeds 95%, demonstrating
439-448 its potential in practical applications. In addition, this paper also discusses
the problems encountered in ANPR implementation, including changes in
plate design, illumination, and shading, and provides suggestions for future
research to improve stability and efficiency. Keywords: automatic plate
recognition, image processing, machine learning, optical behavior
recognition, deep learning, vehicle tracking, driving license inspection.
Keywords: Automatic License Plate Recognition (ANPR), Image
Acquisition, License Plate Localization, Character Segmentation, Optical
Character Recognition (OCR), Identification Accuracy
Copyright © 2024 The Author(s): This is an open-access article distributed under the terms of the Creative 439
Commons Attribution 4.0 International License (CC BY-NC 4.0)
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
reimbursement and enables integration without the vertical projection analysis (helps identify differences
need for physical intervention. In the field of security, between characters) and contour detection (shows the
ANPR helps the police track stolen vehicles, manage shape of characters). Advanced technology can also
parking lots, and conduct search operations. In use deep learning models to accurately predict
addition, with the development of smart city plans, boundary markers, especially when markers are close
technology certification has become an integration or not completely obscured. Good segmentation
technology of transportation, improving the ensures that each character is clearly visible, thus
efficiency of urban transportation and public safety. improving the overall presentation.
This research focuses on traveling and improving the
capabilities of ANPR systems by combining image 1.2. MACHINE LEARNING ALGORITHM
processing and machine learning techniques. Machine learning has revolutionized the field of
automatic license recognition (ANPR) by providing
1.1. IMAGE PROCESSING advanced techniques for processing and interpreting
Photographs are the first important step in the ANPR complex data. Unlike traditional methods that rely on
process, where high-quality images of the vehicle are complex rules, machine learning models learn from
captured using a variety of cameras, including fixed, large datasets, allowing them to improve accuracy
mobile and infrared cameras. The quality of the over time. These algorithms adapt to changes in
captured image affects the accuracy of the next permit design, environment, and closure, making the
processing. Use image enhancement techniques such ANPR system robust and efficient. Integrating
as histogram equalization, contrast adjustment and machine learning into the licensing process not only
noise reduction to develop the specific license. This improves search and recognition capabilities, but also
process helps ensure that the license plate markings speeds up execution, which is important for
are independent and easily identifiable, even in applications such as traffic management and law
difficult conditions such as low light or cloudy enforcement.
weather. The next step after capturing the image is to Feature extraction is a key step in the ANPR machine
apply for a local license, which includes defining and learning workflow because it transforms raw data into
distributing the image area covered by the license. meaningful representations that algorithms can
Many techniques have been used for this task, interpret. Techniques include edge detection, angle
including edge detection, morphological operations, detection, and histogram techniques that help identify
and machine learning techniques. While Edge seeks license plate features. In addition, deep learning
insight into the board’s boundaries, the morphological methods, especially convolutional neural networks
function can adjust the search process by eliminating (CNN), extract hierarchical features from images,
noise and improving the board. In addition, allowing models to capture complex patterns without
convolutional neural networks (CNN) have been being affected by the book. Effective screening
recognized for their ability to learn features directly improves the model’s ability to distinguish characters
from images, leading to stronger localization in many and increases general awareness.
areas. After the License is successfully processed, Classification systems play an important role in
character classification is performed to identify each interpreting the extracted features and determining
character separately. This step is dangerous because it the correct sign of the license. Traditional methods
directly affects the accuracy of the optical resolution include support vector machine (SVM), k-nearest
(OCR) process. The methods include horizontal and neighbor (k-NN), and decision trees, which are
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 440
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
excellent for simple data. However, today’s ANPR pattern matching and recognition as a feature, where
systems use deep learning techniques, primarily CNNs, the uniqueness of each character is compared with the
due to their superior performance in image previous model. However, with the advancement of
classification. These algorithms learn from different machine learning, modern OCR technology
recorded data sets, allowing them to classify increasingly relies on neural networks, especially
characters with high accuracy even in difficult neural networks (CNN). These networks can learn
situations. By combining these algorithms, the license complex patterns and changes in character images,
verification system can perform efficient and effective making them more robust to noise, distortion, and
license verification and pave the way for advanced font changes. Additionally, Recurrent Neural
applications in maintenance and security. Networks (RNN) and Long Short-Term Memory
(LSTM) networks are used to improve the recognition
1.3. OPTICAL RECOGNITION of connected data, such as symbols on license plates.
Optical character recognition (OCR) is an important Performance evaluation of OCR methods in ANPR is
part of automatic license plate recognition (ANPR) important to understand their effectiveness and
and acts as a bridge between processed images and reliability. Common metrics used for evaluation
valuable data. OCR converts the information include recognition accuracy, precision, recall, and F1
contained in a driver's license into machine-readable score. These metrics provide insight into how your
text, which is important for applications such as OCR system performs under different conditions,
vehicle identification, license plate registration, and such as different lighting conditions, occlusions, and
law enforcement. The accuracy of OCR directly font styles. Benchmark datasets created specifically
affects the overall performance of the ANPR system, for ANPR evaluation allow researchers to compare
even a small error in character recognition can cause the performance of different OCR tools. Also, real
the vehicle to malfunction. Therefore, good OCR world testing is important to check how the system
technology is essential to ensure the reliability and performs in realworld situations. Continuous
functionality of ANPR applications. Various improvements in OCR techniques and performance
techniques have been developed for character metrics are critical to advancing ANPR technology
recognition in ANPR systems, from traditional to and ensuring it meets today's vehicle and safety
advanced techniques. Early methods generally use requirements.
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 441
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 1002
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
8. Output:
• The final output is a certified vehicle certificate
that can be displayed on screen, stored in a file,
or used for further processing such as querying
vehicle information.
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 443
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 444
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
III.LITERATUR SURVEY
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 445
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 445
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 446
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 447
Swanand Joshi et al Int J Sci Res Sci & Technol. September-October -2024, 11 (5) : 439-448
International Journal of Scientific Research in Science and Technology (www.ijsrst.com) | Volume 11 | Issue 5 448