SlideShare a Scribd company logo
1 of 8
Download to read offline
TELKOMNIKA, Vol.17, No.4, August 2019, pp.1698~1705
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v17i4.11746  1698
Received May 21, 2018; Revised March 7, 2019; Accepted April 12, 2019
Automatic face and VLP’S recognition for
smart parking system
Reivind P. Persada, Suci Aulia*, Burhanuddin D., Sugondo H.
Telkom University, 01 Telekomunikasi St., Dayeuhkolot, Bandung, Jawa Barat, Indonesia
*Corresponding author, e-mail: suciaulia@telkomuniversity.ac.id
Abstract
One of the concerning issues regarding smart city is Smart Parking. In Smart Parking, some
researchers try to provide solutions and breakthroughs on several research topics among security
systems, the availability of single space, an IoT framework, etc. In this study, we proposed a security
system on Smart Parking based on face recognition and VLP’s (Vehicle License Plates) identification. In
this research, SSIM (Structural Similarity) method as part of IQA has been applied due to its reliability and
simple computation for face detection and recognition process. From the test results of 30 data, obtained
the highest SSIM value 0.83 with the highest accuracy rate of 76.67%. That level of accuracy still has not
reached the implementation standard of 99.9%. So that it still needs to be improved in the future studies,
especially in the filtering noise section.
Keywords: face recognition, IQA, smart parking, SSIM, VLPs recognition
Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
IoT based smart parking system is a system to monitoring the occupancy that
processed information from the sensors which deployed in the parking area [1]. Depart from
previous research [2] the image processing method that used in face detection and face
recognition was Image Quality Assessment. (IQA) Image quality assessment plays an important
role in visual signal communication and processing such as biomedical imaging, printing and
display systems, image fusion, segmentation, and image acquisition [3]. In general, PSNR,
MSE, SSIM, and RMSE are commonly used to compare the quality between enhancing the
image with the original image, while the advantages of SSIM over others are more consistent
from the human subjective perception [4, 5].
Some experiments show that SSIM was one of the successful methods for IQA [6].
Among them [7], SSIM has successfully approached the analysis of medical imaging especially
in noised image such as Rician noise in MRIs and Poisson noise in X-rays, but still failed when
implemented on some blurred medical images. Other experiment [8] by Varnan, showed that
SSIM was better than MSE and PSNR when testing the accuracy of a distortion image. Based
on some experiment results above, thus SSIM became the mainstay method in this research
which has been used for face recognition process in smart parking system.
Another part of smart parking system is vehicle license plates recognition (VLPs), many
researchers studied how to get high accuracy of plate recognition [9] by simulating several
methods such as MIP (Morphological Image Processing, 96.4%) [10], Blob extraction and
segmentation method (90.0%) [11], OpenCV [12-14], and some enhancement methods like
OCR (Optical Character Recognition) [15,16]. While the successful of the VLPs recognition
problem as part of Machine Vision System (MVS) will depend on how much about the problems
domain can be solved [17]. Based on the explanation above in this study, we proposed a face
and VLP’s recognition system using OpenCV based on SSIM approached. OpenCV method
was used because often used in real time conditions. In this study, the test limits only one car in
one queue of vehicles and only one face in captured image.
TELKOMNIKA ISSN: 1693-6930 
Automatic face and VLP’S recognition for smart parking system (Suci Aulia)
1699
2. Research Method
2.1. System Design
The system design consists of entrance gate, main controller unit that connected to the
server and data base, and the end part is gate. At the entrance gate, camera 1 will capture the
plate image, then saved according to the captured time. Camera 2 performs the capture
process also on the driver's face to be stored in the entry face dataset. After that, both data
directories are stored in database and the entry primary gate will open as seen in Figure 1.
Figure 1. Proposed smart parking system
When the vehicle will go out, the vehicle stops at a spot in front of the exit parking gate.
The camera will capture the license plate and driver’s face. The next process is face detection
by matching face images whne captured on the exit gate with face images when entering the
parking lot. This process is calculation of SSIM and MSE of both images, if the SSIM value is
more than threshold then the face that recognice will be considered as a valid data and the gate
will open and if the SSIM value is below the threshold the gate will not open. The license plate
identification process is also done by matching the plate number when the vehicle enters the
parking lot. This process is done by using OpenALPR (Automatic license plate recognition)
application, the characters on the number plate image will be detected and then matched with
the number plate that has been stored on the data base before. In this research, for data base
design consist of seven field id they are; id, time_in, time_out, pict_in, pict_out, face_in,
face_out, no_plate where each filed has a data type: time_in and time_out using timestamp,
no_plate, face_in, face_out using varchar, pict_in and pict_out using text.
2.2. Vehicle and Face Detection
The algorithm that used to detect the existence of a license and face object was the
Haar Cascade algorithm. The Haar method was used for segmentation of object (vehicle and
face) on image due to its superiority which can segment the characters on license plate in real
time condition as tested by Chirag [18] in his survey research for Automatic Number Plate
Recognition (ANPR). Object classification was using a fixed scale parable, in this study using
360x240 pixels. If the car object in the image was bigger or smaller than the pixel size then the
classifier will continuously run several times to search the car object on the image during the
detection process. Once the vehicle object is detected, the next step is face detection. In the
process of haar cascade for vehicle detection requires a positive image and negative image,
then openCV will generate as sample using opencv_createsamples for both of images which
containing a binary format. Positive image is the image that there are objects to be searched
while the negative image is a background. Next, train the object by running
opencv_traincascade, this library serves to generate files with extension .xml that can detect the
existence of the vehicle when the camera takes pictures or video.
2.3. Face Recognition
The used method in face recognition process was SSIM (The Structural Similarity
Index). The SSIM algorithm works by comparing the luminance (l), contrast (c), and structural
(s) of a host image (x) with distorted or enhanced image (y) [19-21]. In general, the equation of
SSIM is shown as follows [22]:
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 4, August 2019: 1698-1705
1700
𝑆𝑆𝐼𝑀(𝑥, 𝑦) = [𝑙(𝑥, 𝑦)]_
. [𝑐(𝑥, 𝑦)]_
. [𝑠(𝑥, 𝑦)]_
(1)
for each luminance, contrast, and structural component is illustrated in Figure 2 [23-25].
Figure 2. Luminance, contrast, and structural component mapping on SSIM
Based on Figure 2, the luminance changes are influenced by the mean intensity while
the contrast and structural changes are influenced by the value of covariance.Figure 3 below
illustrates how SSIM values are obtained. To get its SSIM value, the first step was to measure
the scale of the lighting value luminance (x, y), then calculated the contrast value from both
contrast (x, y) images. While to get the value of structure comparison c (x, y) the lighting value
divided by contrast value. All three values were combined so that the SSIM values appear from
both images.
Figure 3. Flow of SSIM computation
2.4. License Plate’s Characters Identification
In the ALPR process, the system detects the number plate characters already known by
the system. To simplify the detection of plate characters, in OpenALPR the OCR library is
added to determine the dimensional and character configurations of the vehicle license plate.
In this proposed system, the first process is to detect a vehicle object using the Haar Cascade
algorithm. This algorithm works by analyzing each image location and classifying it as a car or
TELKOMNIKA ISSN: 1693-6930 
Automatic face and VLP’S recognition for smart parking system (Suci Aulia)
1701
not a car. Classification of objects using a fixed scale and generate files cars .xml, in this
research using the image size 360x240 pixels.
The second process, OpenALPR analyzes the image to identifying the license plate.
The result is a writing that represents many of the number plate characters. In the process of
detecting the number plate characters needed is the train data file of the Indonesian license
plate character, the config file and which is in the runtime_data directory. The Indonesian
number plate pattern in OpenALPR is defined as “id @####@@” or “id @####@@@ “, where
@ as letter and # as number that declares variable results in output program.
2.5. Test Parameters
2.5.1. Character Detection Accuracy of License Plate
To determine the accuracy of license plate, the system will read a video input of a
vehicle recording. Number of input objects read as many as 30 samples from the 30 samples
will be calculated how many the proposed system read the plate correctly and how many
the license plate is detected not in accordance with the actual conditions. The accuracy
calculation as shown in (2).
Accuracy=(Total correct detection)/(Total sample)×100% (2)
2.5.2. Accuracy of Face Recognition
To determine the accuracy of face recognition. The program will read thirty different
drivers' faces according to the condition of the driver's exit from the parking area. After that it
will get the average value for each SSIM of the same 30 drivers. (3) shown the average value
for SSIM we call mean SSIM.
Mean SSIM=(SSIM1+SSIM2+SSIM3+ … +SSIM30)/30 (3)
3. Result and Analysis
Implementation of face and plate detection system in this research was at a car park in
Telkom University field. A digital camera mounted on a pole with a height between
1-1.5 meters was adjusted to the height of the car. The camera placement can be seen in
Figure 4 and Figure 5. The application test is performed using video samples recorded through
the camera and in real time using a webcam. When the program is run it will display the video
being called, in the video there is a vehicle object that will be detected by OpenCV. The sample
detection plate process can be seen in Figure 6.
Figure 4. Camera placement Figure 5. Device setting
Furthermore, the process that occurs is the detection of characters on the vehicle
license plate run by OpenALPR. Once the plate is detected and characters are identified, then
the data will be stored in the database to match when the vehicle is go out. The Application
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 4, August 2019: 1698-1705
1702
interface will display an identifiable vehicle image consisting of entry time, car images, as well
as detection plate numbers. Based on Table 1, true positive value was 23/30 or 76.67% out of
30 test objects and false negative 23.33%. So, it can be concluded that system sensitivity of
license plate identification was 76.67%. Success rate is strongly influenced by environmental
conditions ie the intensity of light. When the intensity of the light is too high can cause light to
bounce on the plate so that the character of the plate will be difficult to recognize. As for
the analysis of the introduction of each character, it is difficult to distinguish between "1" and "I",
"8" and "B", and also "0" and "O" because they have similar feature.
(a) (b)
Figure 6. (a) Cropping (b) Grayscale conversion
Table 1. Accuracy of Plate Identifiaction
No No. Plate Detection Result Annotation No No. Plate Detection Result Annotation
1 D1991EA D991EA False Negative 16 D1022ZO D1022ZO True Positive
2 D1391MV D1391NV False Negative 17 D1081DA D1081DA True Positive
3 Z1756NH Z1756NH True Positive 18 D500NO D500NO True Positive
4 D1815ADO D1815ADO True Positive 19 D1541WJ D1541VJ False Negative
5 D1075ADH D1075ADH True Positive 20 D1288AEA D1288AEA True Positive
6 D1621MY D1621NY False Negative 21 D1095VW D1095VW True Positive
7 BE2176TF BE2176TF True Positive 22 BE2176TF BE2176TF True Positive
8 D1852SX D1852SX True Positive 23 D101CO D101CO True Positive
9 D211FE D211FE True Positive 24 B97DAY B97DAI False Negative
10 D1715ACJ D1715ACJ True Positive 25 D1056AAK D1056MK False Negative
11 D1397UO D1397UQ False Negative 26 F1618HK F1618HK True Positive
12 D1763ADX D1763ADX True Positive 27 B1255VB B1255VB True Positive
13 D1741AEN D1741AEN True Positive 28 D787GO D787G0 True Positive
14 D1466VB D1466VB True Positive 29 D1049SAD D1049SAD True Positive
15 D1796RO D1796RO True Positive 30 D1839TX D1839TX True Positive
Based on the testing, the fastest time can be reach at 64 seconds, while the longest
time of 91 seconds while for the average time is 78.76 seconds. System performance test of
face recognition was performed to know the accuracy level with matching the face of the car
driver. This test was done through three stages as follows:
a) First Stage (system process on entrance gate)
Face image obtained after the camera takes a picture of the driver then run
the algorithm to perform the process of auto cropping. In this pre-processing, the system
also zoomed parts of the face to simplify the recognition process as shown on Figure 7.
After the pre-processing, then the face image will be stored in the dataset in jpeg format
and with the file name that has been determined will be compared to the face image when
the driver get out from the parking lot.
b) Second Stage (system process on exit gate)
At this stage, when the car getting out at the parking lot, the system will capture
the driver’s face on the area surrounding the gate. The captured image of the driver then
become input on the pre-processing and image matching process on the face image at the
TELKOMNIKA ISSN: 1693-6930 
Automatic face and VLP’S recognition for smart parking system (Suci Aulia)
1703
exit gate. Once everything is done then the system will send commands through serial
communication to make the main gate open.
c) Third Stage (SSIM comparison)
At this stage, an accuracy test was conducted by calculating the SSIM value on face
image when entering and getting out the parking lot. This test was conducted to get
the SSIM value of a number of faces that use parking facilities that used for database. A total
of 30 car drivers were tested on this experiment. The system tested by placing the camera at
12:00:00 PM and the set distance was ±50 cm. Table 1 shows the test results on SSIM
values as well as gate conditions. Figure 8 shown that SSIM value between face entrance
and face out was 0.67, then the gate will get status “open”.
Figure 7. Face Captured Sample Figure 8. Face Comparison sample
Based on Table 2 and Figure 9, the average value of SSIM is 0.58 where a total of
23 driver’s faces were identified well at the exit gate. SSIM values below 0.5 on the other
7 faces caused failure to access out of the gate. This low SSIM value due to improper object
position when the taking face was done. From this test obtained 76.67% of accuracy. The rate
of accuracy system can be improved by testing several parameters like background subtraction,
decrease level of contrast with median filtering, up and down the position of webcam
more precision.
Figure 9. SSIM value for each captured image
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 4, August 2019: 1698-1705
1704
Table 2. Test Results of SSIM Value and Gate Condition
No
Captured Image
(Entrance Gate)
Captured Image
(Exit Gate)
SSIM /
Gate
Status
No
Captured Image
(Entrance Gate)
Captured Image
(Exit Gate)
SSIM /
Gate
Status
1
0.38/Not
Open
16
0.63/
Open
2
0.44/
Not
Open
17
0.58/
Open
3
0.42/
Not
Open
18
0.54/
Open
4
0.42/
Not
Open
19
0.75/
Open
5
0.54/
Open
20
0.68/
Open
6
0.50/
Open
21
0.73/
Open
7
0.40/
Not Open
22
0.75/
Open
8
0.55/
Open
23
0.42/
Not Open
9
0.67/
Open
24
0.63/
Open
10
0.75/
Open
25
0.53/
Open
11
0.68/
Open
26
0.78/
Open
12
0.83/
Open
27
0.61/
Open
13
0.80/
Open
28
0.71/
Open
14
0.43/
Not
Open
29
0.53/
Open
15 0.74/Open 30
0.52/
Open
4. Conclusion
This research has successfully implemented face and vehicle license plates (VLPs)
identification for smart parking system at the parking lot in Telkom University area. This
research applied SSIM algorithm as the main core in face recognition process that achieve
accuracy rate of 76.67% on 30 samples of vehicles with the highest SSIM value obtained was
0.83. The best SSIM value is achieved when taking the driver's face in the right position with
the same contrast and lighting. The failed recognitions on some of the driver’s faces probably
due to improper object position when the camera takes a face. This research is still being
TELKOMNIKA ISSN: 1693-6930 
Automatic face and VLP’S recognition for smart parking system (Suci Aulia)
1705
developed with a focus on the process of image acquisition and the effect of contrast and noise
filtering.
References
[1] A Khanna, R Anand. IoT based smart parking system. in 2016 International Conference on Internet of
Things and Applications (IOTA). 2016: 266–270.
[2] PF Perdananti, B Hidayat, S Aulia. HOG and ICA Based Face Recognition System on A Surveillance
Video. Far East J. Electron. Commun. 2017; 17(5): 995–1009.
[3] P Mohammadi, A Ebrahimi-Moghadam, S Shirani. Subjective and Objective Quality Assessment of
Image: A Survey. arXiv. 2014: 1–50.
[4] T Chakraborty, N Nalawade, A Manjre, A. Sarawgi, PP Chaudhari. Review of Various Image
Processing Techniques for Currency Note Authentication. Int. J. Comput. Eng. Res. Trends. 2016;
3(3): 119–122.
[5] S Prathap, I Jesus. Detection of Fake currency using Image Processing 1. International Journal of
Innovative Science, Engineering and Technology. 2014; 1(10): 151–157.
[6] YJ Liu, X Luo, YM Xuan, WF Chen, XL Fu. Image retargeting quality assessment. Comput. Graph.
Forum, 2011; 30(2): 583–592.
[7] GP Renieblas, AT Nogués, AM González, N Gómez-Leon, EG del Castillo. Structural similarity index
family for image quality assessment in radiological images. J. Med. Imaging. 2017; 4(3): 035501.
[8] CS Varnan, A Jagan, J Kaur, D Jyoti, DS Rao. Image Quality Assessment Techniques in Spatial. Int.
J. Comput. Sci. Technol. 2011; 2(3): 177–184.
[9] NF Gazcón, CI Chesñevar, SM Castro. Automatic vehicle identification for Argentinean license plates
using intelligent template matching. Pattern Recognit. Lett. 2012; 33(9): 1066–1074.
[10] X He, L Zheng, Qiang Wu, Wenjing Jia, Bijan Samali, M Palaniswami. Segmentation of characters on
car license plates. in 2008 IEEE 10
th
Workshop on Multimedia Signal Processing. 2008: 399–402.
[11] Y Yoon, KD Ban, H Yoon, J Kim. Blob extraction based character segmentation method for automatic
license plate recognition system. in 2011 IEEE International Conference on Systems, Man, and
Cybernetics. 2011: 2192–2196.
[12] KM Sajjad. Automatic License Plate Recognition using Python and OpenCV. Int. J. Comput. Appl.
Technol. Res. 2014; 3(12): 756–761.
[13] S Uma, M Sharmila. Implementation of License Plate Recognition System in ARM Cortex A8 Board.
IJCEM Int. J. Comput. Eng. Manag. 2016; 19(3): 9–13.
[14] ER Buhus, D Timis, A Apatean. Automatic Parking Access Using OpenALPR on Raspberry PI3.
ACTA Tech. NAPOCENSIS Electronics and Telecommunications. 2016; 57(3): 10–15.
[15] L Zheng, X He, B Samali, L T Yang. Accuracy Enhancement for License Plate Recognition. in 2010
10
th
IEEE International Conference on Computer and Information Technology. 2010: 511–516.
[16] C Patel, A Patel, D Patel. Optical character recognition by open source OCR tool tesseract: A case
study. Int. J. Comput. Appl. 2012; 55(10): 50–56.
[17] O Marques, Practical Image and Video Processing Using MATLAB. IEEE PRESS. A JOHN WILEY &
SONS, INC, 2011.
[18] C Patel, D Shah, A Patel. Automatic Number Plate Recognition System (ANPR): A Survey. Int. J.
Comput. Appl. 2013; 69(9): 21–33.
[19] J Wang, Y Liu, Y Zhu. Color Image Blind Watermarking Algorithm Based on QR Decomposition and
Voting in DWT Domain. Int. J. Secur. Its Appl. 2016; 10(11): 33–46.
[20] A Wadhokar, K Sakharikar, S Wadhokar, G Salunke. SSIM Technique for Comparison of Images. Int.
J. Innov. Res. Sci. Eng. Technol. 2014; 03(09): 16281–16286.
[21] KG Larkin. Structural Similarity Index SSIMplified. Occas. Texts Purs. Clarity Simplicity Res. 2015;
1(1): 1–4.
[22] HYogita V, HY Patil. A Survey on Image Quality Assessment Techniques, Challenges and
Databases. IJCA Proc. Natl. Conf. Adv. Comput. 2015: 34–38.
[23] A George, A Prabavathy. A Survey On different approaches used in image quality assessment.
IJCSNS. 2014; 14(2): 78-84.
[24] YA Y Al-najjar, DC Soong. Comparison of Image Quality Assessment: PSNR, HVS, SSIM, UIQ. Int. J.
Sci. Eng. Res. 2012; 3(8): 1–5.
[25] K Ma, T Zhao, K Zeng, Z Wang. Objective Quality Assessment for Color-to-Gray Image Conversion.
IEEE Trans. Image Process. 2015; 24(12): 4673–4685.

