用户名: 密码: 验证码:
面向室外场景的图像纹理分析与应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
纹理分析是模式识别和计算机视觉领域中的重要研究内容,在科学研究和工程技术方面都有着非常广泛的应用前景。从上个世纪70年代起,国内外研究人员就开始了纹理的相关研究,直到现在仍然非常活跃。在模式识别和计算机视觉领域的重要期刊和会议上,每年都有大量的相关学术论文;许多国内外著名研究机构也在从事这方面的研究工作。
     然而,由于人类认知机制的复杂性以及实际图像纹理的丰富性,尽管国内外研究人员在纹理分析领域开展了大量的研究工作,并取得了许多研究成果,但目前已有的种种算法依然存在着许多不足。
     本文针对纹理分析及其应用中的重点和难点问题展开研究,对目前广泛采用的一些纹理描述方法进行了认真的研究和总结,对其理论方法和实验结果进行了深入的比较和分析,并探索了纹理分析在自然场景图像分割和路面裂缝检测中的应用。本文的主要研究内容如下:
     1、针对室外场景图像中的大面积阴影问题,提出了一种基于过渡区提取与Retinex模型的阴影消除算法。算法首先通过分析阴影的关键属性,采用高斯分解得到阴影候选区域的灰度分布,采用多判据方法确定阴影区域,实现了大面积阴影的有效检测。然后分析了过渡区域的性质以及现有的过渡区域提取算法,提出了一种改进的局部复杂度算法,并基于此算法提取阴影边界附近的过渡区域,由此将图像分割为阴影区域、过渡区域和正常光照区域。最后采用分区域的Retinex算法分别对阴影区域和正常光照区域提取光照,并消除光照影响,并对过渡区域进行插值,得到消除阴影后的图像。该算法对大面积阴影的检测与消除具有很好的效果,同时避免了Retinex算法在灰度变化剧烈区域产生的“光晕”现象,实验证实了算法的有效性。
     2、针对纹理特征提取中的尺度选择问题,分析了纹理特征的尺度变化特性以及对分类准确率的影响,阐明了导致多类纹理分类时的尺度不确定性的原因,提出了一种基于尺度无关特征的无监督纹理分类算法。算法通过提取不同尺度下的多种纹理特征,进而得到其在不同尺度下的变化趋势,并以此为特征表述图像的纹理信息。通过在纹理标准库上的实验证实,该算法有效地避免了最佳尺度的选择问题,对不同类型的多类纹理分类均取得了很好的效果,实验效果优于多种对比算法。
     3、针对聚类中的相似度测度选择问题,对多种距离测度进行了比较和分析,提出了一种新的测度度量方法,并将其应用于自然场景的图像分割中。在实验分析中,为了定量的评价分割效果,引入了一种量化的分割评价方案,实验数据显示,本章所提距离测度具有很好的稳定性,在不同的自然场景情况下均取得了很好的分类结果。为了适应应用系统的实时性要求,本章提出了一种基于HSV色彩空间的快速分割算法,该算法在保持较高准确率的基础上,实现了自然场景的快速分割。
     4、针对路面裂缝检测中的复杂纹理背景和光照不均问题,提出了一种针对路面图像的方向性纹理分析方法,并基于此方法,提出了一种基于纹理分析和支持向量机(Support Vector Machine, SVM)的裂缝自动检测算法。该算法采用了基于共生矩阵的方向性分析方法和具有旋转、平移不变性的形态描述符,用以减轻或消除强纹理背景和光照不均的影响,并提取具有鉴别意义的特征,通过训练基于核函数的SVM,实现准确检测不同路面背景下的裂缝信息。实验证实,该方法具有很好的适应性,在不同路面背景下均能准确检出裂缝。
     针对路面裂缝检测中的实时性问题,提出了一种基于局部二值模式(Local Binary Patterns, LBP)的预检测算法。该算法利用了LBP的快速及对光照不敏感的特性,同时考虑背景中的纹理及噪声的影响,采用两级边缘响应(强边缘和弱边缘)的思路,对LBP算子的模式分类结果重新分类。实验证实,该方法检测准确率高,适应不同纹理背景,而且速度快,可以满足工程检测的实时需要。
