SlideShare a Scribd company logo
Invention Journal of Research Technology in Engineering & Management (IJRTEM)
ISSN: 2455-3689
www.ijrtem.com Volume 2 Issue 1 ǁ January. 2018 ǁ PP 11-16
| Volume 2 | Issue 1 | www.ijrtem.com | 11 |
A Study on Single Camera Based ANPR System for Improvement
of Vehicle Number Plate Recognition on Multi-lane Roads
1
Seong-In Kang, 2
Sang-cheol Byun, 3
Yeo-Han Yoon, 4
Youn Sub Park
1
Senior Researcher, Korea Institute of Civil Engineering and Building Technology, Korea
2
Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea
3
Senior Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea
4
Hanilstm Corporation
ABSTRACT : In this paper, we introduce the single camera-based number recognition system used for this
system recognizes vehicle number plates on one lane by using a single camera. Intelligent transport system (ITS)
has been constructed because there is a limit in solving traffic problems in a physical manner such as construction
of roads and subways. The single camera-based number recognition system used for this system recognizes vehicle
number plates on one lane by using a single camera. Due to the increased cost of the installation and maintenance
thereof, there is a growing need for a multi-lane-based number recognition system. When the single camera-based
number recognition system is used for multi-lane recognition, the recognition rate is lowered due to a difference in
vehicle image size among lanes and a low-resolution problem. Therefore, in this study, we applied a character
extraction algorithm using connected vertical and horizontal edge segments-based labeling to improve multi-lane
vehicle number recognition rate and thereby to allow application of the single camera-based system to multi-lane
roads.
KEYWORDS: Automatic Number Plate Recognition, Multi-lane Detection, Vehicle Image Processing,
Real-Time Traffic Information
I. INTRODUCTION
Since 1990, Intelligent Transport System (ITS) has been built as a solution to solve traffic congestion. It collects
and processes basic traffic data such as traffic volume, speed, occupancy, etc. to be used for traffic management
and traffic information [1]. In particular, studies are being actively conducted on automatic number plate
recognition (ANPR) technology, which is a key technology of intelligent traffic system [2-10]. At present, single
lane ANPR allows to detect only one lane per camera. Thus, it is installed at intervals of 4-10km considering the
construction and maintenance costs. It employs a bridge-shaped structure with one camera per lane. The
installation interval of the device is long due to the installation cost, resulting in a large time lag in section traffic
information. Also, it has a low vehicle number matching rate, which reduces the accuracy of the traffic information.
when a multi-lane vehicle number plate recognition method is applied using a single camera, the recognition rate is
low due to a difference in vehicle image size among lanes and a low-resolution problem.
In this study, we propose a single camera based ANPR system based on a character extraction algorithm using
connected vertical and horizontal edge segments-based labeling to allow recognition of multi-lane vehicle number
plates based on a single camera. The algorithm for automatic recognition of multi-lane vehicle number plates
detects the coordinates of the edge patterns of characters repeated at regular intervals, calculates the edges from the
differentiated images, and then cumulatively labels the individual edges for each scan line to extract character
components. The candidate area of a number is enlarged so that the size of the character is equal to or larger than 40
pixels and the characteristic feature of the characters is extracted from the enlarged image. We created a single
camera based ANPR system in accordance with the proposed method, constructed a test bed on actual roads and
analyzed the results.
II. MULTI-LANE ANPR ALGORITHM
Unlike the conventional method of detecting one lane with one camera as shown in Fig.1, the multi-lane ANPR
system recognizes vehicle plates on multi-lane roads.
A Study on Single Camera Based ANPR System…
| Volume 2 | Issue 1 | www.ijrtem.com | 12 |
Fig. 1: Multi-lane ANPR System
The multi-lane vehicle number plate recognition system can be divided into a camera unit and an enclosure unit.
The camera unit is composed of a housing, a camera, a lens, an IR LED controller, and an IR LED board. The
enclosure unit includes an enclosure, a controller and an SMPS The camera is a device for acquiring images, and
the IR LED controller and the IR LED board are devices for lighting at night or in the rain. The controller is a
device for driving a three-lane vehicle number plate recognition algorithm, and the SMPS is a device for supplying
power to the camera and the lighting controller. In particular, the camera specifications are as follows: The number
of pixels of the image to be photographed is proportional to the square of the number of lanes. A camera of 2.8
megapixels was used for two-lane ANPR, and in order to obtain the same level of image quality, a camera and lens
of 6.3 megapixels was used for three lanes and 11.2 megapixels for four lanes. The installation diagram of the
system installed and `operated outdoors is shown in Fig. 2.
Fig. 2: Installation of ANPR System
The multi-lane ANPR algorithm employs connected vertical and horizontal edge segments-based labeling for
character extraction and an image enhancement process without damage to the invariant features of characters.
The overall process for implementing the ANPR system is shown in Fig. 3.
Fig. 3: The Block Diagram for ANPR recognition
The first step of vehicle number recognition is an algorithm for detecting the candidate area of a vehicle number
plate. As shown in Fig. 4, each number includes edge patterns of characters which appear repeatedly at regular
intervals. We detected the coordinates of these repeated patterns.
A Study on Single Camera Based ANPR System…
| Volume 2 | Issue 1 | www.ijrtem.com | 13 |
Fig. 4: The Edge Pattern Using the Quadratic Differential Equation
The foreground and background of the characters were estimated and the edges were calculated, from the second
order derivative of the edge patterns of the characters. Then, as shown in Fig. 5, each edge was cumulatively
labeled for each scan line to extract character components.
Fig. 5: The Regulation of Segmented Characters by Labeling
In order to recognize the character size of the captured vehicle number, the interval of the scan line is defined as 5
pixels as shown in Fig 6. Then, when the same edge is repeated at rowi as shown in equation (1) below, the features
of the section where the edge occurs repeatedly are analyzed.
(1)
`
Fig. 6: The Labeling Algorithm Structure
The size of the mask convolution for edge detection is defined as 2 pixels given the narrow spacing between
adjacent characters. If n in equation (1) is 4 or more, the vehicle plate number is estimated based on repeated
calculation of the edges that may occur in four-digit numbers. When a valid edge pattern is detected in rowi, the
same process is repeated on the scan lines of rowi-5 and rowi+5, and when a repetitive feature similar to the detected
edge pattern is detected, the edges detected in rowi-5 and rowi+5 are cumulately labeled as the edgei detected in rowi
to separate a character. In the cumulative labeling algorithm as shown in Fig. 7, when the x-axis displacement Δx =
10 pixels in the edgei detected in rowi, the y-axis displacement Δy = 10 pixels at the maximum. Edgej of the same
pattern is searched from the range of edgei-Δx ~ edgei+Δx in rowi-step, and the connectivity thereof is calculated.
Fig. 7: The Mask Definition for Edge Recognition
A Study on Single Camera Based ANPR System…
| Volume 2 | Issue 1 | www.ijrtem.com | 14 |
In this study, we enlarged the candidate area of a vehicle plate number so that the size of the characters is equal to
or larger than 40 pixels, applied an image enhancement algorithm to the enlarged image, and then applied an
algorithm for recognizing unique features of characters. Fig. 8 shows the process of vehicle plate number
recognition, which is performed together with the image enhancement algorithm
Fig. 8: The Process of Recognition of Number Plate
Sharpness estimation and sharpening processes estimate the blurred value of the current image by using the
gradient of the edge pattern in the vehicle number’s candidate area calculated from the input image. If the blurred
value is lower than the threshold value, a sharpening algorithm is used to make the boundary area clear. The image
enhancement process enhances the images of the image area calculated as the candidate area, through binarization
using adaptive contrast.
Fig. 9: The Edgemap and Primary Window
As shown in Fig. 9, the contrast adaptive binarization defines a 3 × 3 primary window after constructing an
edgemap for the candidate area. Then, the following calculation for binarization is performed on the primary
window:
Table. 1: The Segment Contrast Adaptive Binarization
A Study on Single Camera Based ANPR System…
| Volume 2 | Issue 1 | www.ijrtem.com | 15 |
parameter range valueatpaper
2 2
0.1–0.2 0.12
0.15–0.25 0.25
0.01–0.05 0.04
The contrast adaptive binarization algorithm effectively enhances outdoor shot or scanned images. In multi-lane
ANPR systems, which are operated in an outdoor environment, there are many cases where a vehicle plate number
needs to be recognized from the rear of the vehicle. In this case, consideration should be given to the fact that a
shadow may occur on a vehicle number plate due to geographical factors or vehicle type. For a vehicle plate
number with a shadow as shown in Fig. 10 the contrast adaptive binarization algorithm is separately applied to the
first line and the second line because the window for threshold calculation has a high fluctuation in brightness.
Fig. 10: The Image Enhancement by Contrast Adaptive Binarization
III. CONCLUSION
The multi-lane automatic number plate recognition (ANPR) system was installed on a test bed on three-lane roads
as shown in Fig. 11 and the daytime recognition performance was analyzed.
Fig. 11: ANPR System Test Bed Area
Mobile reference equipment used by the dedicated ITS performance evaluation organization was used and the
performance evaluation method provided by the ITS project implementation guide (Ministry of Land ,
Infrastructure and Transport, October 2010). The performance was compared with the data collected for 1 hour
from the mobile reference equipment as shown in Fig. 12.
Fig. 12: Test Reference Equipment
A Study on Single Camera Based ANPR System…
| Volume 2 | Issue 1 | www.ijrtem.com | 16 |
Table, 4 shows the number extraction results. The total number of the passing vehicles was 199, including 4
vehicles with damaged vehicle number plate or abnormal driving state. Thus, the total number of the passing
vehicles was regarded as 195. According to the evaluation results, 166 vehicles were detected among the 195
passing vehicles, thus achieving the detection rate of 84.6%.
Table 4: The Detection Result of Number Plates
lane1 lane2 lane3 Total
Passing
vehicle
50 109 36 195
Detected
vehicle
43 91 31 165
Detection
Rate(%)
86.0% 83.5% 86.1% 84.6%
According to the results, there was almost no error in detecting and recognizing the numbers of relatively good
vehicle images. However, there was a problem of not being able to recognize a specific vehicle model, “Damas” of
GM Korea, and there was an error in detection and recognition of a difference between consonants or vowels such
as [ha] vs. [hə], [do] vs. [nə] and [ə] vs. [a]. Further researches are necessary to develop an algorithm that can
accurately detect vehicle numbers by studying the patterns of specific vehicle models and differences between
consonants or vowels. In this paper, we proposed a character extraction algorithm using connected vertical and
horizontal edge segments–based labeling and analyzed its performance through test bed demonstration. Although
there are constraints for detecting multiple lanes with one camera, it achieved the detection rate of over 85%.
Studies have been conducted on multi-lane ANPR technology. However, it is expected that the accuracy of
detection results will be improved by introducing the concept of ROI (region of interest) and the concept of high
resolution image implementation. A future challenge is to further improve the detection rate through further
development to overcome environmental conditions with low visibility such as nighttime and fog.
ACKNOWLEDGEMENTS
This research was supported by a grant(16CTAP-C078470-03) from Technology Advancement Research Program
(TARP) funded by Ministry of Land, Infrastructure and Transport of Korean government
REFERENCES
1. Byun Wan Hee, Road traffic ITS handbook and design, cheong moon gak, p.27
2. M. Y. Kim and Y. D. Kim, “An Approach to Korean License Plate Recognition Based on Vertical Edge
Matching,” System Man and cybernetics, IEEE International Conference Vol.4. pp8-11, 2000.
3. National Transportation information center, http://www.its.go.kr, 2016.05.01
4. Kim jin ho, “Vehicle License Plate Recognition for Smart Tolling by Selective Sharpening”, The korea
contents association, Vol. 14, No. 12, 2014.
5. Moon Yong Jin, “Real-Time Vehicle number Plate Recognition System Using Adaptive Heuristic
Segmentation Algorithm”, KIPS, Vol 3, No 9, 2014.
6. Kim jin ho, “Vehicle License Plate Recognition System By Edge-based Segment Image Generation”, The
korea contents association, pp.9-16, 2014.
7. Shin, Wook-Jin, “Improved license plate recognition for degraded vehicle imags in CCTV surveillance
systems ”, KAIST, 2013.
8. Vicky Ambula, “Adaptive Median Filter for Image Enhancement”, IJESIT, Vol.2, Issue 1, 2013.
9. Sin Hyub Hak, “Local Block Learning based Super resolution for license plate”, The Korean Society Of
Computer And Information , Vol 16, No 1, 2011.
10. Meng-Ling Feng, “Contrast adaptive binarization of low quality document images”, IEICE Electronics
Express, Vol.1, No.16, pp.501-506, 2004Note that the journal title, volume number and issue number are
set in italics.