More Related Content

What's hot

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
 
Tracking number plate from vehicle using
Tracking number plate from vehicle usingTracking number plate from vehicle using
Tracking number plate from vehicle usingijfcstjournal
 
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...IRJET Journal
 
Vehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLABVehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLABAI Publications
 
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...JANAK TRIVEDI
 
Iaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd Iaetsd
 
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
 
Projection Profile Based Number Plate Localization and Recognition
Projection Profile Based Number Plate Localization and Recognition Projection Profile Based Number Plate Localization and Recognition
Projection Profile Based Number Plate Localization and Recognition csandit
 
VEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACH
VEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACHVEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACH
VEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACHJANAK TRIVEDI
 
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 networkIJECEIAES
 
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEMCANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEMJANAK TRIVEDI
 
Real-time parking slot availability for Bhavnagar, using statistical block ma...
Real-time parking slot availability for Bhavnagar, using statistical block ma...Real-time parking slot availability for Bhavnagar, using statistical block ma...
Real-time parking slot availability for Bhavnagar, using statistical block ma...JANAK TRIVEDI
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106IJRAT
 
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...IJECEIAES
 
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
 
An Intelligent Control System Using an Efficient License Plate Location and R...
An Intelligent Control System Using an Efficient License Plate Location and R...An Intelligent Control System Using an Efficient License Plate Location and R...
An Intelligent Control System Using an Efficient License Plate Location and R...CSCJournals
 
