Detection of Road Cracks and Potholes Using IOT Device
Detection of Road Cracks and Potholes Using IOT Device
B. Detection of Potholes
The detection system of potholes is installed in the vehicle
with proper dimensions. The location of the camera plays an The acquired input image is processed be the block
important role for detection of potholes. The camera module diagram. In Pre processing we use Median filter and image
is located at the top of the car and placed securely. The enhancement. Median filter is a technique used for removing
module is kept behind the rear mirror so that reliable and the noise from the image. This noise filtering is done in the
accurate results can be obtained. It is important that the preprocessing step to improve the results in the later stages.
camera should be stable and secured as much as possible The main idea for using this filtering process is to run
since, changes in the position could cause the potholes through frame pixel by pixel and separating each pixel from
undetected. When the vehicle is in motion the camera the neighbouring pixel. This helps to avoid the processing of
detects the road continuously senses the road and takes the boundaries with or without cropping the image boundaries.
frame for each second. And process the image using the In the gray scale analysis the method called Columnar mean
digital image processing. is used for obtaining the gray scale of the image. Here we
use this method to calculate the empirical mean value of
each column of the image. Because the pixel values are
stored in matrix format by using matrix conversions.
This makes the value as the index values and it stores in
the database. The mean value is calculated from each
column value that is compared with the stored values in the
database.
IV. CONCLUSIONS
The smart detection and reporting of pothole system was
able to operate successfully. The camera was efficiently
used for the detection of potholes where several algorithms
like erosion, dilation, Otsu thresholding, and contouring
were used for image processing. This, pothole detection
method based on 2D road images was proposed for
improving the existing method and designing a pothole
detection system to be applied to ITS service and road
management system. The deployment of automatic detection
system did not use any laptop, desktop nor Smartphones.
The system produced an average accuracy, sensitivity, and
The formula used to calculate the accuracy, sensitivity, specificity within the expected output and the success rate of
specificity, and success rate of the system are shown in sending reports of detection was found to have no errors.
Equations 1 to 4. The overall result of the system’s Regarding the experiment results, the proposed method
performance is shown in Table 3. For the ideal set-up, it reaches an overall accuracy of 93.75%. However, there are
shows a 100% results for all categories both for detection some limitations in the proposed method. Potholes may be
and reporting, see Figure 5 for the captured images which falsely detected according to the type of shadow and various
was displayed in the web server. shapes of potholes. Thus, in order to more accurately detect
However, for the non-ideal set-up false detections were potholes, it is necessary to use images from not only a single
present in the system, see Figure 6 for the captured sensor but also additional sensors and to add to the proposed
images. These errors were results of various factors during method more features for these sensors.
the testing. Factors that caused false detections were due to
the presence of other vehicles on the road, reflection of the
object was falsely detected as a pothole, objects such as ACKNOWLEDGMENT
water puddles, uneven colored pavements, and other road The heading of the Acknowledgment section and the
distresses also caused false detection. As for the success References section must not be numbered.
rate of sending reports of detected potholes, all detection
was successfully uploaded and displayed to the web server REFERENCES
for an average success rate of 100%. [1] Dong-Won Jang, Rae-Hong Park, "Pothole detection using spatio-
temporal saliency", IET Intelligent Transport System, August 2016.
[2] Alfandino Rasyid, Mochammad Rifki Ulil Albaab, Muhammad
Fajrul Falah, Yohanes Yohanie Fridelin Panduman and Alviansyah
Arman Yusuf, "Pothole Visual Detection using Machine Learning
Method integrated with Internet of Thing Video Streaming
Platform", IES International Electronics Symposium, 2019.