More Related Content

What's hot

Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree
IJECEIAES
 
niyantra 2014
niyantra 2014niyantra 2014
niyantra 2014
Nitish Goel
 
Wi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counterWi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counter
Raihan Bin-Mofidul
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
IRJET Journal
 
efficient real time vehicles detection approach for complex urban traffic man...
efficient real time vehicles detection approach for complex urban traffic man...efficient real time vehicles detection approach for complex urban traffic man...
efficient real time vehicles detection approach for complex urban traffic man...
INFOGAIN PUBLICATION
 
A Method for Sudanese Vehicle License Plates Detection and Extraction
A Method for Sudanese Vehicle License Plates Detection and ExtractionA Method for Sudanese Vehicle License Plates Detection and Extraction
A Method for Sudanese Vehicle License Plates Detection and Extraction
Editor IJCATR
 
Computer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign RecognitionComputer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign Recognition
thevijayps
 
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
Kuntal Bhowmick
 
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
cscpconf
 
Automatic Road Sign Recognition From Video
Automatic Road Sign Recognition From VideoAutomatic Road Sign Recognition From Video
Automatic Road Sign Recognition From Video
Dr Wei Liu
 
Automatic license plate recognition system for indian vehicle identification ...
Automatic license plate recognition system for indian vehicle identification ...Automatic license plate recognition system for indian vehicle identification ...
Automatic license plate recognition system for indian vehicle identification ...
Kuntal Bhowmick
 
