Tự động phân tách đối tượng hố trên mặt đường sử dụng các kỹ thuật xử lý ảnh

Tran Xuan Linh, Hoang Nhat Duc / Tạp chí Khoa học và Công nghệ Đại học Duy Tân 06(43) (2020) 3-6 3 Automatic extraction of pothole objects using image processing techniques Tự động phân tách đối tượng hố trên mặt đường sử dụng các kỹ thuật xử lý ảnh Tran Xuan Linha,b, Hoang Nhat Duca,b* Trần Xuân Linha,b, Hoàng Nhật Đứca,b* aInstitute of Research and Development, Duy Tan University, Da Nang, 550000, Vietnam bFaculty of Civil Engineering, Duy Tan University, Da Nang, 550000, Vietna

pdf4 trang | Chia sẻ: huongnhu95 | Lượt xem: 427 | Lượt tải: 0download
Tóm tắt tài liệu Tự động phân tách đối tượng hố trên mặt đường sử dụng các kỹ thuật xử lý ảnh, để xem tài liệu hoàn chỉnh bạn click vào nút DOWNLOAD ở trên
m aViện Nghiên cứu Phát triển Công nghệ Cao, Trường Đại học Duy Tân, Đà Nẵng, Việt Nam bKhoa Xây dựng, Trường Đại học Duy Tân, Đà Nẵng, Việt Nam (Ngày nhận bài: 21/7/2020, ngày phản biện xong: 27/7/2020, ngày chấp nhận đăng: 15/12/2020) Abstract This study aims at developing an image processing based method for automatic extraction of pothole object on surface of asphalt pavement road. Image processing methods including Median Filter, Otsu’s method for image thresholding, and image morphological analyses are employed for extracting pothole objects from digital images. Experimental results with image samples demonstrate the effectiveness of the developed image processing tool. Keywords: Pothole extraction; image thresholding; image processing; asphalt pavement; defect detection. Tóm tắt Nghiên cứu này phát triển một phương pháp xử lý hình ảnh để trích xuất đối tượng hố trên bề mặt đường trải nhựa. Các phương pháp xử lý hình ảnh bao gồm bộ lọc trung vị, phương pháp Otsu cho phân ngưỡng ảnh và phân tích hình thái hình ảnh được sử dụng cho việc phân tách các đối tượng hố từ hình ảnh kỹ thuật số. Kết quả thử nghiệm với các mẫu ảnh đã cho thấy tính hiệu quả của công cụ xử lý hình ảnh được phát triển trong nghiên cứu này. Từ khóa: Phân tách đối tượng hố; phân ngưỡng hình ảnh; xử lý hình ảnh; mặt đường nhựa; phát hiện khuyết tật. 1. Introduction Roads are very important components of the transportation network. Thus, assessing their serviceability is a very crucial task during periodic surveys [1]. Needless to say, road degradation leads to an increasing number of traffic accidents and economic losses [2]. Hence, there is a practical need to enhance the productivity of the current road maintenance process. In this study, we focus on a critical defect appearing on asphalt pavement road which is the pothole object. Generally, a pothole can be regarded as a bowl-shaped depression on the pavement surface with a minimum plane diameter of 150 mm [3]. To enhance the productivity of the current road 06(43) (2020) 3-6 * Corresponding Author: Hoang Nhat Duc, Institute of Research and Development, Duy Tan University, Da Nang, 550000, Vietnam; Faculty of Civil Engineering, Duy Tan University, Da Nang, 550000, Vietnam. Email: hoangnhatduc@duytan.edu.vn Tran Xuan Linh, Hoang Nhat Duc / Tạp chí Khoa học và Công nghệ Đại học Duy Tân 06(43) (2020) 3-6 4 maintenance process, we develop an automatic approach for extracting pothole objects from two-dimensional (2D) pavement images. 2. Image thresholding using Otsu’s method Otsu’s method [4] is a simple yet effective image thresholding technique. This technique is based on the idea of separating the pixels within an image into two groups. The separated object is characterized by ω0 and μ0 which are the ratio of the number of pixels and the average gray level. Similarly, the background of the image is featured by ω1 and μ1. Thus, the total mean of gray level of the image is defined as follows [4, 5]: )()()()( 1100 tttt   (1) where t represents a gray level of the image. The image is optimally thresholded if the following optimization function fs(t) is maximized [4, 5]: 2 11 2 00 ))()(())()(()(   tttttfMaxArg s t (2) 3. Program Applications The computer program used for automatic extracting pothole object in this study consists of six major steps: (i) Image enhancement using Median Filter (ii) Conversion of color image to gray-scale image (iii) Image thresholding using Otsu’s method (iv) Image enhancement using morphological analyses (v) Pothole object localization (vi) Pothole object extraction It is noted that the computer program is developed with the Visual C# .NET framework 4.6.2. The first step of the program aims at pre- processing image samples to reduce image noises and remove redundant details [6]. The Median Filter is used in this step. After the image is converted to gray-scale one (see Fig. 1), the Otsu’s method is applied to separate the original image into the object of interest and the background (see Fig. 2). Morphological analyses are carried out to remove small objects and crack objects [5, 7-9]. The location of a pothole is identified by a rectangle surrounding a pothole object (see Fig. 2). Finally, the pothole object can be extracted via image convolution and cropping operations. The application of the developed program has been demonstrated in Fig. 3. Original Image Median Filtered Gray Image Fig. 1 Image Processed by Median Filtering Gray Image Thresholded Image Object Localization Object Extraction Fig. 2 Illustration of Object Extraction Process Tran Xuan Linh, Hoang Nhat Duc / Tạp chí Khoa học và Công nghệ Đại học Duy Tân 06(43) (2020) 3-6 3 Original Image Gray Image Thresholded Image Extracted Pothole (a) Original Image Gray Image Thresholded Image Extracted Pothole (b) Original Image Gray Image Thresholded Image Extracted Pothole (c) Original Image Gray Image Thresholded Image Extracted Pothole (d) Original Image Gray Image Thresholded Image Extracted Pothole (e) Fig. 3 Image Segmentation Results Tran Xuan Linh, Hoang Nhat Duc / Tạp chí Khoa học và Công nghệ Đại học Duy Tân 06(43) (2020) 3-6 6 4. Conclusion This study has developed an image processing based method for automatic extraction of pothole object on surface of asphalt pavement road. Image processing methods including Median Filter, Otsu’s method for image thresholding, and image morphological analyses are used for extracting pothole objects from digital images. The method has been developed with the Visual C# .NET framework 4.6.2. Experimental results with five image samples have confirmed the usefulness of the newly developed tool. References [1] A. Cubero-Fernandez, F. J. Rodriguez-Lozano, R. Villatoro, J. Olivares, and J. M. Palomares, "Efficient pavement crack detection and classification," EURASIP Journal on Image and Video Processing, vol. 2017, p. 39, June 13 2017. [2] A. Tedeschi and F. Benedetto, "A real-time automatic pavement crack and pothole recognition system for mobile Android-based devices," Advanced Engineering Informatics, vol. 32, pp. 11- 25, 2017/04/01/ 2017. [3] FHWA, "Distress identification manual for the long- term pavement performance program," Federal Highway Administration, Tech. Rep. FHWA-RD-03- 031, FHWA, Washington DC, 2003. [4] N. Otsu, "A Threshold Selection Method from Gray-Level Histograms," IEEE Transactions on Systems, Man, and Cybernetic, vol. 9, pp. 62-66, 1979. [5] N.-D. Hoang, "Detection of Surface Crack in Building Structures Using Image Processing Technique with an Improved Otsu Method for Image Thresholding," Advances in Civil Engineering, vol. 2018, p. 10, 2018. [6] R. C. Gonzalez, R. E. Woods, and S. L. Eddins, Digital Image Processing Using MATLAB. Upper Saddle River, New Jersey 07458: Pearson Prentice- Hall, 2004. [7] N.-D. Hoang, "Image Processing-Based Pitting Corrosion Detection Using Metaheuristic Optimized Multilevel Image Thresholding and Machine- Learning Approaches," Mathematical Problems in Engineering, vol. 2020, p. 6765274, 2020/05/05 2020. [8] N.-D. Hoang, Q.-L. Nguyen, and D. T. Bui, "Image Processing-Based Classification of Asphalt Pavement Cracks Using Support Vector Machine Optimized by Artificial Bee Colony," Journal of Computing in Civil Engineering, vol. 32, p. 04018037, 2018. [9] N.-D. Hoang and Q.-L. Nguyen, "A novel method for asphalt pavement crack classification based on image processing and machine learning," Engineering with Computers, April 18 2018.

Các file đính kèm theo tài liệu này:

  • pdftu_dong_phan_tach_doi_tuong_ho_tren_mat_duong_su_dung_cac_ky.pdf