Anpr based licence plate detection report
Anpr  based licence plate detection reportAnpr  based licence plate detection report
Anpr based licence plate detection reportsomchaturvedi
 

What's hot (19)

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...
 
20120130402031
2012013040203120120130402031
20120130402031
 
Tracking number plate from vehicle using
Tracking number plate from vehicle usingTracking number plate from vehicle using
Tracking number plate from vehicle using
 
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
IRJET - Indian Vehicle License Plate Recognition for Vehicle and Owner Identi...
 
Vehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLABVehicle Number Plate Recognition using MATLAB
Vehicle Number Plate Recognition using MATLAB
 
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
 
Iaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anprIaetsd fpga implementation of various security based tollgate system using anpr
Iaetsd fpga implementation of various security based tollgate system using anpr
 
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 ...
 
Projection Profile Based Number Plate Localization and Recognition
Projection Profile Based Number Plate Localization and Recognition Projection Profile Based Number Plate Localization and Recognition
Projection Profile Based Number Plate Localization and Recognition
 
VEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACH
VEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACHVEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACH
VEHICLE CLASSIFICATION USING THE CONVOLUTION NEURAL NETWORK APPROACH
 
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
 
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEMCANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
 
Real-time parking slot availability for Bhavnagar, using statistical block ma...
Real-time parking slot availability for Bhavnagar, using statistical block ma...Real-time parking slot availability for Bhavnagar, using statistical block ma...
Real-time parking slot availability for Bhavnagar, using statistical block ma...
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106
 
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
Performance Evaluation of Automatic Number Plate Recognition on Android Smart...
 
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
 