Automatic detection and recognition of road sign for driver assistance system
Automatic detection and recognition of road sign for driver assistance systemAutomatic detection and recognition of road sign for driver assistance system
Automatic detection and recognition of road sign for driver assistance system
sudhakar5472
 
Automatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDAAutomatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDA
Rojith Thomas
 
Traffic sign recognition
Traffic sign recognitionTraffic sign recognition
Traffic sign recognition
AKR Education
 
Smart Car Parking System Using FPGA and E-Application
Smart Car Parking System Using FPGA and E-ApplicationSmart Car Parking System Using FPGA and E-Application
Smart Car Parking System Using FPGA and E-Application
IRJET Journal
 
Traffic sign detection
Traffic sign detectionTraffic sign detection
Traffic sign detection
Avijit Rai
 
TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...
TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...
TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...
cseij
 
Identification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadIdentification and classification of moving vehicles on road
Identification and classification of moving vehicles on road
Alexander Decker
 

What's hot (18)

Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree Autonomous Traffic Signal Control using Decision Tree
Autonomous Traffic Signal Control using Decision Tree
 
niyantra 2014
niyantra 2014niyantra 2014
niyantra 2014
 
Wi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counterWi-Counter : Smartphone Based people counter
Wi-Counter : Smartphone Based people counter
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
 