Texture analysis is always an important issue in pattern recognition and computer vision, and also has found wide application in scientific research and industry fields. Since the 1970's, texture analysis has been a major research area in this field. Every year, a large number of relevant research papers were published in important journals and conferences. Numbers of renowned research institutions are also engaged in this area.
     However, due to the complexity of human cognitive mechanisms and the richness of the actual image texture, it is still a great challenge for the existing approach. Although researchers have made lots of valuable research results, there still existing many puzzles to be resolved.
     This dissertation focuses on the key point in the field of texture analysis and its applications. Widely used texture analysis methods and its experiment results are reviewed, compared and analyzed. Its applications in nature scene segmentation and pavement crack detection were also explored in this dissertation. The main research can be summarized as follows.
     1. In order to eliminate shadows in natural scenes, an approach based on transition region detection and Retinex illumination model was proposed. The range of gray value of shadows was first extracted by Gaussian distribution. By using a multi-criterion method, shadows were effectively detected. Then, the existing transition regions detection methods were compared and analyzed; and an improved local complexity algorithm was proposed for accurate transition region extraction. Based on the improved algorithm, a Retinex based shadow elimination approach was proposed. Natural scene image was segmented to three regions, the shadows, the transition region and the sunshine region. The Retinex method was adopted in shadow and sunshine regions separately. After bilinear interpolation was used for fill up the transition region, a shadow-free image was finally obtained. The proposed method achieved good performance in shadow removal, and halo artifacts generated by Retinex algorithm in high dynamic range area was avoided. Experimental results on real scenes demonstrate the effectiveness of this algorithm.
     2. To solve the scale selection problem in the texture feature extraction, features' characters at different scales and its effect in classification accuracy were first analyzed. After digging out the reasons of the uncertainty in multi-class texture classification, an unsupervised texture classification approach which based on scale-invariant features was proposed. By extracting a variety of different scales of texture features, the trends were obtained and were adopted as distinctive features for texture classification. Experimental results on standard texture database show that the proposed method achieved higher accuracy rate, and most important is the selection of the best scale was avoided.
     3. For the selection of the similarity measure in unsupervised texture classification, a variety of distance measurement were compared and analyzed. A novel distance measurement is proposed and then applied to nature scene segmentation. Quantitative assessment method was introduced in the experimental process. Experiment results show that the proposed distance measurement has good stability and always achieved good classification results in different nature scenes. For the real-time segmentation, a fast approach based on HSV color space was proposed. The proposed approach was implemented with high efficiency and good performance.
     4. In dealing with the complex texture and the uneven illumination background, a pavement crack detection approach based on orientation-selection texture analysis method and SVM was proposed. In the proposed approach, texture analysis based on GLCM and rotation-, translation-invariant shape descriptors were used against strong texture and uneven illumination background. By training SVM with kernel functions, the crack detection approach achieved high accurate rate in different pavement surface. Experiments on real pavement images confirmed the adaptability and accuracy of the proposed approach, even in strong texture and uneven illumination background.
     For real-time pavement crack detection and classification, a novel pre-detection algorithm based on LBP operator is proposed. Distinctive characteristics of LBP, such as fast and insensitive to illumination, were used in our approach. Complex texture and noisy background were also considered. Patterns of LBP were regrouped in order to capture different level edge response (strong edges and weak edges). Experiments on real road surface images confirmed that our approach achieved higher accuracy rate, even in strong texture background. It is more important that the approach we proposed is fast enough to meet the demand of real time detection.