An Intelligent Control System Using an Efficient License Plate Location and R...
An Intelligent Control System Using an Efficient License Plate Location and R...An Intelligent Control System Using an Efficient License Plate Location and R...
An Intelligent Control System Using an Efficient License Plate Location and R...
 
Ay36304310
Ay36304310Ay36304310
Ay36304310
 
Anpr based licence plate detection report
Anpr  based licence plate detection reportAnpr  based licence plate detection report
Anpr based licence plate detection report
 

Similar to Automatic face and VLP’S recognition for smart parking system

Barcode Based Parking Management System
Barcode Based Parking Management SystemBarcode Based Parking Management System
Barcode Based Parking Management SystemIRJET Journal
 
Paper id 25201447
Paper id 25201447Paper id 25201447
Paper id 25201447IJRAT
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...IRJET Journal
 
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...IRJET Journal
 
IRJET- Vehicle Seat Vacancy Identification using Image Processing Technique
IRJET- Vehicle Seat Vacancy Identification using Image Processing TechniqueIRJET- Vehicle Seat Vacancy Identification using Image Processing Technique
IRJET- Vehicle Seat Vacancy Identification using Image Processing TechniqueIRJET Journal
 
Number Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City SolutionNumber Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City SolutionIRJET Journal
 
License Plate Recognition
License Plate RecognitionLicense Plate Recognition
License Plate RecognitionIRJET 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
 
IRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET Journal
 
Smart Car Parking system using GSM Technology
Smart Car Parking system using GSM TechnologySmart Car Parking system using GSM Technology
Smart Car Parking system using GSM Technologydbpublications
 
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
 
Licence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep LearningLicence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep LearningIRJET Journal
 
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
 
AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...
AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...
AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...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
 
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...ITIIIndustries
 

Similar to Automatic face and VLP’S recognition for smart parking system (20)

Barcode Based Parking Management System
Barcode Based Parking Management SystemBarcode Based Parking Management System
Barcode Based Parking Management System
 
Paper id 25201447
Paper id 25201447Paper id 25201447
Paper id 25201447
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
 
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
License Plate Recognition System for Moving Vehicles Using ­Laplacian Edge De...
 
IRJET- Vehicle Seat Vacancy Identification using Image Processing Technique
IRJET- Vehicle Seat Vacancy Identification using Image Processing TechniqueIRJET- Vehicle Seat Vacancy Identification using Image Processing Technique
IRJET- Vehicle Seat Vacancy Identification using Image Processing Technique
 
Number Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City SolutionNumber Plate Recognition System: A Smart City Solution
Number Plate Recognition System: A Smart City Solution
 
License Plate Recognition
License Plate RecognitionLicense Plate Recognition
License Plate Recognition
 
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- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition SystemIRJET- Vehicle Number Plate Recognition System
IRJET- Vehicle Number Plate Recognition System
 
Smart Car Parking system using GSM Technology
Smart Car Parking system using GSM TechnologySmart Car Parking system using GSM Technology
Smart Car Parking system using GSM Technology
 
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...
 
Licence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep LearningLicence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep Learning
 
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...
 
AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...
AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...
AN EFFICIENT SYSTEM FOR FORWARD COLLISION AVOIDANCE USING LOW COST CAMERA & E...
 
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...
 
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
A Method for Predicting Vehicles Motion Based on Road Scene Reconstruction an...
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
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
 
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
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
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 in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
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...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
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, ...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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
 
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
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
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 in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