efficient real time vehicles detection approach for complex urban traffic man...
efficient real time vehicles detection approach for complex urban traffic man...efficient real time vehicles detection approach for complex urban traffic man...
efficient real time vehicles detection approach for complex urban traffic man...
 
A Method for Sudanese Vehicle License Plates Detection and Extraction
A Method for Sudanese Vehicle License Plates Detection and ExtractionA Method for Sudanese Vehicle License Plates Detection and Extraction
A Method for Sudanese Vehicle License Plates Detection and Extraction
 
Computer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign RecognitionComputer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign Recognition
 
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
 
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
 
Automatic Road Sign Recognition From Video
Automatic Road Sign Recognition From VideoAutomatic Road Sign Recognition From Video
Automatic Road Sign Recognition From Video
 
Automatic license plate recognition system for indian vehicle identification ...
Automatic license plate recognition system for indian vehicle identification ...Automatic license plate recognition system for indian vehicle identification ...
Automatic license plate recognition system for indian vehicle identification ...
 
Automatic detection and recognition of road sign for driver assistance system
Automatic detection and recognition of road sign for driver assistance systemAutomatic detection and recognition of road sign for driver assistance system
Automatic detection and recognition of road sign for driver assistance system
 
Automatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDAAutomatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDA
 
Traffic sign recognition
Traffic sign recognitionTraffic sign recognition
Traffic sign recognition
 
Smart Car Parking System Using FPGA and E-Application
Smart Car Parking System Using FPGA and E-ApplicationSmart Car Parking System Using FPGA and E-Application
Smart Car Parking System Using FPGA and E-Application
 
Traffic sign detection
Traffic sign detectionTraffic sign detection
Traffic sign detection
 
TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...
TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...
TRAFFIC-SIGN RECOGNITION FOR AN INTELLIGENT VEHICLE/DRIVER ASSISTANT SYSTEM U...
 
Identification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadIdentification and classification of moving vehicles on road
Identification and classification of moving vehicles on road
 

Similar to A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads

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
IRJET Journal
 
Automatic Number Plate Recognition System A Histogram Based Approach
Automatic Number Plate Recognition System  A Histogram Based ApproachAutomatic Number Plate Recognition System  A Histogram Based Approach
Automatic Number Plate Recognition System A Histogram Based Approach
Joe Osborn
 
