
Citation: | XIE Mingzhi, FAN Dingmeng, JIANG Zhipeng, DENG Fei, WANG Kun, HAN Chen, YANG Yongqing. Research Status and Prospects of Computer Vision-Based Crack Detection of Concrete Structure[J]. Journal of Southwest Jiaotong University. doi: 10.3969/j.issn.0258-2724.20240115 |
As one of the important contents of health monitoring of concrete structure, crack detection reflects the stress and damage state of the structure, and the detection and evaluation is the core technology to ensure structure safety for service. The traditional detection methods have limited coverage in time and space and are greatly affected by environmental and altitude factors, so the detection efficiency and accuracy are relatively low. Additionally, they are dependent on subjective judgment, which is easy to cause missed detection and false detection. The detection method based on computer vision is equipped with digital imaging equipment for data acquisition, input, and image processing to automatically analyze and identify the concrete surface, which has the advantages of high efficiency, accuracy, and objectivity and is widely used in the field of intelligent crack detection of concrete structures. The principle, method, and application of concrete crack detection based on computer vision were described in detail from four aspects: image acquisition, image processing, recognition algorithm, and structure evaluation. Besides, the application of crack image acquisition equipment and various image preprocessing methods in digital imaging technology was reviewed comprehensively, and the advantages, disadvantages, and applicability of different recognition algorithms were analyzed. At the same time, the shortcomings of current research were summarized, and the challenges and problems faced by the application of computer vision technology for equipment intelligence and lightweight network were analyzed. Then the corresponding solutions were proposed. Prospects are also presented from the aspects of multi-source data fusion and utilization, lightweight intelligent equipment, digital imaging and crack mapping, and high-efficiency and real-time structure evaluation.
随着新基建进程的逐步推进和人们环保意识的逐渐提升,特高压电网建设不断对施工效率和成本提出更高的要求. 然而,由于特高压等输电线路路径走廊经常会经过交通不便甚至是人迹罕至的深山老林或崇山峻岭,输电线路建设过程中的物料运输一直是制约电网建设效率和成本的一大因素. 作为一种运输效率高、运输成本低、地形和环境适应能力强的运输方式[1],货运专用索道被越来越多地应用于输电线路施工过程中的物料运输中[2].
为进一步降低货运索道的运输成本,提高运输效率,很多学者尝试对索道结构和设备进行研究和改进. 例如:缪谦等[3-5]研究了货运索道运输技术与设备;江明等[6-10]提出了一系列承载索和索道整体结构的方案及计算方法;白雪松等[11]开发了一种货运索道工作索计算软件,李洋等[12]设计了一种辅助索道方案优化设计平台. 而索道的架设路径也能够在很大程度上影响货运索道的物料运输效率和成本. 相对于传统的依靠人工现场勘查的索道路径规划方法,索道路径自动规划方法所考虑的备选上下料点、备选索道路径更加全面,而规划所耗费时间短,可大幅减少人工和经济成本. 在路径自动规划研究领域,王刚等[13]基于改进的A* 算法进行了输电线路路径智能选线研究;刘亮亮[14]基于蚁群算法构建了超高压输电线路路径选择的规划模型;谢景海等[15]提出了一种用于输电线路路径搜索的改进蚁群优化算法. 这些研究对货运索道的路径规划研究有较大的借鉴意义,但总体来说,现有关于货运索道的路径自动规划研究较少,且无法实现索道路径的自动规划. 例如李攀等[16]设计了一种三维GIS辅助山区输电线路货运索道选线系统,但是,由于索道支架位置自动搜索方法的缺失,该辅助选线系统仅实现了索道路径规划选线的半自动化.
因此,本文提出了3种在二维地形剖面上进行索道支架位置自动搜索的方法:凸包点遍历法、地形自适应法和干涉点搜索法,并对这3种方法进行对比分析,提出适用于工程实际的索道支架位置搜索方法,实现输电线路货运索道路径规划的自动化.
搜索输电线路货运索道支架位置时,需要先提供如图1所示的索道路径二维地形剖面数据. 图中坐标轴的原点O是上料点在水平面上的投影点,横坐标s经过下料点在水平面上的投影,表示水平距离,纵坐标z表示高度. 因此,索道路径二维地形剖面数据可以用坐标(st, zt)表示,其中t为地形剖面上的点. 受索道运输技术的限制,索道路径的长度一般不超过3000 m.
在自身重力、外部载荷和内部张力的共同作用下,相邻两个支架之间(编号为λ和λ + 1)的索道承载索会发生下垂,下垂后的承载索曲线
−z0=4fs0(l−s0)l2+Cls0, |
(1) |
式中:z0为承载索曲线上的点相对曲线起点的高度值;s0为承载索曲线上的点相对起点的水平距离;l为承载索曲线的终点相对起点的水平距离;C为承载索曲线的终点相对起点的高度值;f为承载索曲线的跨中垂度,其取值范围为0.050l ~ 0.080l,模拟承载索载重情况下,可采用f = 0.065l.
在进行索道支架位置搜索时,考虑到安全性、适用性和经济性,需要对支架位置提出以下要求:
1) 索道的支架位置必须保证承载索曲线与地面间的距离合适,以避免索道运行过程中货物触地;
2) 相邻支架间的最大跨距不宜大于400 m;
3) 相邻支架间的最小跨距不宜小于20 m;
4) 中间支架数量不大于7个;
5) 弦倾角小于45°.
如图2所示,在自动搜索索道支架位置时,需要经过以下步骤:
步骤1 索道支架位置自动搜索与冗余支架筛除. 根据索道路径二维地形剖面数据和索道承载索曲线方程,初步搜索满足索道支架位置要求1)、2)的索道支架位置,并删除多余支架以实现对支架位置的确定.
步骤2 判断索道合理性. 根据索道支架位置要求3) ~ 5),判断索道支架位置搜索方案是否合理.
如图3所示,凸包点遍历法首先搜索出地形上所有凹度小于零的凸包点,然后在每个凸包点建立支架;再判断相邻支架间的距离,如果所有相邻支架间的距离都小于400 m,则该索道支架位置方案初步可行,后续根据其他条件判断合理性;否则,说明使用本方法在该二维地形剖面上无法建立索道.
在所有凸包点建立支架必然会造成支架数量冗余,因此,凸包遍历法还需要对冗余支架进行筛除. 对支架λ (λ = 1, 2, 3, …)进行冗余支架筛除的步骤如下:
步骤1 如图4(a)所示,找出支架λ右侧且距离小于400 m的所有支架(编号为λ + 1, λ + 2, λ + 3, …, γ,其中,γ为支架λ右侧所有支架的最大支架编号),并令η = λ + 2.
步骤2 如图4(b)或图4(c)所示,在支架λ和支架η之间建立承载索曲线
步骤3 令η = η + 1,重复步骤2,直至η = γ.
地形自适应法首先在地形曲线的上方建立一条单跨索道承载索曲线(承载索曲线的起点和终点分别位于上料点和下料点正上方),然后控制索道承载索曲线起点和终点逐渐平移下落,靠近上料点和下料点. 在下落过程中,承载索曲线会与地形发生干涉. 每当干涉发生时,在干涉点的位置为索道添加一个中间支架(干涉点的位置为二维地形与承载索曲线的高度之差最大的位置),阻止干涉发生并使得承载索曲线适应地形,直至承载索曲线起点和终点分别与上料点和下料点重合.
如图5所示,该方法的原理可以通过以下步骤进行解释:
步骤1 在上料点和下料点位置设置a和d两点,建立索道承载索曲线(如图5(a)所示),判断承载索曲线是否与地形干涉. 如果不干涉,那么上料点和下料点之间只需要建立一个单跨索道
步骤2 在该干涉点处设置中间支架m,并分别建立承载索曲线
步骤3 分别在干涉点处设置新的中间支架b1和c1,并分别建立承载索曲线
基于地形自适应搜索索道支架位置时,并未限制相邻支架间的距离. 为满足索道相邻支架间的最大跨距不宜大于400 m的要求,需对跨距过大的支架作进一步处理. 如图6所示,首先找出索道路径上间距大于400 m的相邻支架(如图6(a)所示),然后在这一对相邻支架的中点附近的凸包上增加新的支架(如图6(b)所示). 再找出新增支架和两侧相邻支架间的承载索曲线与地形曲线的所有干涉点,在这些干涉点位置增设新的支架(如图6(c)所示). 不断循环以上步骤优化跨距过大的相邻支架,直到所有档距都不大于400 m且所有承载索曲线与地形之间都不存在干涉点.
在对跨距大于400 m的相邻支架进行处理时,也会造成支架数量冗余,因此,地形自适应法也需要使用如图4所示的方法对冗余支架进行筛除.
干涉点搜索法以已知的两个相邻支架(例如首次搜索时的上料点和下料点)为起点和终点,建立一条单跨索道承载索曲线,不断在承载索曲线与地形的最大干涉位置添加中间支架,直到承载索曲线不会与地形发生干涉;同时通过对间距大于400 m的相邻支架进行分段处理,建立满足中间支架搜索原则的货运索道.
如图7所示,该方法的原理可以通过以下步骤进行解释:
步骤1 在相邻支架λ和支架λ + 1之间建立承载索曲线
步骤2 如果
步骤3 如果
步骤4 如果只有一条承载索曲线与地形干涉(如图7(d)所示),在相应的那个干涉点处设置新的支架,编号为λ + 1 (并将原编号为λ + 1的支架及其后续支架编号顺次增大)(如图7(e)所示);如果两条承载索曲线都与地形干涉,在相应的两个干涉点处设置两个新的支架,分别编号为λ + 1和λ + 2 (并将原编号为λ + 1的支架及其后续支架编号顺次增大);如果两条索道都不与地形干涉,则将M点设置为新的支架,编号为λ + 1 (并将原编号为λ + 1的支架及其后续支架编号顺次增大).
步骤5 如果
步骤6 针对所有相邻支架,重复步骤1 ~ 5,直到所有相邻支架间的承载索曲线与地形不干涉,且距离小于400 m.
在对跨距大于400 m的相邻支架进行分段处理时,也会造成支架数量冗余,因此,干涉点搜索法也需要使用如图4所示的方法对冗余支架进行筛除.
针对西南地区的典型地貌,共建立10万个索道路径二维地形剖面,典型特征剖面如图8中黑实线所示. 使用本文所提出的3种方法对这些二维地形剖面的索道支架位置搜索问题进行求解,求解结果样例如图8所示. 为了便于观察,在图中分别将由方法2 (地形自适应法)和方法3 (干涉点搜索法)计算得到的支架和承载索曲线在高度方向进行了平移. 在地形剖面1的计算结果中,仅有方法1 (凸包点遍历法)可以成功提供合理的索道支架位置方案,而方法2和方法3搜索的左起第3个和第4个支架之间的跨距都小于20 m,不能满足支架位置要求. 在地形剖面2 ~ 4的计算结果中,3种方法算得的大部分支架位置基本一致,只有少数支架位置有微小的差异.
表1展示了使用本文提出的3种方法对这10万个二维地形剖面算例进行索道支架位置搜索的成功率和计算时间(计算机处理器:英特尔 Core i7-9700 @ 3.00 GHz 八核,内存为8 GB).
项目 | 方法 1 (凸包点遍历) | 方法 2 (地形自适应) | 方法 3 (干涉点搜索) |
二维地形 剖面数/万个 | 10 | 10 | 10 |
单个地形剖面平均计算时间/ms | 6.07 | 3.59 | 1.04 |
成功搜索支架位置的索道数/条 | 9122 | 8383 | 8255 |
二维地形剖面支架位置搜索成功率/% | 9.12 | 8.38 | 8.26 |
通过对比发现:这3种方法的支架位置搜索成功率差别不大,但单个地形剖面的平均计算时间差异较大. 方法1的支架位置搜索成功率最高,方法2次之,方法3最低;3种方法的成功率由高到低依次为9.12%、8.38%、8.26%. 方法3对单个地形剖面进行处理的平均时间最短,仅需1.04 ms;方法2次之,需3.59 ms;方法1的时间最长,为6.07 ms. 综合对比之后发现:虽然方法3的支架位置搜索成功率略低于另外两种方法,但其计算速度是方法2的3.5倍,是方法1的5.8倍. 因为3种方法的成功率并没有明显的差异,所以在实际工程应用中,推荐使用支架位置搜索速度最快的方法3.
通过对这10万个算例的计算结果进行统计分析发现,地形剖面的水平长度、最大高度差和梯度的均方根都对支架位置搜索成功率有较大的影响,图9(a) ~ (c)分别展示了这3个因素对支架位置搜索成功率的影响. 如图9(a)所示,随着地形剖面的水平长度由200 m增加到约1600 m,3种方法的支架位置搜索成功率基本保持一致,均由50%逐渐降低到1%以下. 如图9(b)所示,随着地形剖面的最大高度差由0增加到约240 m,3种方法的支架位置搜索成功率基本保持一致,均由40%逐渐降低到1%以下. 如图9(c)所示,随着地形剖面的梯度的均方根由0.2增加到约0.8,3种方法的支架位置搜索成功率基本保持一致,均由40%逐渐降低到5%左右.
本文提出并对比研究了3种索道支架位置自动搜索方法:凸包点遍历法、地形自适应法和干涉点搜索法. 使用这3种方法对10万个二维地形剖面算例进行索道支架位置搜索,通过对结果进行统计分析发现:凸包点遍历法的求解速度最慢,但求解成功率最高;干涉点搜索法的求解速度最快,其求解成功率最低. 3种方法都能够在提供的二维地形剖面上自动搜索满足要求的索道支架位置,为输电线路货运索道路径自动化规划提供有效支持,进而为降低输电线路专用索道的运输成本和提高运输效率提供有力保障.
为进一步降低输电线路施工物料的运输成本和提高运输效率,后续将以本文提出的3种索道支架位置自动搜索方法为基础,开展输电线路货运索道路径自动规划技术研究;同时结合货运索道设计计算及选型方法研究,实现货运索道的路径规划、设计计算与部件选型一体化技术研究;在此基础上,结合公路、水路等运输路径规划方法,实现输电线路施工物料运输路径的协同规划.
[1] |
ZHAO S Z, KANG F, LI J J. Intelligent segmentation method for blurred cracks and 3D mapping of width nephograms in concrete dams using UAV photogrammetry[J]. Automation in Construction, 2024, 157: 105145.1-105145.19.
|
[2] |
ZHOU Z, ZHANG J J, GONG C J. Hybrid semantic segmentation for tunnel lining cracks based on Swin Transformer and convolutional neural network[J]. Computer-Aided Civil and Infrastructure Engineering, 2023, 38(17): 2491-2510. doi: 10.1111/mice.13003
|
[3] |
LIANG K, SU R K L. Seismic behavior of non-seismically designed shear walls with moderate shear span under high axial loads[J]. Engineering Structures, 2024, 300: 117223.1-117223.16.
|
[4] |
李晓华. 制造业的数实融合:表现、机制与对策[J]. 改革与战略,2022,38(5): 42-54.
|
[5] |
SINGH M P, SEN S, PATHAK H, et al. Early age cracking relevant to mass concrete dam structures during the construction schedule[J]. Construction and Building Materials, 2024, 411: 134739.1-134739.15.
|
[6] |
LIU Y T, ZHENG D J, CAO E H, et al. Cracking risk analysis of face slabs in concrete face rockfill dams during the operation period[J]. Structures, 2022, 40: 621-632. doi: 10.1016/j.istruc.2022.04.054
|
[7] |
WANG Y J, WU Z M, QU F M, et al. Numerical investigation on crack propagation process of concrete gravity dams under static and dynamic loads with in-crack reservoir pressure[J]. Theoretical and Applied Fracture Mechanics, 2022, 117: 103221.1-103221.17.
|
[8] |
SHENG X W, XIAO S M, ZHENG W Q, et al. Experimental and finite element investigations on hydration heat and early cracks in massive concrete piers[J]. Case Studies in Construction Materials, 2023, 18: e01926.1-e01926.14.
|
[9] |
WANG H M, RANADE R, OKUMUS P. Seismic fragility of reinforced concrete bridge columns utilizing ductile fiber-reinforced concrete covers[J]. Structure and Infrastructure Engineering, 2023, 19(5): 708-730. doi: 10.1080/15732479.2021.1973040
|
[10] |
VISHWANATH B S, BANERJEE S. Considering uncertainty in corrosion process to estimate life-cycle seismic vulnerability and risk of aging bridge piers[J]. Reliability Engineering & System Safety, 2023, 232: 109050.1-109050.15.
|
[11] |
DING Y, ZHOU Z, WEI Y, et al. Experimental and numerical study on the seismic performance of barbell-shaped shear walls with partial application of UHPC[J]. Soil Dynamics and Earthquake Engineering, 2024, 179: 108525.1-108525.13.
|
[12] |
HU H, LAN Y D, LIU Y, et al. Experimental study on the damage performance and forced response of concrete lining in fault-crossing tunnel[J]. Scientific Reports, 2024, 14: 2120.1-2120.23. doi: 10.1038/s41598-024-72324-z
|
[13] |
DING Z, HUANG X, SUN M M, et al. Experimental study on the influence of cracks on tunnel vibration under subway train load[J]. Tunnelling and Underground Space Technology, 2023, 142: 105444.1-105444.18.
|
[14] |
VY V, LEE Y, BAK J, et al. Damage localization using acoustic emission sensors via convolutional neural network and continuous wavelet transform[J]. Mechanical Systems and Signal Processing, 2023, 204: 110831.1-110831.19.
|
[15] |
CHEN L, LU X R, DENG D P, et al. Optimized wavelet and wavelet packet transform techniques for assessing crack behavior in curved segments of arched beam bridges spanning rivers[J]. Water, 2023, 15(22): 3977.1-3977.23.
|
[16] |
蒋宇静,吴法博,张学朋,等. 基于激光多普勒测振的混凝土损伤量化评价研究[J]. 中国矿业大学学报,2023,52(5): 889-903.
JIANG Yujing, WU Fabo, ZHANG Xuepeng, et al. Non-destructive quantitative assessment on the damage of concrete structure based on laser Doppler vibrometer technology[J]. Journal of China University of Mining & Technology, 2023, 52(5): 889-903.
|
[17] |
陈江,熊杰,李宇驰,等. 基于热效应的涉水混凝土工程裂缝监测方法[J]. 工程科学与技术,2023,55(1): 296-303.
CHEN Jiang, XIONG Jie, LI Yuchi, et al. Crack monitoring method for wading concrete engineering based on thermal effects[J]. Advanced Engineering Sciences, 2023, 55(1): 296-303.
|
[18] |
SUN W, DU J, QIAO P Z, et al. Smart piezoelectric module-based wave energy measurement for crack damage evaluation of concrete beams[J]. Measurement, 2023, 221: 113463.1-113463.16.
|
[19] |
钟新谷,彭雄,沈明燕. 基于无人飞机成像的桥梁裂缝宽度识别可行性研究[J]. 土木工程学报,2019,52(4): 52-61.
ZHONG Xingu, PENG Xiong, SHEN Mingyan. Study on the feasibility of identifying concrete crack width with images acquired by unmanned aerial vehicles[J]. China Civil Engineering Journal, 2019, 52(4): 52-61.
|
[20] |
CHOU K W, HE L G, HSU K, et al. Application of an unmanned aerial vehicle for crack measurement using image calibration supported by laser projectors[J]. Multiscale Science and Engineering, 2021, 3(3): 225-235.
|
[21] |
SANCHEZ-CUEVAS P J, RAMON-SORIA P, ARRUE B, et al. Robotic system for inspection by contact of bridge beams using UAVs[J]. Sensors, 2019, 19(2): E305.1-E305.17.
|
[22] |
JIN T, ZHANG W, CHEN C L, et al. Deep-learning- and unmanned aerial vehicle-based structural crack detection in concrete[J]. Buildings, 2023, 13(12): 3114.1-3114.15.
|
[23] |
SALAAN C J O, OKADA Y, MIZUTANI S, et al. Close visual bridge inspection using a UAV with a passive rotating spherical shell[J]. Journal of Field Robotics, 2018, 35(6): 850-867. doi: 10.1002/rob.21781
|
[24] |
WANG H F, ZHAI L, HUANG H, et al. Measurement for cracks at the bottom of bridges based on tethered creeping unmanned aerial vehicle[J]. Automation in Construction, 2020, 119: 103330.1-103330.13.
|
[25] |
XU Z, WANG Y W, HAO X T, et al. Crack detection of bridge concrete components based on large-scene images using an unmanned aerial vehicle[J]. Sensors, 2023, 23(14): 6271.1-6271.14.
|
[26] |
KIM B, NATARAJAN Y, SRI PREETHAA K R, et al. Real-time assessment of surface cracks in concrete structures using integrated deep neural networks with autonomous unmanned aerial vehicle[J]. Engineering Applications of Artificial Intelligence, 2024, 129: 107537.1-107537.12.
|
[27] |
CHEN Y, MEI T, WANG X J, et al. A bridge crack image detection and classification method based on climbing robot[C]//2016 35th Chinese Control Conference (CCC). Chengdu: IEEE, 2016: 4037-4042.
|
[28] |
MENG Q L, YANG J B, ZHANG Y, et al. A robot system for rapid and intelligent bridge damage inspection based on deep-learning algorithms[J]. Journal of Performance of Constructed Facilities, 2023, 37(6): 04023052.1-04023052.14.
|
[29] |
GIBB S, LA H M, LE T, et al. Nondestructive evaluation sensor fusion with autonomous robotic system for civil infrastructure inspection[J]. Journal of Field Robotics, 2018, 35(6): 988-1004. doi: 10.1002/rob.21791
|
[30] |
LI X K, GAO C, GUO Y C, et al. Cable surface damage detection in cable-stayed bridges using optical techniques and image mosaicking[J]. Optics & Laser Technology, 2019, 110: 36-43.
|
[31] |
YANG L, LI B, FENG J L, et al. Automated wall-climbing robot for concrete construction inspection[J]. Journal of Field Robotics, 2023, 40(1): 110-129. doi: 10.1002/rob.22119
|
[32] |
谢文高,张怡孝,刘爱荣,等. 基于水下机器人与数字图像技术的混凝土结构表面裂缝检测方法[J]. 工程力学,2022,39(增1): 64-70.
XIE Wengao, ZHANG Yixiao, LIU Airong, et al. Detection method of concrete structure surface cracks based on underwater robot and digital image technology[J]. Engineering Mechanics, 2022, 39(S1): 64-70.
|
[33] |
YAMAN O, TUNCER T, ERTAM F. An automated crack detection method for underwater structures based on multilevel DWT and LPQ feature generation[J]. Multimedia Tools and Applications, 2023, 82(27): 42331-42352. doi: 10.1007/s11042-023-15229-9
|
[34] |
邱昕捷,韩凤磊,赵望源. 水下机器人实时智能裂缝检测算法[J]. 哈尔滨工程大学学报,2023,44(5): 774-782. doi: 10.11990/jheu.202108022
QIU Xinjie, HAN Fenglei, ZHAO Wangyuan. Real-time intelligent crack detection algorithm for underwater vehicles[J]. Journal of Harbin Engineering University, 2023, 44(5): 774-782. doi: 10.11990/jheu.202108022
|
[35] |
JANG K, AN Y K, KIM B, et al. Automated crack evaluation of a high-rise bridge pier using a ring-type climbing robot[J]. Computer-Aided Civil and Infrastructure Engineering, 2021, 36(1): 14-29. doi: 10.1111/mice.12550
|
[36] |
LIU Y F, NIE X, FAN J S, et al. Image-based crack assessment of bridge piers using unmanned aerial vehicles and three-dimensional scene reconstruction[J]. Computer-Aided Civil and Infrastructure Engineering, 2020, 35(5): 511-529. doi: 10.1111/mice.12501
|
[37] |
刘宇飞,樊健生,孔思宇,等. 多视角几何三维重建法识别工程结构缺损与变形[J]. 工程力学,2020,37(9): 103-111. doi: 10.6052/j.issn.1000-4750.2019.10.0598
LIU Yufei, FAN Jiansheng, KONG Siyu, et al. Detection of structural defect and deformation based on multi-view geometric three-dimensional reconstruction method[J]. Engineering Mechanics, 2020, 37(9): 103-111. doi: 10.6052/j.issn.1000-4750.2019.10.0598
|
[38] |
LIU Y F, CHO S, SPENCER B F J, et al. Concrete crack assessment using digital image processing and 3D scene reconstruction[J]. Journal of Computing in Civil Engineering, 2016, 30(1): 04014124.1-04014124.19.
|
[39] |
WOO H J, SEO D M, KIM M S, et al. Localization of cracks in concrete structures using an unmanned aerial vehicle[J]. Sensors, 2022, 22(17): 6711.1-6711.13.
|
[40] |
ZENG Q Q, FAN G, WANG D Y, et al. A systematic approach to pixel-level crack detection and localization with a feature fusion attention network and 3D reconstruction[J]. Engineering Structures, 2024, 300: 117219.1-117219.17.
|
[41] |
HUA L X, DENG J H, SHI Z F, et al. Single-stripe-enhanced spacetime stereo reconstruction for concrete defect identification[J]. Automation in Construction, 2023, 156: 105136.1-105136.13.
|
[42] |
DENG L, SUN T, YANG L, et al. Binocular video-based 3D reconstruction and length quantification of cracks in concrete structures[J]. Automation in Construction, 2023, 148: 104743.1-104743.15.
|
[43] |
XIAO J L, FAN J S, LIU Y F, et al. Region of interest (ROI) extraction and crack detection for UAV-based bridge inspection using point cloud segmentation and 3D-to-2D projection[J]. Automation in Construction, 2024, 158: 105226.1-105226.18.
|
[44] |
LIU Y F, GAO W L, ZHAO T T, et al. A rapid bridge crack detection method based on deep learning[J]. Applied Sciences, 2023, 13(17): 9878.1-9878.17.
|
[45] |
JIN T, YE X W, LI Z X. Establishment and evaluation of conditional GAN-based image dataset for semantic segmentation of structural cracks[J]. Engineering Structures, 2023, 285: 116058.1-116058.15.
|
[46] |
ZHONG J T, JU H Y, ZHANG W G, et al. A deeper generative adversarial network for grooved cement concrete pavement crack detection[J]. Engineering Applications of Artificial Intelligence, 2023, 119: 105808.1-105808.13.
|
[47] |
KHODAMBASHI S, MOGHADDAM M E. An impulse noise fading technique based on local histogram processing[C]//2009 IEEE International Symposium on Signal Processing and Information Technology (ISSPIT). Ajman: IEEE, 2009: 95-100.
|
[48] |
ZHANG L N, ZHANG L J, ZHANG L D. Application research of digital media image processing technology based on wavelet transform[J]. EURASIP Journal on Image and Video Processing, 2018, 2018(1): 138.1-138.10.
|
[49] |
GAO H, WEI P, KE J. Color enhancement and image defogging in HSI based on Retinex model[C]//2015 International Conference on Optical Instruments and Technology: Optoelectronic Imaging and Processing Technology. Beijing: SPIE, 2015: 9-16.
|
[50] |
OH J K, JANG G, OH S, et al. Bridge inspection robot system with machine vision[J]. Automation in Construction, 2009, 18(7): 929-941. doi: 10.1016/j.autcon.2009.04.003
|
[51] |
孙亮,邢建春,谢立强,等. 基于自适应阈值Canny算法的裂缝检测方法研究[J]. 微型机与应用,2017,36(5): 35-37,41.
SUN Liang, XING Jianchun, XIE Liqiang, et al. An adaptive threshold-based Canny algorithm for crack detection[J]. Microcomputer & Its Applications, 2017, 36(5): 35-37,41.
|
[52] |
王楹. 一种改进的桥梁裂缝图像滤波算法[J]. 重庆交通大学学报(自然科学版),2017,36(12): 13-17. doi: 10.3969/j.issn.1674-0696.2017.12.03
WANG Ying. An improved filtering algorithm for bridge crack image[J]. Journal of Chongqing Jiaotong University (Natural Science), 2017, 36(12): 13-17. doi: 10.3969/j.issn.1674-0696.2017.12.03
|
[53] |
李晋惠. 公路路面裂缝类病害图像处理算法研究[J]. 计算机工程与应用,2003,39(35): 212-213,232. doi: 10.3321/j.issn:1002-8331.2003.35.069
LI Jinhui. Image processing algorithm for detecting the pavement crack diseases[J]. Computer Engineering and Applications, 2003, 39(35): 212-213,232. doi: 10.3321/j.issn:1002-8331.2003.35.069
|
[54] |
张雪峰,闫慧. 基于中值滤波和分数阶滤波的图像去噪与增强算法[J]. 东北大学学报(自然科学版),2020,41(4): 482-487.
ZHANG Xuefeng, YAN Hui. Image denoising and enhancement algorithm based on Median filtering and fractional order filtering[J]. Journal of Northeastern University (Natural Science), 2020, 41(4): 482-487.
|
[55] |
王松林. 一种改进的自适应加权中值去噪算法的研究[D]. 武汉:武汉科技大学,2017.
|
[56] |
余博,郭雷,钱晓亮,等. 一种新的自适应双边滤波算法[J]. 应用科学学报,2012,30(5): 517-523. doi: 10.3969/j.issn.0255-8297.2012.05.013
YU Bo, GUO Lei, QIAN Xiaoliang, et al. A new adaptive bilateral filtering[J]. Journal of Applied Sciences, 2012, 30(5): 517-523. doi: 10.3969/j.issn.0255-8297.2012.05.013
|
[57] |
LEE J H, GWON G H, KIM I H, et al. A motion deblurring network for enhancing UAV image quality in bridge inspection[J]. Drones, 2023, 7(11): 657.1-657.20.
|
[58] |
XIE R P, YAO J, LIU K, et al. Automatic multi-image stitching for concrete bridge inspection by combining point and line features[J]. Automation in Construction, 2018, 90: 265-280. doi: 10.1016/j.autcon.2018.02.021
|
[59] |
秦海伟,陆从飞,蒋永生,等. 轨道式攀爬机器人系统设计与图像处理[J]. 中国安全科学学报,2019,29(7): 117-122.
QIN Haiwei, LU Congfei, JIANG Yongsheng, et al. Design of orbital climbing robot system and image processing[J]. China Safety Science Journal, 2019, 29(7): 117-122.
|
[60] |
张昊宇,丁勇,李登华. 基于三维重建的结构表面裂缝检测方法[J]. 工业建筑,2023,54(5): 60-67.
ZHANG Haoyu, DING Yong, LI Denghua. Astructural surface crack detection method based on 3d reconstruction[J]. Industrial Construction, 2023, 54(5): 60-67.
|
[61] |
丁威,俞珂,舒江鹏. 基于深度学习和无人机的混凝土结构裂缝检测方法[J]. 土木工程学报,2021,54(增1): 1-12.
DING Wei, YU Ke, SHU Jiangpeng. Method for detecting cracks in concrete structures based on deep learning and UAV[J]. China Civil Engineering Journal, 2021, 54(S1): 1-12.
|
[62] |
AL-HUDA Z, PENG B, ALI ALGBURI R N, et al. Weakly supervised pavement crack semantic segmentation based on multi-scale object localization and incremental annotation refinement[J]. Applied Intelligence, 2023, 53(11): 14527-14546. doi: 10.1007/s10489-022-04212-w
|
[63] |
PENNADA S, PERRY M, MCALORUM J, et al. Threshold-based BRISQUE-assisted deep learning for enhancing crack detection in concrete structures[J]. Journal of Imaging, 2023, 9(10): 218.1-218.19.
|
[64] |
HYEGEUN. 크랙 object detection dataset[DB/OL]. Roboflow: HYEGEUN, 2022[2024-07-02]. https://universe.roboflow.com/hyegeun/-rxh4q.
|
[65] |
ZHANG L, YANG F, DANIEL ZHANG Y, et al. Road crack detection using deep convolutional neural network[C]//2016 IEEE International Conference on Image Processing (ICIP). Phoenix: IEEE, 2016: 3708-3712.
|
[66] |
REN Y P, HUANG J S, HONG Z Y, et al. Image-based concrete crack detection in tunnels using deep fully convolutional networks[J]. Construction and Building Materials, 2020, 234: 117367.1-117367.12.
|
[67] |
YANG X C, LI H, YU Y T, et al. Automatic pixel‐level crack detection and measurement using fully convolutional network[J]. Computer-Aided Civil and Infrastructure Engineering, 2018, 33(12): 1090-1109. doi: 10.1111/mice.12412
|
[68] |
SHI Y, CUI L M, QI Z Q, et al. Automatic road crack detection using random structured forests[J]. IEEE Transactions on Intelligent Transportation Systems, 17(12): 3434-3445.
|
[69] |
DORAFSHAN S, THOMAS R J, MAGUIRE M. SDNET2018: an annotated image dataset for non-contact concrete crack detection using deep convolutional neural networks[J]. Data in Brief, 2018, 21: 1664-1668. doi: 10.1016/j.dib.2018.11.015
|
[70] |
XU H Y, SU X, WANG Y, et al. Automatic bridge crack detection using a convolutional neural network[J]. Applied Sciences, 2019, 9(14): 2867.1-2867.14.
|
[71] |
LAXMAN K C, TABASSUM N, AI L, et al. Automated crack detection and crack depth prediction for reinforced concrete structures using deep learning[J]. Construction and Building Materials, 2023, 370: 130709.1-130709.11.
|
[72] |
SUN Z, CAETANO E, PEREIRA S, et al. Employing histogram of oriented gradient to enhance concrete crack detection performance with classification algorithm and Bayesian optimization[J]. Engineering Failure Analysis, 2023, 150: 107351.1-107351.15.
|
[73] |
CROGNALE M, DE IULIIS M, RINALDI C, et al. Damage detection with image processing: a comparative study[J]. Earthquake Engineering and Engineering Vibration, 2023, 22(2): 333-345. doi: 10.1007/s11803-023-2172-1
|
[74] |
周颖,刘彤. 基于计算机视觉的混凝土裂缝识别[J]. 同济大学学报(自然科学版),2019,47(9): 1277-1285.
ZHOU Ying, LIU Tong. Computer vision-based crack detection and measurement on concrete structure[J]. Journal of Tongji University (Natural Science), 2019, 47(9): 1277-1285.
|
[75] |
杨才千,李帅,王博昆,等. 基于动态阈值的混凝土裂缝高抗噪提取及识别方法[J]. 东南大学学报(自然科学版),2021,51(6): 967-972.
YANG Caiqian, LI Shuai, WANG Bokun, et al. High anti-noise extraction and identification method for concrete cracks based on dynamic threshold[J]. Journal of Southeast University (Natural Science Edition), 2021, 51(6): 967-972.
|
[76] |
DOW H, PERRY M, MCALORUM J, et al. Skeleton-based noise removal algorithm for binary concrete crack image segmentation[J]. Automation in Construction, 2023, 151: 104867.1-104867.10.
|
[77] |
张振海,季坤,党建武. 基于桥梁裂缝识别模型的桥梁裂缝病害识别方法[J]. 吉林大学学报(工学版),2023,53(5): 1418-1426.
ZHANG Zhenhai, JI Kun, DANG Jianwu. Crack identification method for bridge based on BCEM model[J]. Journal of Jilin University (Engineering and Technology Edition), 2023, 53(5): 1418-1426.
|
[78] |
刘春,艾克然木•艾克拜尔,蔡天池. 面向建筑健康监测的无人机自主巡检与裂缝识别[J]. 同济大学学报(自然科学版),2022,50(7): 921-932,918.
LIU Chun, AKBAR Akram, CAI Tianchi. UAV autonomous inspection and crack detection towards building health monitoring[J]. Journal of Tongji University (Natural Science), 2022, 50(7): 921-932,918.
|
[79] |
REDMON J, DIVVALA S, GIRSHICK R, et al. You only look once: unified, real-time object detection[C]//2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Las Vegas: IEEE, 2016: 779-788.
|
[80] |
NABIZADEH E, PARGHI A. Vision-based concrete crack detection using deep learning-based models[J]. Asian Journal of Civil Engineering, 2023, 24(7): 2389-2403. doi: 10.1007/s42107-023-00648-8
|
[81] |
黄贲,康飞,唐玉. 基于目标检测的混凝土坝裂缝实时检测方法[J]. 清华大学学报(自然科学版),2023,63(7): 1078-1086.
HUANG Ben, KANG Fei, TANG Yu. A real-time detection method for concrete dam cracks based on an object detection algorithm[J]. Journal of Tsinghua University (Science and Technology), 2023, 63(7): 1078-1086.
|
[82] |
YE G T, QU J S, TAO J T, et al. Autonomous surface crack identification of concrete structures based on the YOLOv7 algorithm[J]. Journal of Building Engineering, 2023, 73: 106688.1-106688.15.
|
[83] |
WU Y, HAN Q B, JIN Q L, et al. LCA-YOLOv8-seg: an improved lightweight YOLOv8-seg for real-time pixel-level crack detection of dams and bridges[J]. Applied Sciences, 2023, 13(19): 10583.1-10583.17.
|
[84] |
XU G, YUE Q R, LIU X G. Deep learning algorithm for real-time automatic crack detection, segmentation, qualification[J]. Engineering Applications of Artificial Intelligence, 2023, 126: 107085.1-107085.22.
|
[85] |
LI G, FANG Z Y, MOHAMMED A M, et al. Automated bridge crack detection based on improving encoder–decoder network and strip pooling[J]. Journal of Infrastructure Systems, 2023, 29(2): 04023004.1-04023004.13.
|
[86] |
CHEN B, ZHANG H, WANG G J, et al. Automatic concrete infrastructure crack semantic segmentation using deep learning[J]. Automation in Construction, 2023, 152: 104950.1-104950.13.
|
[87] |
CHEN Y L, DONG S J, HU B, et al. A dynamic semantic segmentation algorithm with encoder-crossor-decoder structure for pixel-level building cracks[J]. Measurement Science and Technology, 2024, 35(2): 025139.1-025139.17.
|
[88] |
WENG X X, HUANG Y C, LI Y N, et al. Unsupervised domain adaptation for crack detection[J]. Automation in Construction, 2023, 153: 104939.1-104939.11.
|
[89] |
余加勇,李锋,薛现凯,等. 基于无人机及Mask R-CNN的桥梁结构裂缝智能识别[J]. 中国公路学报,2021,34(12): 80-90. doi: 10.3969/j.issn.1001-7372.2021.12.007
YU Jiayong, LI Feng, XUE Xiankai, et al. Intelligent identification of bridge structural cracks based on unmanned aerial vehicle and mask R-CNN[J]. China Journal of Highway and Transport, 2021, 34(12): 80-90. doi: 10.3969/j.issn.1001-7372.2021.12.007
|
[90] |
BAE H, AN Y K. Computer vision-based statistical crack quantification for concrete structures[J]. Measurement, 2023, 211: 112632.1-112632.13.
|
[91] |
孙晓贺,施成华,刘凌晖,等. 基于改进的种子填充算法的混凝土裂缝图像识别系统[J]. 华南理工大学学报(自然科学版),2022,50(5): 127-136,146. doi: 10.12141/j.issn.1000-565X.210602
SUN Xiaohe, SHI Chenghua, LIU Linghui, et al. Concrete crack image recognition system based on improved seed filling algorithm[J]. Journal of South China University of Technology (Natural Science Edition), 2022, 50(5): 127-136,146. doi: 10.12141/j.issn.1000-565X.210602
|
[92] |
MENG Q C, HU L, WAN D, et al. Image-based concrete cracks identification under complex background with lightweight convolutional neural network[J]. KSCE Journal of Civil Engineering, 2023, 27(12): 5231-5242. doi: 10.1007/s12205-023-0923-1
|
[93] |
余加勇,刘宝麟,尹东,等. 基于YOLOv5和U-Net3+ 的桥梁裂缝智能识别与测量[J]. 湖南大学学报(自然科学版),2023,50(5): 65-73.
YU Jiayong, LIU Baolin, YIN Dong, et al. Intelligent identification and measurement of bridge cracks based on YOLOv5 and U-Net3+ [J]. Journal of Hunan University (Natural Sciences), 2023, 50(5): 65-73.
|
[94] |
VASWANI A, SHAZEER N, PARMAR N, et al. Attention is all you need[C]//2017 Advances in Neural Information Processing Systems. Long Beach: NIPS, 2017: 5999-6009.
|
[95] |
DOSOVITSKIY A, BEYER L, KOLESNIKOV A, et al. AN image is worth 16x16 words: transformers for image recognition at scale[C]//ICLR 2021-9th International Conference on Learning Representations. Virtual: ICLR, 2021: 1-21.
|
[96] |
WU Y J, LI S Q, ZHANG J G, et al. Dual attention transformer network for pixel-level concrete crack segmentation considering camera placement[J]. Automation in Construction, 2024, 157: 105166.1-105166.15.
|
[97] |
CHU H H, DENG L, YUAN H Q, et al. A transformer and self-cascade operation-based architecture for segmenting high-resolution bridge cracks[J]. Automation in Construction, 2024, 158: 105194.1-105194.13.
|
[98] |
KIRILLOV A, MINTUN E, RAVI N, et al. Segment Anything[C/OL]//2023 IEEE/CVF International Conference on Computer Vision (ICCV). Paris: IEEE, 2023: 3992-4003.
|
[99] |
MORTON COLBERT Z, ARRINGTON D, FOOTE M, et al. Repurposing traditional U-net predictions for sparse SAM prompting in medical image segmentation[J]. Biomedical Physics & Engineering Express, 2024, 10(2): 025004.1-025004.10.
|
[100] |
LI Y, WANG D, YUAN C, et al. Enhancing agricultural image segmentation with an agricultural segment anything model adapter[J]. Sensors, 2023, 23(18): 7884.1-7884.16.
|
[101] |
OSCO L P, WU Q S, DE LEMOS E L, et al. The Segment anything model (SAM) for remote sensing applications: from zero to one shot[J]. International Journal of Applied Earth Observation and Geoinformation, 2023, 124: 103540.1-103540.18.
|
[102] |
ZHENG K Q, NI S W, ZHANG Y H, et al. Post-cracking shear stiffness model of reinforced concrete beams[J]. Buildings, 2023, 13(11): 2814.1-2814.13.
|
[103] |
SAITO S, MAKI T, TSUCHIYA S, et al. Strain based damage indicators for finite element analysis of reinforced concrete structures[J]. Structures, 2023, 58: 105473.1-105473.11.
|
[104] |
KABOODKHANI M, BAYESTEH H, HAMIDIA M. Energy-based damage assessment of RC frames with non-seismic beam-column joint detailing using crack image processing techniques[J]. Engineering Failure Analysis, 2024, 155: 107723.1-107723.20.
|
[105] |
AFZALI M, HAMIDIA M, SAFI M. Data-driven strength-based seismic damage index measurement for RC columns using crack image-derived parameters[J]. Measurement, 2023, 218: 113155.1-113155.16.
|
[106] |
JAMSHIDIAN S, HAMIDIA M. Post-earthquake damage assessment for RC columns using crack image complexity measures[J]. Bulletin of Earthquake Engineering, 2023, 21(13): 6029-6063. doi: 10.1007/s10518-023-01745-4
|
[107] |
XU S, TANG H D, WANG X R, et al. Assessment of geometric parameters of segmented crack on concrete building facade using deep learning[J]. Structures, 2023, 57: 105188.1-105188.14.
|
[108] |
ASJODI A H, DOLATSHAHI K M, BURTON H V. Three-dimensional fragility surface for reinforced concrete shear walls using image-based damage features[J]. Earthquake Engineering & Structural Dynamics, 2023, 52(8): 2533-2553.
|
[109] |
ZHOU K Y, LEI D, CHUN P J, et al. Evaluation of BFRP strengthening and repairing effects on concrete beams using DIC and YOLO-v5 object detection algorithm[J]. Construction and Building Materials, 2024, 411: 134594.1-134594.16.
|
[110] |
WAY A C, VILJOEN C. Reliability performance in tension governed reinforced concrete reservoirs as a function of target crack width[J]. Structural Concrete, 2023, 24(6): 7726-7741. doi: 10.1002/suco.202201159
|
[111] |
LIU P F, CHEN J Y, XU Q, et al. Seismic stability analysis of CSG dams considering the effect of tension crack based on genetic algorithm with an improved initial population strategy[J]. Soil Dynamics and Earthquake Engineering, 2023, 175: 108210.1-108210.10.
|
[112] |
BORAH M M, SIL A. Service-life estimation of a reinforced concrete bridge structure exposed to chloride-contaminated environments and variable traffic loads[J]. Journal of Risk and Uncertainty in Engineering Systems, Part A: Civil Engineering, 2023, 9(4): 04023028.1-04023028.18.
|
项目 | 方法 1 (凸包点遍历) | 方法 2 (地形自适应) | 方法 3 (干涉点搜索) |
二维地形 剖面数/万个 | 10 | 10 | 10 |
单个地形剖面平均计算时间/ms | 6.07 | 3.59 | 1.04 |
成功搜索支架位置的索道数/条 | 9122 | 8383 | 8255 |
二维地形剖面支架位置搜索成功率/% | 9.12 | 8.38 | 8.26 |