Automatic face and VLP’S recognition for smart parking system

  • 1. TELKOMNIKA, Vol.17, No.4, August 2019, pp.1698~1705 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v17i4.11746  1698 Received May 21, 2018; Revised March 7, 2019; Accepted April 12, 2019 Automatic face and VLP’S recognition for smart parking system Reivind P. Persada, Suci Aulia*, Burhanuddin D., Sugondo H. Telkom University, 01 Telekomunikasi St., Dayeuhkolot, Bandung, Jawa Barat, Indonesia *Corresponding author, e-mail: suciaulia@telkomuniversity.ac.id Abstract One of the concerning issues regarding smart city is Smart Parking. In Smart Parking, some researchers try to provide solutions and breakthroughs on several research topics among security systems, the availability of single space, an IoT framework, etc. In this study, we proposed a security system on Smart Parking based on face recognition and VLP’s (Vehicle License Plates) identification. In this research, SSIM (Structural Similarity) method as part of IQA has been applied due to its reliability and simple computation for face detection and recognition process. From the test results of 30 data, obtained the highest SSIM value 0.83 with the highest accuracy rate of 76.67%. That level of accuracy still has not reached the implementation standard of 99.9%. So that it still needs to be improved in the future studies, especially in the filtering noise section. Keywords: face recognition, IQA, smart parking, SSIM, VLPs recognition Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction IoT based smart parking system is a system to monitoring the occupancy that processed information from the sensors which deployed in the parking area [1]. Depart from previous research [2] the image processing method that used in face detection and face recognition was Image Quality Assessment. (IQA) Image quality assessment plays an important role in visual signal communication and processing such as biomedical imaging, printing and display systems, image fusion, segmentation, and image acquisition [3]. In general, PSNR, MSE, SSIM, and RMSE are commonly used to compare the quality between enhancing the image with the original image, while the advantages of SSIM over others are more consistent from the human subjective perception [4, 5]. Some experiments show that SSIM was one of the successful methods for IQA [6]. Among them [7], SSIM has successfully approached the analysis of medical imaging especially in noised image such as Rician noise in MRIs and Poisson noise in X-rays, but still failed when implemented on some blurred medical images. Other experiment [8] by Varnan, showed that SSIM was better than MSE and PSNR when testing the accuracy of a distortion image. Based on some experiment results above, thus SSIM became the mainstay method in this research which has been used for face recognition process in smart parking system. Another part of smart parking system is vehicle license plates recognition (VLPs), many researchers studied how to get high accuracy of plate recognition [9] by simulating several methods such as MIP (Morphological Image Processing, 96.4%) [10], Blob extraction and segmentation method (90.0%) [11], OpenCV [12-14], and some enhancement methods like OCR (Optical Character Recognition) [15,16]. While the successful of the VLPs recognition problem as part of Machine Vision System (MVS) will depend on how much about the problems domain can be solved [17]. Based on the explanation above in this study, we proposed a face and VLP’s recognition system using OpenCV based on SSIM approached. OpenCV method was used because often used in real time conditions. In this study, the test limits only one car in one queue of vehicles and only one face in captured image.
  • 2. TELKOMNIKA ISSN: 1693-6930  Automatic face and VLP’S recognition for smart parking system (Suci Aulia) 1699 2. Research Method 2.1. System Design The system design consists of entrance gate, main controller unit that connected to the server and data base, and the end part is gate. At the entrance gate, camera 1 will capture the plate image, then saved according to the captured time. Camera 2 performs the capture process also on the driver's face to be stored in the entry face dataset. After that, both data directories are stored in database and the entry primary gate will open as seen in Figure 1. Figure 1. Proposed smart parking system When the vehicle will go out, the vehicle stops at a spot in front of the exit parking gate. The camera will capture the license plate and driver’s face. The next process is face detection by matching face images whne captured on the exit gate with face images when entering the parking lot. This process is calculation of SSIM and MSE of both images, if the SSIM value is more than threshold then the face that recognice will be considered as a valid data and the gate will open and if the SSIM value is below the threshold the gate will not open. The license plate identification process is also done by matching the plate number when the vehicle enters the parking lot. This process is done by using OpenALPR (Automatic license plate recognition) application, the characters on the number plate image will be detected and then matched with the number plate that has been stored on the data base before. In this research, for data base design consist of seven field id they are; id, time_in, time_out, pict_in, pict_out, face_in, face_out, no_plate where each filed has a data type: time_in and time_out using timestamp, no_plate, face_in, face_out using varchar, pict_in and pict_out using text. 2.2. Vehicle and Face Detection The algorithm that used to detect the existence of a license and face object was the Haar Cascade algorithm. The Haar method was used for segmentation of object (vehicle and face) on image due to its superiority which can segment the characters on license plate in real time condition as tested by Chirag [18] in his survey research for Automatic Number Plate Recognition (ANPR). Object classification was using a fixed scale parable, in this study using 360x240 pixels. If the car object in the image was bigger or smaller than the pixel size then the classifier will continuously run several times to search the car object on the image during the detection process. Once the vehicle object is detected, the next step is face detection. In the process of haar cascade for vehicle detection requires a positive image and negative image, then openCV will generate as sample using opencv_createsamples for both of images which containing a binary format. Positive image is the image that there are objects to be searched while the negative image is a background. Next, train the object by running opencv_traincascade, this library serves to generate files with extension .xml that can detect the existence of the vehicle when the camera takes pictures or video. 2.3. Face Recognition The used method in face recognition process was SSIM (The Structural Similarity Index). The SSIM algorithm works by comparing the luminance (l), contrast (c), and structural (s) of a host image (x) with distorted or enhanced image (y) [19-21]. In general, the equation of SSIM is shown as follows [22]:
  • 3.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 4, August 2019: 1698-1705 1700 𝑆𝑆𝐼𝑀(𝑥, 𝑦) = [𝑙(𝑥, 𝑦)]_ . [𝑐(𝑥, 𝑦)]_ . [𝑠(𝑥, 𝑦)]_ (1) for each luminance, contrast, and structural component is illustrated in Figure 2 [23-25]. Figure 2. Luminance, contrast, and structural component mapping on SSIM Based on Figure 2, the luminance changes are influenced by the mean intensity while the contrast and structural changes are influenced by the value of covariance.Figure 3 below illustrates how SSIM values are obtained. To get its SSIM value, the first step was to measure the scale of the lighting value luminance (x, y), then calculated the contrast value from both contrast (x, y) images. While to get the value of structure comparison c (x, y) the lighting value divided by contrast value. All three values were combined so that the SSIM values appear from both images. Figure 3. Flow of SSIM computation 2.4. License Plate’s Characters Identification In the ALPR process, the system detects the number plate characters already known by the system. To simplify the detection of plate characters, in OpenALPR the OCR library is added to determine the dimensional and character configurations of the vehicle license plate. In this proposed system, the first process is to detect a vehicle object using the Haar Cascade algorithm. This algorithm works by analyzing each image location and classifying it as a car or
  • 4. TELKOMNIKA ISSN: 1693-6930  Automatic face and VLP’S recognition for smart parking system (Suci Aulia) 1701 not a car. Classification of objects using a fixed scale and generate files cars .xml, in this research using the image size 360x240 pixels. The second process, OpenALPR analyzes the image to identifying the license plate. The result is a writing that represents many of the number plate characters. In the process of detecting the number plate characters needed is the train data file of the Indonesian license plate character, the config file and which is in the runtime_data directory. The Indonesian number plate pattern in OpenALPR is defined as “id @####@@” or “id @####@@@ “, where @ as letter and # as number that declares variable results in output program. 2.5. Test Parameters 2.5.1. Character Detection Accuracy of License Plate To determine the accuracy of license plate, the system will read a video input of a vehicle recording. Number of input objects read as many as 30 samples from the 30 samples will be calculated how many the proposed system read the plate correctly and how many the license plate is detected not in accordance with the actual conditions. The accuracy calculation as shown in (2). Accuracy=(Total correct detection)/(Total sample)×100% (2) 2.5.2. Accuracy of Face Recognition To determine the accuracy of face recognition. The program will read thirty different drivers' faces according to the condition of the driver's exit from the parking area. After that it will get the average value for each SSIM of the same 30 drivers. (3) shown the average value for SSIM we call mean SSIM. Mean SSIM=(SSIM1+SSIM2+SSIM3+ … +SSIM30)/30 (3) 3. Result and Analysis Implementation of face and plate detection system in this research was at a car park in Telkom University field. A digital camera mounted on a pole with a height between 1-1.5 meters was adjusted to the height of the car. The camera placement can be seen in Figure 4 and Figure 5. The application test is performed using video samples recorded through the camera and in real time using a webcam. When the program is run it will display the video being called, in the video there is a vehicle object that will be detected by OpenCV. The sample detection plate process can be seen in Figure 6. Figure 4. Camera placement Figure 5. Device setting Furthermore, the process that occurs is the detection of characters on the vehicle license plate run by OpenALPR. Once the plate is detected and characters are identified, then the data will be stored in the database to match when the vehicle is go out. The Application
  • 5.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 4, August 2019: 1698-1705 1702 interface will display an identifiable vehicle image consisting of entry time, car images, as well as detection plate numbers. Based on Table 1, true positive value was 23/30 or 76.67% out of 30 test objects and false negative 23.33%. So, it can be concluded that system sensitivity of license plate identification was 76.67%. Success rate is strongly influenced by environmental conditions ie the intensity of light. When the intensity of the light is too high can cause light to bounce on the plate so that the character of the plate will be difficult to recognize. As for the analysis of the introduction of each character, it is difficult to distinguish between "1" and "I", "8" and "B", and also "0" and "O" because they have similar feature. (a) (b) Figure 6. (a) Cropping (b) Grayscale conversion Table 1. Accuracy of Plate Identifiaction No No. Plate Detection Result Annotation No No. Plate Detection Result Annotation 1 D1991EA D991EA False Negative 16 D1022ZO D1022ZO True Positive 2 D1391MV D1391NV False Negative 17 D1081DA D1081DA True Positive 3 Z1756NH Z1756NH True Positive 18 D500NO D500NO True Positive 4 D1815ADO D1815ADO True Positive 19 D1541WJ D1541VJ False Negative 5 D1075ADH D1075ADH True Positive 20 D1288AEA D1288AEA True Positive 6 D1621MY D1621NY False Negative 21 D1095VW D1095VW True Positive 7 BE2176TF BE2176TF True Positive 22 BE2176TF BE2176TF True Positive 8 D1852SX D1852SX True Positive 23 D101CO D101CO True Positive 9 D211FE D211FE True Positive 24 B97DAY B97DAI False Negative 10 D1715ACJ D1715ACJ True Positive 25 D1056AAK D1056MK False Negative 11 D1397UO D1397UQ False Negative 26 F1618HK F1618HK True Positive 12 D1763ADX D1763ADX True Positive 27 B1255VB B1255VB True Positive 13 D1741AEN D1741AEN True Positive 28 D787GO D787G0 True Positive 14 D1466VB D1466VB True Positive 29 D1049SAD D1049SAD True Positive 15 D1796RO D1796RO True Positive 30 D1839TX D1839TX True Positive Based on the testing, the fastest time can be reach at 64 seconds, while the longest time of 91 seconds while for the average time is 78.76 seconds. System performance test of face recognition was performed to know the accuracy level with matching the face of the car driver. This test was done through three stages as follows: a) First Stage (system process on entrance gate) Face image obtained after the camera takes a picture of the driver then run the algorithm to perform the process of auto cropping. In this pre-processing, the system also zoomed parts of the face to simplify the recognition process as shown on Figure 7. After the pre-processing, then the face image will be stored in the dataset in jpeg format and with the file name that has been determined will be compared to the face image when the driver get out from the parking lot. b) Second Stage (system process on exit gate) At this stage, when the car getting out at the parking lot, the system will capture the driver’s face on the area surrounding the gate. The captured image of the driver then become input on the pre-processing and image matching process on the face image at the
  • 6. TELKOMNIKA ISSN: 1693-6930  Automatic face and VLP’S recognition for smart parking system (Suci Aulia) 1703 exit gate. Once everything is done then the system will send commands through serial communication to make the main gate open. c) Third Stage (SSIM comparison) At this stage, an accuracy test was conducted by calculating the SSIM value on face image when entering and getting out the parking lot. This test was conducted to get the SSIM value of a number of faces that use parking facilities that used for database. A total of 30 car drivers were tested on this experiment. The system tested by placing the camera at 12:00:00 PM and the set distance was ±50 cm. Table 1 shows the test results on SSIM values as well as gate conditions. Figure 8 shown that SSIM value between face entrance and face out was 0.67, then the gate will get status “open”. Figure 7. Face Captured Sample Figure 8. Face Comparison sample Based on Table 2 and Figure 9, the average value of SSIM is 0.58 where a total of 23 driver’s faces were identified well at the exit gate. SSIM values below 0.5 on the other 7 faces caused failure to access out of the gate. This low SSIM value due to improper object position when the taking face was done. From this test obtained 76.67% of accuracy. The rate of accuracy system can be improved by testing several parameters like background subtraction, decrease level of contrast with median filtering, up and down the position of webcam more precision. Figure 9. SSIM value for each captured image
  • 7.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 4, August 2019: 1698-1705 1704 Table 2. Test Results of SSIM Value and Gate Condition No Captured Image (Entrance Gate) Captured Image (Exit Gate) SSIM / Gate Status No Captured Image (Entrance Gate) Captured Image (Exit Gate) SSIM / Gate Status 1 0.38/Not Open 16 0.63/ Open 2 0.44/ Not Open 17 0.58/ Open 3 0.42/ Not Open 18 0.54/ Open 4 0.42/ Not Open 19 0.75/ Open 5 0.54/ Open 20 0.68/ Open 6 0.50/ Open 21 0.73/ Open 7 0.40/ Not Open 22 0.75/ Open 8 0.55/ Open 23 0.42/ Not Open 9 0.67/ Open 24 0.63/ Open 10 0.75/ Open 25 0.53/ Open 11 0.68/ Open 26 0.78/ Open 12 0.83/ Open 27 0.61/ Open 13 0.80/ Open 28 0.71/ Open 14 0.43/ Not Open 29 0.53/ Open 15 0.74/Open 30 0.52/ Open 4. Conclusion This research has successfully implemented face and vehicle license plates (VLPs) identification for smart parking system at the parking lot in Telkom University area. This research applied SSIM algorithm as the main core in face recognition process that achieve accuracy rate of 76.67% on 30 samples of vehicles with the highest SSIM value obtained was 0.83. The best SSIM value is achieved when taking the driver's face in the right position with the same contrast and lighting. The failed recognitions on some of the driver’s faces probably due to improper object position when the camera takes a face. This research is still being
  • 8. TELKOMNIKA ISSN: 1693-6930  Automatic face and VLP’S recognition for smart parking system (Suci Aulia) 1705 developed with a focus on the process of image acquisition and the effect of contrast and noise filtering. References [1] A Khanna, R Anand. IoT based smart parking system. in 2016 International Conference on Internet of Things and Applications (IOTA). 2016: 266–270. [2] PF Perdananti, B Hidayat, S Aulia. HOG and ICA Based Face Recognition System on A Surveillance Video. Far East J. Electron. Commun. 2017; 17(5): 995–1009. [3] P Mohammadi, A Ebrahimi-Moghadam, S Shirani. Subjective and Objective Quality Assessment of Image: A Survey. arXiv. 2014: 1–50. [4] T Chakraborty, N Nalawade, A Manjre, A. Sarawgi, PP Chaudhari. Review of Various Image Processing Techniques for Currency Note Authentication. Int. J. Comput. Eng. Res. Trends. 2016; 3(3): 119–122. [5] S Prathap, I Jesus. Detection of Fake currency using Image Processing 1. International Journal of Innovative Science, Engineering and Technology. 2014; 1(10): 151–157. [6] YJ Liu, X Luo, YM Xuan, WF Chen, XL Fu. Image retargeting quality assessment. Comput. Graph. Forum, 2011; 30(2): 583–592. [7] GP Renieblas, AT Nogués, AM González, N Gómez-Leon, EG del Castillo. Structural similarity index family for image quality assessment in radiological images. J. Med. Imaging. 2017; 4(3): 035501. [8] CS Varnan, A Jagan, J Kaur, D Jyoti, DS Rao. Image Quality Assessment Techniques in Spatial. Int. J. Comput. Sci. Technol. 2011; 2(3): 177–184. [9] NF Gazcón, CI Chesñevar, SM Castro. Automatic vehicle identification for Argentinean license plates using intelligent template matching. Pattern Recognit. Lett. 2012; 33(9): 1066–1074. [10] X He, L Zheng, Qiang Wu, Wenjing Jia, Bijan Samali, M Palaniswami. Segmentation of characters on car license plates. in 2008 IEEE 10 th Workshop on Multimedia Signal Processing. 2008: 399–402. [11] Y Yoon, KD Ban, H Yoon, J Kim. Blob extraction based character segmentation method for automatic license plate recognition system. in 2011 IEEE International Conference on Systems, Man, and Cybernetics. 2011: 2192–2196. [12] KM Sajjad. Automatic License Plate Recognition using Python and OpenCV. Int. J. Comput. Appl. Technol. Res. 2014; 3(12): 756–761. [13] S Uma, M Sharmila. Implementation of License Plate Recognition System in ARM Cortex A8 Board. IJCEM Int. J. Comput. Eng. Manag. 2016; 19(3): 9–13. [14] ER Buhus, D Timis, A Apatean. Automatic Parking Access Using OpenALPR on Raspberry PI3. ACTA Tech. NAPOCENSIS Electronics and Telecommunications. 2016; 57(3): 10–15. [15] L Zheng, X He, B Samali, L T Yang. Accuracy Enhancement for License Plate Recognition. in 2010 10 th IEEE International Conference on Computer and Information Technology. 2010: 511–516. [16] C Patel, A Patel, D Patel. Optical character recognition by open source OCR tool tesseract: A case study. Int. J. Comput. Appl. 2012; 55(10): 50–56. [17] O Marques, Practical Image and Video Processing Using MATLAB. IEEE PRESS. A JOHN WILEY & SONS, INC, 2011. [18] C Patel, D Shah, A Patel. Automatic Number Plate Recognition System (ANPR): A Survey. Int. J. Comput. Appl. 2013; 69(9): 21–33. [19] J Wang, Y Liu, Y Zhu. Color Image Blind Watermarking Algorithm Based on QR Decomposition and Voting in DWT Domain. Int. J. Secur. Its Appl. 2016; 10(11): 33–46. [20] A Wadhokar, K Sakharikar, S Wadhokar, G Salunke. SSIM Technique for Comparison of Images. Int. J. Innov. Res. Sci. Eng. Technol. 2014; 03(09): 16281–16286. [21] KG Larkin. Structural Similarity Index SSIMplified. Occas. Texts Purs. Clarity Simplicity Res. 2015; 1(1): 1–4. [22] HYogita V, HY Patil. A Survey on Image Quality Assessment Techniques, Challenges and Databases. IJCA Proc. Natl. Conf. Adv. Comput. 2015: 34–38. [23] A George, A Prabavathy. A Survey On different approaches used in image quality assessment. IJCSNS. 2014; 14(2): 78-84. [24] YA Y Al-najjar, DC Soong. Comparison of Image Quality Assessment: PSNR, HVS, SSIM, UIQ. Int. J. Sci. Eng. Res. 2012; 3(8): 1–5. [25] K Ma, T Zhao, K Zeng, Z Wang. Objective Quality Assessment for Color-to-Gray Image Conversion. IEEE Trans. Image Process. 2015; 24(12): 4673–4685.