E011142632
E011142632E011142632
E011142632
IOSR Journals
 
Vertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodVertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection Method
IOSRJEEE
 
Automatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification ApproachAutomatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification Approach
IOSR Journals
 
Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...
IJARIIE JOURNAL
 
A design of license plate recognition system using convolutional neural network
A design of license plate recognition system using convolutional neural networkA design of license plate recognition system using convolutional neural network
A design of license plate recognition system using convolutional neural network
IJECEIAES
 
ieee_my_proj
ieee_my_projieee_my_proj
ieee_my_proj
Badmavathy R
 
A Survey on License Plate Recognition System
A Survey on License Plate Recognition SystemA Survey on License Plate Recognition System
A Survey on License Plate Recognition System
IJARIIE JOURNAL
 
40120140501008
4012014050100840120140501008
40120140501008
IAEME Publication
 
A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...
CSCJournals
 
License Plate Recognition
License Plate RecognitionLicense Plate Recognition
License Plate Recognition
IRJET Journal
 
IRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real Time
IRJET Journal
 
traffic jam detection using image processing
traffic jam detection using image processingtraffic jam detection using image processing
traffic jam detection using image processing
Malika Alix
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
aciijournal
 
Image Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection AlgorithmImage Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection Algorithm
guest673189
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
aciijournal
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
aciijournal
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
aciijournal
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
aciijournal
 

Similar to A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads (20)

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
 
Automatic Number Plate Recognition System A Histogram Based Approach
Automatic Number Plate Recognition System  A Histogram Based ApproachAutomatic Number Plate Recognition System  A Histogram Based Approach
Automatic Number Plate Recognition System A Histogram Based Approach
 
E011142632
E011142632E011142632
E011142632
 
Vertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection MethodVertical-Edge-Based Car-License-Plate Detection Method
Vertical-Edge-Based Car-License-Plate Detection Method
 
Automatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification ApproachAutomatic Vehicle Detection Using Pixelwise Classification Approach
Automatic Vehicle Detection Using Pixelwise Classification Approach
 
Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...Automatic License Plate Recognition Using Optical Character Recognition Based...
Automatic License Plate Recognition Using Optical Character Recognition Based...
 
A design of license plate recognition system using convolutional neural network
A design of license plate recognition system using convolutional neural networkA design of license plate recognition system using convolutional neural network
A design of license plate recognition system using convolutional neural network
 
ieee_my_proj
ieee_my_projieee_my_proj
ieee_my_proj
 
A Survey on License Plate Recognition System
A Survey on License Plate Recognition SystemA Survey on License Plate Recognition System
A Survey on License Plate Recognition System
 
40120140501008
4012014050100840120140501008
40120140501008
 
A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...
 
License Plate Recognition
License Plate RecognitionLicense Plate Recognition
License Plate Recognition
 
IRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real TimeIRJET- Automatic Number Plate Recognition System in Real Time
IRJET- Automatic Number Plate Recognition System in Real Time
 
traffic jam detection using image processing
traffic jam detection using image processingtraffic jam detection using image processing
traffic jam detection using image processing
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
 
Image Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection AlgorithmImage Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection Algorithm
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
 
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
An Efficient System for Forward Collison Avoidance Using Low Cost Camera & Em...
 

More from IJRTEMJOURNAL

The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...
IJRTEMJOURNAL
 
Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...
IJRTEMJOURNAL
 
Multi products storage using randomness
Multi products storage using randomnessMulti products storage using randomness
Multi products storage using randomness
IJRTEMJOURNAL
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
IJRTEMJOURNAL
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain managementA study on financial aspect of supply chain management
A study on financial aspect of supply chain management
IJRTEMJOURNAL
 
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
IJRTEMJOURNAL
 
GREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERGREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMER
IJRTEMJOURNAL
 
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
IJRTEMJOURNAL
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A Primer
IJRTEMJOURNAL
 
Resource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economyResource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economy
IJRTEMJOURNAL
 
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
IJRTEMJOURNAL
 
Security and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in NigeriaSecurity and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in Nigeria
IJRTEMJOURNAL
 
Influence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster MushroomInfluence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster Mushroom
IJRTEMJOURNAL
 
Optimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element AnalysisOptimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element Analysis
IJRTEMJOURNAL
 
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
IJRTEMJOURNAL
 
Reserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa GorontaloReserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
IJRTEMJOURNAL
 
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
IJRTEMJOURNAL
 
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
IJRTEMJOURNAL
 