引文
[1]S Negahdaripour and AK Jain, "Challenges in Computer Vision Research:Future Directions of Research", In:Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, Champaign, Illinois, Mar.1992,189-199
    [2]RM Haralick, "Statistical and Structural Approaches to Texture", in:Proceedings IEEE, May 1979,67(5):786-804
    [3]JK Hawkins, "Textural Properties for Pattern Recognition", in:Picture Processing and Psychopictorics, B Lipkin and A Rosenfeld (Editors), Academic Press, New York,1969
    [4]M Dash, H Liu, "Feature Selection for Classification [J]", Intelligent Data Analysis,1(3): 131-156,1997
    [5]M Baba, M Mukunoki and N Asada, "Shadow Removal from a Real Image Based on Shadow Density", in:International Conference on Computer Graphics and Interactive Techniques, California,60-61,2004
    [6]TP Wu and CK Tang, "A Bayesian Approach for Shadow Extraction from a Single Image", in:Proceedings of the Tenth IEEE International Conference on Computer Vision (ICCV'05), Beijing China,480-487,2005
    [7]GD Finlayson, SD Hordley, C Lu, et al., "On the Removal of Shadows from Images [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,28(1):59-68,2006
    [8]GD Finlayson, SD Hordley and MS Drew, "Removing shadows from images using retinex", in:Proceedings of IS&T/SID 10th Color Imaging Conference:Color Science, Systems and Applications, Scottsdale,73-79,2002
    [9]唐亮,谢维信,“城市航空影像中基于模糊Retinex的阴影消除[J]”,电子学报,33(3):500-503,2005
    [10]J Yao, ZM Zhang, "Hierarchical shadow detection for color aerial images [J]", Computer Vision and Image Understanding,102(1):60-69,2001
    [11]唐磊,赵春霞,王鸿南,等,“基于各向异性Retinex的路面图像阴影消除[J]”,中国图象图形学报,13(2):264-268,2008
    [12]Q He and CHH Chu, "Shadow removal from textured images", in:Airborne Intelligence, Surveillance, Reconnaissance (ISR) Systems and Applications VI, Orlando,7307:1-7, 2009
    [13]J Sun, J Tian, Y Du, et al., "Retinex theory-based shadow detection and removal in single outdoor image [J]", Industrial Robot,36(3):263-269,2009
    [14]EH Land and JJ McCann, "Lightness and Retinex theory [J]", Journal of the Optical Society of America,61(1):1-11,1971
    [15]EH Land, "The Retinex theory of color vision [J]", Scientific American,237(6):108-129, 1977
    [16]JA Frankle, JJ McCann, "Method and Apparatus for Lightness Imaging", US Patent 4, 384,336, May 1983
    [17]B Funt, F Ciurea, and JJ McCann, "Tuning Retinex parameters", in:Human Vision and Electronic Imaging VII, Proceedings of SPIE, San Jose, USA,4662:358-366, January 2002
    [18]B Funt, F Ciurea, and JJ McCann, "Retinex in MATLABTM [J]", Journal of Electronic Imaging,13(1),48-57,2004
    [19]F Ciurea, B Funt, "Tuning Retinex parameters [J]", Journal of Electronic Imaging,13(1): 58-64,2004
    [20]DJ Jobson, Z Rahman and GA Woodell, "Properties and performance of a center/surround Retinex [J]", IEEE Transactions on Image Processing,6(3):451-462, 1997
    [21]DJ Jobson, Z Rahman and GA Woodell, "A multiscale Retinex for bridging the gap between color image sand the human observation of scenes [J]", IEEE Transactions Image Processing:Special Issue on Color Processing,6(7):965-976,1997
    [22]Z Rahman, DJ Jobson, and GA Woodell, "Retinex processing for automatic image enhancement [J]", Journal of Electronic Imaging,13(1):100-110,2004
    [23]JS Weszka, A Rosenfeld, "Histogram modification for threshold selection [J]", IEEE Transactions on Systems, Man, and Cybernetics,9(1):38-52,1979
    [24]YJ Zhang, JJ Gerbrands, "Transition region determination based thresholding [J]", Pattern Recognition Letters,12(1):13-23,1991
    [25]章毓晋,“过渡区和图象分割[J]”,电子学报,24(1):12-17,1996
    [26]闫成新,桑农,张天序,等,“基于局部复杂度的图像过渡区提取与分割[J]”,红外与毫米波学报,24(4):312-316,2005
    [27]M Gaviano, D Lera, "A Complexity Analysis of Local Search Algorithms in Global Optimization [J]", Optimization Methods and Software,17(1):113-127,2002
    [28]刘丽,匡纲要,“图像纹理特征提取方法综述[J]”,中国图象图形学报,14(4):622-635,2009
    [29]RM Haralick, K Shanmugam, I Dinstein, "Texture features for image classification [J]" IEEE Transactions on Systems, Man and Cybernetics,3(6):610-621,1973
    [30]T Ojala, M Pietikainen, T Maenpaa, "Multiresolution gray-scale and rotation invariant texture classification with local binary patterns [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,24(7):971-987,2002
    [31]T Ojala, M Pietikainen, "Unsupervised texture segmentation using feature distributions [J]", Pattern Recognition,32(3):477-486,1999
    [32]FP de Miranda, AMQ Marmol, EC Pedroso, et al, "Analysis of RADARS AT-1 data for offshore monitoring activities in the Cantarell Complex, Gulf of Mexico, using the unsupervised semivariogram textural classifier (USTC) [J]", Canadian Journal of Remote Sensing,30(3):424-436,2004
    [33]M Donoser, H Bischof, "Using Covariance Matrices for Unsupervised Texture Segmentation", in:19th International Conference on Pattern Recognition (ICPR'08):1-4, Florida, USA, December 2008
    [34]H He, YQ Chen, "Unsupervised texture segmentation using resonance algorithm for natural scenes [J]", Pattern Recognition Letters,21(8):741-757,2000
    [35]Brodatz texture database, in:http://www.ux.uis.no/-tranden/brodatz.html
    [36]CS Lu, PC Chung, CF Chen, "Unsupervised texture segmentation via wavelet transform [J]", Pattern Recognition,30(5):729-742,1997
    [37]M Acharyya, MK Kundu, "An adaptive approach to unsupervised texture segmentation using M-band wavelet transform [J]", Signal Processing,81(7):1337-1356,2001
    [38]Y Karino, S Omachi, H Aso, "Unsupervised segmentation of texture images using feature selection [J]", Electronics and Communications in Japan, Part 2,88(9):58-66, 2005
    [39]R Panda, BN Chatterji, "Unsupervised texture segmentation using tuned filters in Gaborian space [J]", Pattern Recognition Letters,18(5):445-453,1997
    [40]JF Khan, RR Adhami, SMA Bhuiyan, "A customized Gabor filter for unsupervised color image segmentation [J]", Image and Vision Computing,27(3):489-501,2009
    [41]何源,罗予频,胡东成,“基于测地线活动区域模型的非监督式纹理分割[J]”,软件学报,18(3):592-599,2007
    [42]TI Hsu, J Ling Kuo, R Wilson, "Multiresolution texture gradient method for unsupervised segmentation [J]", Pattern Recognition,33(11):1819-1833,2000
    [43]S Baeg, S Batman, ER Dougherty, et al, "Unsupervised morphological granulometric texture segmentation of digital mammograms [J]", Journal of Electronic Imaging,8(1): 65-75.1999
    [44]I Epifanio, P Soille, "Morphological Texture Features for Unsupervised and Supervised Segmentations of Natural Landscapes [J]", IEEE Transactions on Geoscience and Remote,45(4):1074-1083,2007
    [45]A Bandera, C Urdiales, F Arrebola, et al, "Scale-dependent hierarchical unsupervised segmentation of textured images [J]", Pattern Recognition Letters,22(2):171-181,2001
    [46]P Andrey, P Tarroux, "Unsupervised Segmentation of Markov Random Field Modeled Textured Images Using Selectionist Relaxation [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,20(3):252-262,1998
    [47]X Yang, J Liu, "Unsupervised texture segmentation with one-step mean shift and boundary Markov random fields [J]", Pattern Recognition Letters,22(10):1073-1081, 2001
    [48]G Scarpa, R Gaetano, M Haindl, et al, "Hierarchical Multiple Markov Chain Model for Unsupervised Texture Segmentation [J]", IEEE Transactions on Image Processing,18(8): 1830-1843,2009
    [49]J Park, L Kurz, "Unsupervised segmentation of textured images [J]", Information Sciences,92(1-4):255-276,1996
    [50]O Alata, C Ramananjarasoa, "Unsupervised textured image segmentation using 2-D quarter plane autoregressive model with four prediction supports [J]", Pattern Recognition Letters,26(8):1069-1081,2005
    [51]C Cariou, K Chehdi, "Unsupervised texture segmentation classification using 2-D autoregressive modeling and the stochastic expectation-maximization algorithm [J]", Pattern Recognition Letters,29(7):905-917,2008
    [52]N Jhanwar, S Chaudhuri, G Seetharaman, "Content based image retrieval using motif cooccurrence matrix [J]", Image and Vision Computing,22(14):1211-1220,2004
    [53]CH Lin, RT Chen, YK Chan, "A smart content-based image retrieval system based on color and texture feature [J]", Image and Vision Computing,27(6):658-665,2009
    [54]AP Pentland, "Fractal-Based Description of Natural Scenes [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,6(6):661-674,1984
    [55]边肇祺,张学工,“模式识别(第二版)[M]”,北京:清华大学出版社,2000
    [56]BS Everitt, S Landau, M Leese, "Cluster Analysis (Third Edition) [M]", New York: Halsted Press,1993
    [57]孙吉贵,刘杰,赵连宇,“聚类算法研究[J]”,软件学报,19(1):48-61,2008
    [58]R Xu, II Donald Wunsch, "Survey of Clustering Algorithms [J]", IEEE Transactions on Neural Networks,16(3):645-678,2005
    [59]JC Bezdek, "Pattern recognition with fuzzy objective function algorithms [M]", New York:Plenum Press,1981
    [60]WY Ma, BS Manjunath, "EdgeFlow:A Technique for Boundary Detection and Image Segmentation [J]", IEEE Transactions on Image Processing,9(8):1375-1388,2000
    [61]DR Martin, CC Fowlkes, J Malik, "Learning to detect natural image boundaries using local brightness, color, and texture cues [J]", IEEE Transaction on Pattern Analysis and Machine Intelligence,26(5):530-549,2004
    [62]A Hanbury, B Marcotegui, "Morphological segmentation on learned boundaries [J]" Image and Vision Computing,27(4):480-488,2009
    [63]T Pavlidis, YT Liow, "Integrating region growing and edge detection [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,12(3):225-233,1990
    [64]R Castano, R Manduchi, J Fox, "Classification Experiments on Real-World Texture", in: Third Workshop on Empirical Evaluation in Computer Vision, Hawaii, Dec.2001,1-20
    [65]A Protiere, G Sapiro, "Interactive Image Segmentation via Adaptive Weighted Distances [J]", IEEE Transactions on Image Processing,16(4):1046-1057,2007
    [66]AY Yang, J Wright, Y Ma, et al, "Unsupervised segmentation of natural image via lossy data compression [J]", Computer Vision and Image Understanding,110(2):212-225, 2008
    [67]D Comaniciu, P Meer, "Mean shift:a robust approach toward feature space analysis [J]" IEEE Transactions on Pattern Analysis and Machine Intelligence,24(5):603-619,2002
    [68]JH Park, GS Lee, SY Park, "Color Image Segmentation using Adaptive Mean Shift and Statistical Model [J]", Computers& Mathematics with Applications,57(6):970-980, 2009
    [69]M Pietikainen, T Nurmela, T Maenpaa, et al, "View-based recognition of real-world textures [J]", Pattern Recognition,37(2):313-323,2004
    [70]YXia, D Feng, T Wang, et al, "Image segmentation by clustering of spatial patterns [J]", Pattern Recognition Letters,28(12):1548-1555,2007
    [71]J Shi, J Mailik, "Normalized cuts and image segmentation [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,22(8):888-905,2000
    [72]Y Boykov, V Kolmogorov, "An experimental comparison of min-cut/max-flow algorithms for energy minimization in vision [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,26(9):1124-1137,2004
    [73]Y Boykov, G Funka-Lea, "Graph Cuts and Efficient N-D Image Segmentation [J]", International Journal of Computer Vision,70(2):109-131,2006
    [74]TV Le, CA Kulikowski, IB Muchnik, "A Graph-Based Approach for Image Segmentation", in:Proceedings of the 4th International Symposium on Advances in Visual Computing, Las Vegas, Dec.2008,278-287
    [75]S Zhu, A Yuille, "Region competition:unifying snakes, region growing, and Bayes/ MDL for multiband image segmentation [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,18(9):884-900,1996
    [76]Y Deng, BS Manjunath, H Shin, "Color Image Segmentation", in:IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Fort Collins, USA, June 1999,2446-2451
    [77]J Kaufhold, A Hoogs, "Learning to Segment Images Using Region-Based Perceptual Features", in:IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Washington DC, July 2004,2954-2961
    [78]D Crevier, "Image segmentation algorithm development using ground truth image data sets [J]", Computer Vision and Image Understanding,112(2):143-159,2008
    [79]庄严,陈东,王伟,等,“移动机器人基于视觉室外自然场景理解的研究与进展[J]”,自动化学报,36(1):1-11,2009
    [80]JC Bezdek, NR Pal, "Cluster validation with generalized Dunn's indices", in:The 2nd New Zealand International Two-Stream Conference on Artificial Neural Networks and Expert Systems, Dunedin, New Zealand,190-193, Nov.1995
    [81]I Gath, AB Geva, "Unsupervised optimal fuzzy clustering [J]", IEEE Transaction on Pattern Analysis and Machine Intelligence,ll(7):773-780,1989
    [82]XL Xie, G Beni, "A validity measure for fuzzy clustering [J]", IEEE Transaction on Pattern Analysis and Machine Intelligence,13(8):841-847,1991
    [83]M Idrissa, M Acheroy, "Texture classification using Gabor filters [J]", Pattern Recognition Letters,23(9):1095-1102,2002
    [84]M Halkidi, M Vazirgiannis, I Batistakis, "Quality scheme assessment in the clustering process", in:European Conference on Principles and Practice of Knowledge Discovery in Databases (PKDD 2000), Lyon, France,1910:265-276,2000
    [85]U Maulik, S Bandyopadhyay, "Performance evaluation of some clustering algorithms and validity indices [J]", IEEE Transaction on Pattern Analysis and Machine Intelligence, 24(12):1650-1654,2002
    [86]M Kim, RS Ramakrishna, "A New Clustering Algorithm Based on Cluster Validity Indices", in:7th International Conference on Discovery science, DS 2004, Padova, Italy, LNAI 3245,322-329, Oct.2004
    [87]Y Deng, BS Manjunath, "Unsupervised segmentation of color-texture regions in images and video [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,23(8): 800-813,2001
    [88]E Pekalska, RPW Duin, "Dissimilarity representations allow for building good classifiers [J]", Pattern Recognition Letters,23(8):943-956,2002
    [89]Y Arzhaeva, DMJ Tax, B van Ginneken, "Dissimilarity-based classification in the absence of local ground truth:Application to the diagnostic interpretation of chest radiographs [J]", Pattern Recognition,42(9):1768-1776,2009
    [90]T Hofmann, J Puzicha, JM Buhmann, "Unsupervised Texture Segmentation in a Deterministic Annealing Framework [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,20(8):803-818,1998
    [91]B Sierra, E Lazkano, E Jauregi, et al, "Histogram distance-based Bayesian Network structure learning:A supervised classification specific approach [J]", Decision Support Systems,48(1):180-190,2009
    [92]张宇,刘雨东,计钊,“向量相似度测度方法[J]”,声学技术,28(4):532-536,2009
    [93]N Kwak, CH Choi, "Input feature selection by mutual information based on Parzen window [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,24(12): 1667-1671,2002
    [94]MH Horng, "Multi-class support vector machine for classification of the ultrasonic images of supraspinatus [J]", Expert Systems with Applications,36(4):8124-8133,2009
    [95]刘跃虎,王飞,刘晓东,等,“一种特征矩阵的相似性度量方法及其在图像检索中的应用[J]”,模式识别与人工智能,19(4):497-502,2006
    [96]韩水华卢正鼎陈传波,“图像内容的复合距离测度模型[J]”,计算机研究与发展,38(7):851-855,2001
    [97]Outex Natural Scene test suites, available in:http://www.outex.oulu.fi/temp/
    [98]HN Koutsopoulos, AB Downey, "Primitive-based classification of pavement cracking images [J]", Journal of Transportation Engineering,119(3):402-418,1993
    [99]W Wei, M Ding, Q Wang, "A binary image enhancement and recognition approach in crack detection using exploring agents", in:Electronic Imaging and Multimedia Technology IV, Proceedings of SPIE, Beijing, Nov.2004,287-296
    [100]J Zhou, PS Huang, FP Chiang, "Wavelet-based pavement distress image compression and noise reduction", in:Wavelets XI, Proceedings of SPIE, San Diego, California, Aug.2005,59141Z.l-59141Z.ll
    [101]G Wang, X Xu, L Xiao, et al, "Algorithm based on the finite Ridgelet transform for enhancing faint pavement cracks [J]", Optical Engineering,47(1):017004.1-10,2008
    [102]J Zhou, PS Huang and FP Chiang, "Wavelet-based pavement distress detection and evaluation [J]", Optical Engineering,45(2):1-10,2006
    [103]P Subirats, J Dumoulin, V Legeay, et al, "Automation of Pavement Surface Crack Detection Using the Continuous Wavelet Transform", in:2006 International Conference on Image Processing (ICIP'06), Atlanta, Oct.2006,3037-3040
    [104]HD Cheng, JL Wang, YG Hu, et al, "Novel Approach to Pavement Cracking Detection Based on Neural Network [J]", Transportation Research Record,1764:119-127,2001
    [105]J Bray, B Verma, X Li, and W He, "A Neural Network Based Technique for Automatic Classification of Road Cracks", in:International Joint Conference on Neural Networks (IJCNN), Vancouver, July 2006,907-912
    [106]储江伟,初秀民,王荣本,等,“沥青路面破损图象特征提取方法研究[J]”,中国图象图形学报,8(10):1211-1217,2003
    [107]G Wang, Z Zhang, Y Huang, et al, "An improved multifractal method for pavement cracks extraction [J]", Journal for Computer-Aided Engineering and Software,24(7): 712-722,2007
    [108]王华,朱宁,王祁,“公路路面分形纹理特征分析和分类[J]”,哈尔滨工业大学学报,37(6):816-818,2005
    [109]王华,朱宁,王祁,“应用计盒维数方法的路面裂缝图像分割[J]”,哈尔滨工业大学学报,39(1):340-342,2007
    [110]T Tomikawa, "A study of road crack detection by the meta-genetic algorithm", in: AFRICON, IEEE, Cape Town, South Africa, Sept.1999,543-548
    [111]Y Huang and B Xu, "Automatic inspection of pavement cracking distress [J]", Journal of Electronic Imaging,15(1):1-6,2006
    [112]S Sorncharean and S Phiphobmongkol, "Crack Detection on Asphalt Surface Image Using Enhanced Grid Cell Analysis", in:4th IEEE International Symposium on Electronic Design, Test& Applications, Hong Kong, Jan.2008,49-57
    [113]HG Zhang and Q Wang, "Use of Artificial Living System for Pavement Distress Survey", in:Industrial Electronics Society, IECON,30th Annual Conference of IEEE, Pusan, Korea, Nov.2004,2486-2490
    [114]张洪光,王祁,“基于人工种群和Agent的路面裂纹检测算法[J]”,哈尔滨工业大学学报,39(1):128-132,2007
    [115]HD Cheng, JR Chen, C Glazier, et al, "Novel approach to pavement cracking detection based on fuzzy set theory [J]", Journal of Computing in Civil Engineering,13(4): 270-280,1999
    [116]P Delagnes and D Barba, "A Markov random field for rectilinear structure extraction in pavement distress image analysis", in:1995 International Conference on Image Processing (ICIP'95), Washington, Oct.1995,446-449
    [117]S Jitprasithsiri, H Lee, RG Sorcic, "Development of Digital Image-Processing Algorithm To Compute Unified Crack Index for Salt Lake City [J]", Journal of the Transportation Research Board,1526:142-148,1996
    [118]HD Cheng, M Miyojim, "Novel system for automatic pavement distress detection [J]" Journal of computing in civil engineering,12(3):145-152,1998
    [119]MS Kaseko, ZP Lo, SG Ritchie, "Comparison of traditional and neural classifiers for pavement crack detection [J]", Journal of Transportation Engineering,120(4):552-569, 1994
    [120]HT Shandiz, HG Tehrani, H Hadizadeh, "Using multi layer perceptron network to classify road cracks [J]", WSEAS Transactions on Systems,4(4):355-358,2005
    [121]H Rababaah, D Vrajitoru, J Wolfer, "Asphalt Pavement Crack Classification:A Comparison of GA, MLP, and SOM", in:Genetic and Evolutionary Computation Conference, Washington, USA, June 2005
    [122]T Ojala, M Pietikainen and D Harwood, "A Comparative Study of Texture Measures with Classification Based on Feature Distributions [J]", Pattern Recognition,29(1):51-59, 1996
    [123]J Melendez, D Puig, MA Garcia, "Comparative evaluation of classical methods, optimized Gabor filters and LBP for texture feature selection and classification", Lecture Notes in Computer Science,4673:912-920,2007
    [124]汪凯斌,俞卞章,李会方,等,“基于LBP驱动的区域围道纹理分割模型[J]”,西北工业大学学报,25(5):712-715,2007
    [125]H Zhou, R Wang, C Wang, "A novel extended local-binary-pattern operator for texture analysis [J]", Information Sciences,178:4314-4325,2008
    [126]M Heikkila, M Pietikainen, C Schmid, "Description of interest regions with local binary patterns [J]", Pattern Recognition,42(3):425-436,2009
    [127]S Liao, MWK Law, ACS Chung, "Dominant Local Binary Patterns for Texture Classification [J]", IEEE Transactions on Image Processing,18(5):1107-1118,2009
    [128]徐剑,丁晓青,王生进,等,“一种融合局部纹理和颜色信息的背景减除方法[J]”,自动化学报,35(9):1145-1150,2009
    [129]F Tajeripour, E Kabir, A Sheikhi, "Fabric Defect Detection Using Modified Local Binary Patterns [J]", EURASIP Journal on Advances in Signal Processing,1-12,2008
    [130]M. Pietikainen, Marko Heikkila, "A texture-based method for modeling the background and detecting moving objects [J]", IEEE Transactions on Pattern Analysis and Machine Intelligence,28(4):657-662,2006
    [131]V Vapnik, "The Nature of Statistical Learning Theory [M]", New York:Springer-Verlag, 1995
    [132]张学工,“关于统计学习理论与支持向量机[J]”,自动化学报,26(1):32-42,2000
    [133]薄华,马缚龙,焦李成,“图像纹理的灰度共生矩阵计算问题的分析[J]”,电子学报,34(1):155-158,2006
    [134]丁险峰,吴洪,张宏江,等,“形状匹配综述[J]”,自动化学报,27(5):678-694,2001
    [135]M Peura and J Iivarinen, "Efficiency of simple shape descriptors", in:3rd International Workshop on Visual Form (IWVF), Capri Italy, May 1997,1-9
    [136]S Chandaka, A Chatterjee and S Munshi, "Cross-correlation aided support vector machine classifier for classification of EEG signals [J]", Expert Systems with Applications,36(2-1):1329-1336,2009

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700