What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...
IJRTEMJOURNAL
 
Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...
IJRTEMJOURNAL
 

More from IJRTEMJOURNAL (20)

The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...
 
Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...
 
Multi products storage using randomness
Multi products storage using randomnessMulti products storage using randomness
Multi products storage using randomness
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain managementA study on financial aspect of supply chain management
A study on financial aspect of supply chain management
 
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
 
GREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERGREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMER
 
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A Primer
 
Resource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economyResource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economy
 
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
 
Security and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in NigeriaSecurity and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in Nigeria
 
Influence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster MushroomInfluence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster Mushroom
 
Optimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element AnalysisOptimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element Analysis
 
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
 
Reserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa GorontaloReserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
 
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
 
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
 
What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...
 
Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...
 

Recently uploaded

A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 

Recently uploaded (20)

A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 

A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads

  • 1. Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689 www.ijrtem.com Volume 2 Issue 1 ǁ January. 2018 ǁ PP 11-16 | Volume 2 | Issue 1 | www.ijrtem.com | 11 | A Study on Single Camera Based ANPR System for Improvement of Vehicle Number Plate Recognition on Multi-lane Roads 1 Seong-In Kang, 2 Sang-cheol Byun, 3 Yeo-Han Yoon, 4 Youn Sub Park 1 Senior Researcher, Korea Institute of Civil Engineering and Building Technology, Korea 2 Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea 3 Senior Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea 4 Hanilstm Corporation ABSTRACT : In this paper, we introduce the single camera-based number recognition system used for this system recognizes vehicle number plates on one lane by using a single camera. Intelligent transport system (ITS) has been constructed because there is a limit in solving traffic problems in a physical manner such as construction of roads and subways. The single camera-based number recognition system used for this system recognizes vehicle number plates on one lane by using a single camera. Due to the increased cost of the installation and maintenance thereof, there is a growing need for a multi-lane-based number recognition system. When the single camera-based number recognition system is used for multi-lane recognition, the recognition rate is lowered due to a difference in vehicle image size among lanes and a low-resolution problem. Therefore, in this study, we applied a character extraction algorithm using connected vertical and horizontal edge segments-based labeling to improve multi-lane vehicle number recognition rate and thereby to allow application of the single camera-based system to multi-lane roads. KEYWORDS: Automatic Number Plate Recognition, Multi-lane Detection, Vehicle Image Processing, Real-Time Traffic Information I. INTRODUCTION Since 1990, Intelligent Transport System (ITS) has been built as a solution to solve traffic congestion. It collects and processes basic traffic data such as traffic volume, speed, occupancy, etc. to be used for traffic management and traffic information [1]. In particular, studies are being actively conducted on automatic number plate recognition (ANPR) technology, which is a key technology of intelligent traffic system [2-10]. At present, single lane ANPR allows to detect only one lane per camera. Thus, it is installed at intervals of 4-10km considering the construction and maintenance costs. It employs a bridge-shaped structure with one camera per lane. The installation interval of the device is long due to the installation cost, resulting in a large time lag in section traffic information. Also, it has a low vehicle number matching rate, which reduces the accuracy of the traffic information. when a multi-lane vehicle number plate recognition method is applied using a single camera, the recognition rate is low due to a difference in vehicle image size among lanes and a low-resolution problem. In this study, we propose a single camera based ANPR system based on a character extraction algorithm using connected vertical and horizontal edge segments-based labeling to allow recognition of multi-lane vehicle number plates based on a single camera. The algorithm for automatic recognition of multi-lane vehicle number plates detects the coordinates of the edge patterns of characters repeated at regular intervals, calculates the edges from the differentiated images, and then cumulatively labels the individual edges for each scan line to extract character components. The candidate area of a number is enlarged so that the size of the character is equal to or larger than 40 pixels and the characteristic feature of the characters is extracted from the enlarged image. We created a single camera based ANPR system in accordance with the proposed method, constructed a test bed on actual roads and analyzed the results. II. MULTI-LANE ANPR ALGORITHM Unlike the conventional method of detecting one lane with one camera as shown in Fig.1, the multi-lane ANPR system recognizes vehicle plates on multi-lane roads.
  • 2. A Study on Single Camera Based ANPR System… | Volume 2 | Issue 1 | www.ijrtem.com | 12 | Fig. 1: Multi-lane ANPR System The multi-lane vehicle number plate recognition system can be divided into a camera unit and an enclosure unit. The camera unit is composed of a housing, a camera, a lens, an IR LED controller, and an IR LED board. The enclosure unit includes an enclosure, a controller and an SMPS The camera is a device for acquiring images, and the IR LED controller and the IR LED board are devices for lighting at night or in the rain. The controller is a device for driving a three-lane vehicle number plate recognition algorithm, and the SMPS is a device for supplying power to the camera and the lighting controller. In particular, the camera specifications are as follows: The number of pixels of the image to be photographed is proportional to the square of the number of lanes. A camera of 2.8 megapixels was used for two-lane ANPR, and in order to obtain the same level of image quality, a camera and lens of 6.3 megapixels was used for three lanes and 11.2 megapixels for four lanes. The installation diagram of the system installed and `operated outdoors is shown in Fig. 2. Fig. 2: Installation of ANPR System The multi-lane ANPR algorithm employs connected vertical and horizontal edge segments-based labeling for character extraction and an image enhancement process without damage to the invariant features of characters. The overall process for implementing the ANPR system is shown in Fig. 3. Fig. 3: The Block Diagram for ANPR recognition The first step of vehicle number recognition is an algorithm for detecting the candidate area of a vehicle number plate. As shown in Fig. 4, each number includes edge patterns of characters which appear repeatedly at regular intervals. We detected the coordinates of these repeated patterns.
  • 3. A Study on Single Camera Based ANPR System… | Volume 2 | Issue 1 | www.ijrtem.com | 13 | Fig. 4: The Edge Pattern Using the Quadratic Differential Equation The foreground and background of the characters were estimated and the edges were calculated, from the second order derivative of the edge patterns of the characters. Then, as shown in Fig. 5, each edge was cumulatively labeled for each scan line to extract character components. Fig. 5: The Regulation of Segmented Characters by Labeling In order to recognize the character size of the captured vehicle number, the interval of the scan line is defined as 5 pixels as shown in Fig 6. Then, when the same edge is repeated at rowi as shown in equation (1) below, the features of the section where the edge occurs repeatedly are analyzed. (1) ` Fig. 6: The Labeling Algorithm Structure The size of the mask convolution for edge detection is defined as 2 pixels given the narrow spacing between adjacent characters. If n in equation (1) is 4 or more, the vehicle plate number is estimated based on repeated calculation of the edges that may occur in four-digit numbers. When a valid edge pattern is detected in rowi, the same process is repeated on the scan lines of rowi-5 and rowi+5, and when a repetitive feature similar to the detected edge pattern is detected, the edges detected in rowi-5 and rowi+5 are cumulately labeled as the edgei detected in rowi to separate a character. In the cumulative labeling algorithm as shown in Fig. 7, when the x-axis displacement Δx = 10 pixels in the edgei detected in rowi, the y-axis displacement Δy = 10 pixels at the maximum. Edgej of the same pattern is searched from the range of edgei-Δx ~ edgei+Δx in rowi-step, and the connectivity thereof is calculated. Fig. 7: The Mask Definition for Edge Recognition
  • 4. A Study on Single Camera Based ANPR System… | Volume 2 | Issue 1 | www.ijrtem.com | 14 | In this study, we enlarged the candidate area of a vehicle plate number so that the size of the characters is equal to or larger than 40 pixels, applied an image enhancement algorithm to the enlarged image, and then applied an algorithm for recognizing unique features of characters. Fig. 8 shows the process of vehicle plate number recognition, which is performed together with the image enhancement algorithm Fig. 8: The Process of Recognition of Number Plate Sharpness estimation and sharpening processes estimate the blurred value of the current image by using the gradient of the edge pattern in the vehicle number’s candidate area calculated from the input image. If the blurred value is lower than the threshold value, a sharpening algorithm is used to make the boundary area clear. The image enhancement process enhances the images of the image area calculated as the candidate area, through binarization using adaptive contrast. Fig. 9: The Edgemap and Primary Window As shown in Fig. 9, the contrast adaptive binarization defines a 3 × 3 primary window after constructing an edgemap for the candidate area. Then, the following calculation for binarization is performed on the primary window: Table. 1: The Segment Contrast Adaptive Binarization
  • 5. A Study on Single Camera Based ANPR System… | Volume 2 | Issue 1 | www.ijrtem.com | 15 | parameter range valueatpaper 2 2 0.1–0.2 0.12 0.15–0.25 0.25 0.01–0.05 0.04 The contrast adaptive binarization algorithm effectively enhances outdoor shot or scanned images. In multi-lane ANPR systems, which are operated in an outdoor environment, there are many cases where a vehicle plate number needs to be recognized from the rear of the vehicle. In this case, consideration should be given to the fact that a shadow may occur on a vehicle number plate due to geographical factors or vehicle type. For a vehicle plate number with a shadow as shown in Fig. 10 the contrast adaptive binarization algorithm is separately applied to the first line and the second line because the window for threshold calculation has a high fluctuation in brightness. Fig. 10: The Image Enhancement by Contrast Adaptive Binarization III. CONCLUSION The multi-lane automatic number plate recognition (ANPR) system was installed on a test bed on three-lane roads as shown in Fig. 11 and the daytime recognition performance was analyzed. Fig. 11: ANPR System Test Bed Area Mobile reference equipment used by the dedicated ITS performance evaluation organization was used and the performance evaluation method provided by the ITS project implementation guide (Ministry of Land , Infrastructure and Transport, October 2010). The performance was compared with the data collected for 1 hour from the mobile reference equipment as shown in Fig. 12. Fig. 12: Test Reference Equipment
  • 6. A Study on Single Camera Based ANPR System… | Volume 2 | Issue 1 | www.ijrtem.com | 16 | Table, 4 shows the number extraction results. The total number of the passing vehicles was 199, including 4 vehicles with damaged vehicle number plate or abnormal driving state. Thus, the total number of the passing vehicles was regarded as 195. According to the evaluation results, 166 vehicles were detected among the 195 passing vehicles, thus achieving the detection rate of 84.6%. Table 4: The Detection Result of Number Plates lane1 lane2 lane3 Total Passing vehicle 50 109 36 195 Detected vehicle 43 91 31 165 Detection Rate(%) 86.0% 83.5% 86.1% 84.6% According to the results, there was almost no error in detecting and recognizing the numbers of relatively good vehicle images. However, there was a problem of not being able to recognize a specific vehicle model, “Damas” of GM Korea, and there was an error in detection and recognition of a difference between consonants or vowels such as [ha] vs. [hə], [do] vs. [nə] and [ə] vs. [a]. Further researches are necessary to develop an algorithm that can accurately detect vehicle numbers by studying the patterns of specific vehicle models and differences between consonants or vowels. In this paper, we proposed a character extraction algorithm using connected vertical and horizontal edge segments–based labeling and analyzed its performance through test bed demonstration. Although there are constraints for detecting multiple lanes with one camera, it achieved the detection rate of over 85%. Studies have been conducted on multi-lane ANPR technology. However, it is expected that the accuracy of detection results will be improved by introducing the concept of ROI (region of interest) and the concept of high resolution image implementation. A future challenge is to further improve the detection rate through further development to overcome environmental conditions with low visibility such as nighttime and fog. ACKNOWLEDGEMENTS This research was supported by a grant(16CTAP-C078470-03) from Technology Advancement Research Program (TARP) funded by Ministry of Land, Infrastructure and Transport of Korean government REFERENCES 1. Byun Wan Hee, Road traffic ITS handbook and design, cheong moon gak, p.27 2. M. Y. Kim and Y. D. Kim, “An Approach to Korean License Plate Recognition Based on Vertical Edge Matching,” System Man and cybernetics, IEEE International Conference Vol.4. pp8-11, 2000. 3. National Transportation information center, http://www.its.go.kr, 2016.05.01 4. Kim jin ho, “Vehicle License Plate Recognition for Smart Tolling by Selective Sharpening”, The korea contents association, Vol. 14, No. 12, 2014. 5. Moon Yong Jin, “Real-Time Vehicle number Plate Recognition System Using Adaptive Heuristic Segmentation Algorithm”, KIPS, Vol 3, No 9, 2014. 6. Kim jin ho, “Vehicle License Plate Recognition System By Edge-based Segment Image Generation”, The korea contents association, pp.9-16, 2014. 7. Shin, Wook-Jin, “Improved license plate recognition for degraded vehicle imags in CCTV surveillance systems ”, KAIST, 2013. 8. Vicky Ambula, “Adaptive Median Filter for Image Enhancement”, IJESIT, Vol.2, Issue 1, 2013. 9. Sin Hyub Hak, “Local Block Learning based Super resolution for license plate”, The Korean Society Of Computer And Information , Vol 16, No 1, 2011. 10. Meng-Ling Feng, “Contrast adaptive binarization of low quality document images”, IEICE Electronics Express, Vol.1, No.16, pp.501-506, 2004Note that the journal title, volume number and issue number are set in italics.