基于图像纹理特征提取算法的研究及应用
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
纹理是图像的基本特征,是物体表面固有属性的描述,为图像分析提供了重要的视觉线索。纹理分类是图像处理、计算机视觉和模式识别领域重要的研究课题;在过去的几十年间吸引了科研人员广泛的研究兴趣和注意。纹理分类在遥感分析,工业纺织品检测,医学图像分析,场景和目标识别,基于内容的图像和视频分析以及材料分类等也有着广泛的潜在应用。纹理图像分类,尤其是对真实世界纹理分类的一个最大挑战在于诸如光照变化、旋转变化、空间尺度变化、对比度变化、视点变化、非刚体形变以及遮挡等都会引起纹理外观在视觉上的随机性突变、几何变化和光度变换等。因此,本论文主要研究如何从纹理图像中提取有效的纹理特征,使类内和类间的纹理属性具有高度可区分性,即构建的图像纹理特征能使同一类纹理图像间的相似度最大,而使不同类之间纹理图像的相似度最小。本论文的主要研究内容如下。
     针对局部二元模式(LBP, Local binary pattern)纹理特征描述子存在的对噪声敏感、对纹理的宏模式描述不足以及特征维度随邻域数目的增加而不断增大等问题,提出-种模拟视网膜采样模式并结合图像像素和图像子块的采样结构(PTP, Pixel to patch)和一种邻域强度关系算子(NIR, neighboring intensity releationship)。该PTP结构可以同时捕获图像的微模式和宏模式。利用NIR算子构建了局部邻域强度关系模式(LNIRP, Local neighboring intensity releationship pattern)特征描述子来搜索邻域灰度属性信息,该特征描述子对LBP特征具有互补性。基于PTP和NIR提出了一种新的纹理描述方法。该方法首先采用联合统计将LNIRP特征与LBP特征相融合。其次,将融合后的特征采用PTP采样结构进一步扩展表达纹理的描述。理论分析及纹理分类实验结果表明,同其他纹理分类方法相比,本文提出的方法具有抗噪声鲁棒性,特征维度低,计算效率和分类正确率高等优点。
     针对灰度不变和旋转不变的纹理分类问题,提出了两个新的基于局部二元模式的特征算子——环方向导数算子(CDD, Circum-Directional derivative)和环方向模式算子(CDP, Circum-Directional pattern),基于这两个特征算子提出了一种新的纹理分类方法。该方法首先利用CDD算子搜索环方向的导数信息,利用CDP算子来捕获中心像素信息及中心像素与环向邻域像素间的空间结构(模式)信息。其次,将CDD算子和CDP算子扩展为高阶形式及不同的变种来分别编码局部区域内的可分辨信息。第三,采用类似于LBP特征的构建方法,基于CDD和CDP算子分别构建局部二元环方向导数(LB-CDD, Local binary circum-directional derivative)和局部二元环方向模式(LB-CDP, Local binary circum-directional pattern)特征描述子。最后,将提出的LB-CDD和LB-CDP特征描述子采用联合统计的方法进行特征融合,根据LB-CDD的不同阶数和LB-CDP的不同变种,构建了多个融合特征描述子。在几个具有挑战性的旋转不变纹理分类数据库上的实验结果表明,提出的方法与其他方法相比在分类正确率上取得了显著的改进,且构建特征的维度较小。
     针对Gabor变换的人脸表情描述方法计算代价和存储空间开销较高的问题,提出一种基于PTP采样结构和空间显著性相结合的人脸表情描述方法。该方法首先采用单演信号分析将人脸图像分解为单演幅度、相位和方向三个单演特征响应图。其次,将每个特征响应图划分为多个矩形子区域,采用矩形子区域上的单演幅度值作为该矩形子区域的空间显著性并为每个子区域分配不同的权重。然后,在三个特征响应图的每个子区域上分别提取基于PTP采样结构的单演幅度、相位和方向二元模式特征。最后,将结合了空间显著性的三个加权特征进行拼接融合进一步增强特征的可分辨性。在人脸表情数据库上的实验结果表明,提出的方法具有较高的准确率和较低的特征维度,是一种有效的人脸表情识别方法。
     针对铁路安全运输中铁道线路上扣件系统检测存在的低效率和准确率不高的问题,基于PTP采样结构和视觉跟踪技术,提出一种扣件定位和扣件状态实时检测方法。首先,利用轨枕区域对光照反射的平均灰度强度和区域内灰度的投影残差实现扣件区域的粗定位,将定位到的轨枕区域设置为扣件区域的粗定位坐标。其次,利用基于PTP采样结构的LBP描述子在扣件区域周围提取正、负样本特征。然后,利用具有在线学习和自动更新的朴素贝叶斯分类器跟踪扣件区域的精确位置。最后,提取扣件区域精确位置上的特征并对特征分类,实现扣件状态的检测。在铁路视频数据库上的实验结果表明,该方法能实时跟踪铁路图像中扣件区域的精确位置,并能自动检测扣件的状态。提出的算法具有较高的检测正确率和实时跟踪速度,是一种有效的和鲁棒的检测方法。
     最后,分析了相关的理论及方法,总结了本文提出的纹理特征的提取方法及在人脸表情识别和轨道扣件状态检测中的应用。针对本文存在的不足之处讨论和分析了未来进一步的研究工作。
Texture, one of basic attributes of the image and the descriptions of intrinsic property for object surface, provides important visual cues for image analysis. Texture classification is an important topic in the fields of image processing, computer vision and pattern recognition, and has received a lot of research interest and attention during the past decades. There are a wide variety of potential applications, such as remote sensing analysis, industrial fabrics inspection, medical image analysis, scene and object recognition, content-based image and video analysis, and material classification. However, the major challenge for texture classification, especially for analyzing real-world textures, lies in the large variety of geometric, stochastic and photometric transformations on the appearance of textures, which is caused by illumination changes, rotation variations, variability in scale and contrast, viewpoint changes, non-rigid deformations and occlusions. Therefore, this paper focus on how to extract effective texture features which are able to highly distinguish between intra-class and inter-class attributes of texture. It means that the constructed texture descriptors can maximize the similarity of inter-class while minimizing the ones of intra-class. The main contents of this paper are as follows.
     For the problem of sensitiveness to noise, high dimensionality and inadequate description of macro-mode existing in the Local binary pattern (LBP) descriptor, an effective sampling structure based on Pixel To Patch (PTP) to mimic the retinal sampling pattern and a novel local neighboring intensity relationship pattern (LNIRP) descriptor are proposed. The proposed PTP sampling structure simultaneously captures micro-patterns and macro-patterns. LNIRP descriptor, which is complementary to the LBP descriptor, is built by using neighboring intensity relationship (NIR) operator to explore neighboring gray-scale properties. A new texture description method is proposed based on PTP and NIR. With this method, LNIRP and LBP features are firstly fused jointly. Then, the joint descriptors are extended by using PTP sampling structure to describe textures. Theoretical analysis and texture classification experimental results show that the proposed descriptor has advantages of robustness to noise, low feature dimensionality, higher computational efficiency and classification accuracy. Two novel operators, circum-directional derivative (CDD) and circum-directional pattern (CDP)--are proposed for gray-scale and rotation invariant texture classification. And a new texture description method is proposed based on the above two operators. Firstly, it adopts CDD operator to explore circum-directional derivative information, and CDP operator to capture the central pixel information and spatial structure (pattern) information between central pixel and circum-directional neighboring pixels. Secondly, CDD and CDP operators are further extended to higher orders and different variants to encode more discriminative information in a given local region respectively. Thirdly, in a way similar to LBP, these two operators are then adopted to build two new texture descriptors respectively, namely CDD for the local binary circum-directional derivative descriptor (LB-CDD) and CDP for the local binary circum-directional pattern descriptor (LB-CDP). Finally, the proposed LB-CDD and LB-CDP descriptors are fused jointly. According to the different orders of LB-CDD and different variants of LB-CDP, several fused descriptors are built. Based on several challenging rotation invariant texture classification databases, experimental results show that the proposed method significantly outperformed other methods in classification accuracy as well as keeping a smaller feature dimension.
     For the problem of high expenses for computation and storage space of Gabor transformation based facial expression description, a combination of PTP based sampling structure and spatial saliency based method is proposed for the description of facial expression. It firstly adopts monogenic signal analysis to decompose a facial image into three feature maps for monogenic amplitude, phase and orientation. Secondly, each feature map is divided into multiple rectangular sub-regions. The amplitudes of the rectangular sub-region are set as the spatial saliency which is allocated to each rectangle as different weights. Then, on the each rectangular sub-region, LBP feature based on PTP are respectively extracted from three monogenic maps. Finally, the combination of those features, which are weighted by spatial saliency, are concatenated together to further enhance the discrimination. Experimental results on facial expression databases show that the proposed method which has higher accuracy and lower feature dimension, is an effective method of facial expression recognition.
     For the problem of low efficiency and accuracy for fastening systems inspection in safe rail transportation, a method on fastener detection and status inspection is proposed based on PTP sampling structure and visual tracking technology. Firstly, coarse positions of fasteners can be detected through adopting local region's average intensity and projection residuals of gray-values. The positions of detected sleepers are set as coordinates of fasteners. Based on PTP, LBP features are extracted from positive and negative samples which are sampled around the fasteners. The exact locations of fasteners are tracked via naive Bayes classifier capable of online learning and automatic updating. Finally, the features extracted from exact location of fasteners are classified to detect the status of the fasteners.
     Adopting the railway video databases, it experimentally showed that the proposed approach can effectively track the fasteners and automatic inspect their status. The proposed method which has higher recognition accuracy and real-time tracking speed, is an effective and robust inspection approach.
     Finally, after analyzing the relevant theories and methods, we conclude the proposed multi-scale texture feature extraction method and its application in face expression recognition and railway fastener detection. For the shortcoming of the presented method, we discuss and analyze the further research work in the future.
引文
[1]Haralick R M, Shanmugam K, Dinstein I H. Textural features for image classification[J]. Systems, Man and Cybernetics, IEEE Transactions on,1973 (6): 610-621.
    [2]Randen T, Husoy J H. Filtering for texture classification:A comparative study[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1999,21(4): 291-310.
    [3]Julesz B. Visual pattern discrimination[J]. Information Theory, IRE Transactions on, 1962,8(2):84-92.
    [4]Tuceryan M, Jain A K. Texture analysis[J], Handbook of pattern recognition and computer vision,1993:235-276.
    [5]Wang A, Wang S, Lucieer A. Segmentation of multispectral high-resolution satellite imagery based on integrated feature distributions[J]. International Journal of Remote Sensing,2010,31(6):1471-1483.
    [6]Lucieer A, Stein A, Fisher P. Multivariate texture-based segmentation of remotely sensed imagery for extraction of objects and their uncertainty [J]. International Journal of Remote Sensing,2005,26(14):2917-2936.
    [7]Camps-Valls G, Shervashidze N, Borgwardt K M. Spatio-spectral remote sensing image classification with graph kernels[J]. Geoscience and Remote Sensing Letters, IEEE,2010,7(4):741-745.
    [8]Castellano G, Bonilha L, Li L M, et al. Texture analysis of medical images[J]. Clinical radiology,2004,59(12):1061-1069.
    [9]Tesar L, Shimizu A, Smutek D, et al. Medical image analysis of 3D CT images based on extension of Haralick texture features [J]. Computerized Medical Imaging and Graphics,2008,32(6):513-520.
    [10]Chebira A, Barbotin Y, Jackson C, et al. A multiresolution approach to automated classification of protein subcellular location images[J]. BMC bioinformatics,2007, 8(1):210.
    [11]孙慧贤,张玉华,罗飞路.航空发动机蓖齿盘表面裂纹的视觉检测方法明[J].光学精密工程,2009,117(5):1187-1195.
    [12]王庆香,李迪,张舞杰,叶峰.软性电路板金面缺陷的无监督检测[J].光学精密工程2010,18(4):981-987.
    [13]Farrahi Moghaddam R, Cheriet M. A multi-scale framework for adaptive binarization of degraded document images[J]. Pattern Recognition,2010,43(6):2186-2198.
    [14]Shi J, Ray N, Zhang H. Shape based local thresholding for binarization of document images[J]. Pattern Recognition Letters,2012,33(1):24-32.
    [15]Lew M S, Sebe N, Djeraba C, et al. Content-based multimedia information retrieval: State of the art and challenges[J]. ACM Transactions on Multimedia Computing, Communications, and Applications (TOMCCAP),2006,2(1):1-19.
    [16]Rahmani R, Goldman S A, Zhang H, et al. Localized Content-Based Image Retrieval[J]. IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE,2008:1902-1912.
    [17]Zhou G T, Ting K M, Liu F T, et al. Relevance feature mapping for content-based multimedia information retrieval[J]. Pattern Recognition,2012,45(4):1707-1720.
    [18]Haralick R M, Shanmugam K, Dinstein I H. Textural features for image classification [J]. Systems, Man and Cybernetics, IEEE Transactions on,1973 (6): 610-621.
    [19]Ojala T, Pietikainen M, Maenpaa T. Multiresolution gray-scale and rotation invariant texture classification with local binary patterns [J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2002,24(7):971-987.
    [20]Vilnrotter F M, Nevatia R, Price K E. Structural analysis of natural textures[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1986 (1):76-89.
    [21]Baheerathan S, Albregtsen F, Danielsen H E. New texture features based on the complexity curve [J]. Pattern Recognition,1999,32(4):605-618.
    [22]Hsu J T, Liu L C, Li C C. Determination of structure component in image texture using wavelet analysis[C]//Image Processing,2001. Proceedings.2001 International Conference on. IEEE,2001,3:166-169.
    [23]Chetverikov D, Hanbury A. Finding defects in texture using regularity and local orientation[J]. Pattern Recognition,2002,35(10):2165-2180.
    [24]Singh M, Singh S. Spatial texture analysis:a comparative study[C]//Pattern Recognition,2002. Proceedings.16th International Conference on. IEEE,2002,1: 676-679.
    [25]Umarani C, Ganesan L, Radhakrishnan S. Combined statistical and structural approach for unsupervised texture classification[J]. International Journal of Imaging Science and Engineering (IJISE),2008,2(1):162-165.
    [26]Cross G R, Jain A K. Markov random field texture models [J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1983 (1):25-39.
    [27]Chellappa R, Chatterjee S. Classification of textures using Gaussian Markov random fields[J]. Acoustics, Speech and Signal Processing, IEEE Transactions on,1985, 33(4):959-963.
    [28]Sivakumar K, Goutsias J. Morphologically constrained GRFs:applications to texture synthesis and analysis [J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1999,21(2):99-113.
    [29]Liu F, Picard R W. Periodicity, directionality, and randomness:Wold features for image modeling and retrieval[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1996,18(7):722-733.
    [30]Kaplan L M. Extended fractal analysis for texture classification and segmentation[J]. Image Processing, IEEE Transactions on,1999,8(11):1572-1585.
    [31]Comer M L, Delp E J. Segmentation of textured images using a multiresolution Gaussian autoregressive model[J]. Image Processing, IEEE Transactions on,1999, 8(3):408-420.
    [32]Francos J M, Meiri A Z, Porat B. A unified texture model based on a 2-D Wold-like decomposition[J]. Signal Processing, IEEE Transactions on,1993,41(8):2665-2678.
    [33]Parrinello T, Vaughan R A. Multifractal analysis and feature extraction in satellite imagery[J]. International journal of remote sensing,2002,23(9):1799-1825.
    [34]Xu Y, Yang X, Ling H, et al. A new texture descriptor using multifractal analysis in multi-orientation wavelet pyramid[C]//Computer Vision and Pattern Recognition (CVPR),2010 IEEE Conference on. IEEE,2010:161-168.
    [35]Tsai D M, Huang T Y. Automated surface inspection for statistical textures[J]. Image and Vision Computing,2003,21(4):307-323.
    [36]Assefa D, Mansinha L, Tiampo K F, et al. Local quaternion Fourier transform and color image texture analysis[J]. Signal Processing,2010,90(6):1825-1835.
    [37]Zhang W, Shan S, Gao W, et al. Local Gabor binary pattern histogram sequence (LGBPHS):A novel non-statistical model for face representation and recognition[C]//Computer Vision,2005. ICCV 2005. Tenth IEEE International Conference on. IEEE,2005,1:786-791.
    [38]马江林,赵忠明,汪承义等.一种新的基于Gabor小波的非监督纹理分割方法[J].武汉大学学报.信息科学版2009,34(1):11-18.
    [39]Han J, Ma K K. Rotation-invariant and scale-invariant Gabor features for texture image retrieval [J]. Image and Vision Computing,2007,25(9):1474-1481.
    [40]Mallat S G. A theory for multiresolution signal decomposition:the wavelet representation[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 1989,11(7):674-693.
    [41]Nasri M, Nezamabadi-pour H. Image denoising in the wavelet domain using a new adaptive thresholding function[J]. Neurocomputing,2009,72(4):1012-1025.
    [42]Smith C B, Agaian S, Akopian D. A wavelet-denoising approach using polynomial threshold operators[J]. Signal Processing Letters, IEEE,2008,15:906-909.
    [43]Muneeswaran K, Ganesan L, Arumugam S, et al. Texture classification with combined rotation and scale invariant wavelet features [J]. Pattern Recognition,2005, 38(10):1495-1506.
    [44]Han Y, Shi P. An adaptive level-selecting wavelet transform for texture defect detection[J]. Image and Vision Computing,2007,25(8):1239-1248.
    [45]Lei Z, Liao S, Pietikainen M, et al. Face recognition by exploring information jointly in space, scale and orientation[J]. Image Processing, IEEE Transactions on,2011, 20(1):247-256.
    [46]Xu Y, Yang X, Ling H, et al. A new texture descriptor using multifractal analysis in multi-orientation wavelet pyramid [C]//Computer Vision and Pattern Recognition (CVPR),2010 IEEE Conference on. IEEE,2010:161-168.
    [47]Gonzalez R C, Woods R E.Digital image processing[M]. Addison-Wesley 1992.
    [48]Dana K J, Van Ginneken B, Nayar S K, et al. Reflectance and texture of real-world surfaces[J]. ACM Transactions on Graphics (TOG),1999,18(1):1-34.
    [49]Varma M, Zisserman A. A statistical approach to material classification using image patch exemplars[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 2009,31(11):2032-2047.
    [50]Wang L, He D C. Texture classification using texture spectrum[J]. Pattern Recognition,1990,23(8):905-910.
    [51]Brodatz P. Texture:A Photographic Album for Artists and Designers[M]. Dover, New York:1966.
    [52]Ojala T, Pietikainen M, Harwood D. A comparative study of texture measures with classification based on featured distributions [J]. Pattern recognition,1996,29(1): 51-59.
    [53]Pietikainen M, Ojala T, Xu Z. Rotation-invariant texture classification using feature distributions [J]. Pattern Recognition,2000,33(1):43-52.
    [54]Ojala T, Valkealahti K, Oja E, et al. Texture discrimination with multidimensional distributions of signed gray-level differences[J]. Pattern Recognition,2001,34(3): 727-739.
    [55]Ahonen T, Hadid A, Pietikainen M. Face description with local binary patterns: Application to face recognition[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2006,28(12):2037-2041.
    [56]Carneiro G, Jepson A D. Flexible spatial configuration of local image features [J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2007,29(12): 2089-2104.
    [57]Mu Y, Yan S, Liu Y, et al. Discriminative local binary patterns for human detection in personal album[C]//Computer Vision and Pattern Recognition,2008. CVPR 2008. IEEE Conference on. IEEE,2008:1-8.
    [58]Zhao G, Pietikainen M. Dynamic texture recognition using local binary patterns with an application to facial expressions [J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2007,29(6):915-928.
    [59]Shan C, Gong S, McOwan P W. Facial expression recognition based on Local Binary Patterns:A comprehensive study[J]. Image and Vision Computing,2009,27(6): 803-816.
    [60]Liao S, Zhao G, Kellokumpu V, et al. Modeling pixel process with scale invariant local patterns for background subtraction in complex scenes[C]//Computer Vision and Pattern Recognition (CVPR),2010 IEEE Conference on. IEEE,2010:1301-1306.
    [61]Lei Z, Liao S, Pietikainen M, et al. Face recognition by exploring information jointly in space, scale and orientation [J]. Image Processing, IEEE Transactions on,2011, 20(1):247-256.
    [62]Zhao G, Ahonen T, Matas J, et al. Rotation-invariant image and video description with local binary pattern features[J]. Image Processing, IEEE Transactions on,2012,21(4): 1465-1477.
    [63]Zhang L, Chu R, Xiang S, et al. Face detection based on multi-block lbp representation[M]//Advances in Biometrics. Springer Berlin Heidelberg,2007:11-18.
    [64]Rowley H A, Baluja S, Kanade T. Neural network-based face detection[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1998,20(1):23-38.
    [65]Viola P, Jones M. Rapid object detection using a boosted cascade of simple features [C]//Computer Vision and Pattern Recognition,2001. CVPR 2001. Proceedings of the 2001 IEEE Computer Society Conference on. IEEE,2001,1: 1-511-1-518 vol.1.
    [66]Mita T, Kaneko T, Hori O. Joint haar-like features for face detection[C]//Computer Vision,2005. ICCV 2005. Tenth IEEE International Conference on. IEEE,2005,2: 1619-1626.
    [67]Huang C, Ai H, Li Y, et al. Learning sparse features in granular space for multi-view face detection[C]//Automatic Face and Gesture Recognition,2006. FGR 2006.7th International Conference on. IEEE,2006:401-406.
    [68]Froba B, Ernst A. Face detection with the modified census transform[C]//Automatic Face and Gesture Recognition,2004. Proceedings. Sixth IEEE International Conference on. IEEE,2004:91-96.
    [69]Li S Z, Zhu L, Zhang Z Q, et al. Statistical Learning of Multi-view Face Detection[C]//Proceedings of the 7th European Conference on Computer Vision-Part IV. Springer-Verlag,2002:67-81.
    [70]Lienhart R, Maydt J. An extended set of haar-like features for rapid object detection[C]. Image Processing.2002. Proceedings.2002 International Conference on. IEEE,2002,1:1-900-I-903 vol.1.
    [71]Field G D, Gauthier J L, Sher A, et al. Functional connectivity in the retina at the resolution of photoreceptors[J]. Nature,2010,467(7316):673-677.
    [72]Kolb H. How the retina works[J]. American Scientist,2003,91(1):28-35.
    [73]Thibos L N, Applegate R A, Schwiegerling J T, et al. Standards for reporting the optical aberrations of eyes[J]. Journal of Refractive Surgery,2002,18(5):S652-S660.
    [74]Garway-Heath D F, Caprioli J, Fitzke F W, et al. Scaling the hill of vision:the physiological relationship between light sensitivity and ganglion cell numbers[J]. Investigative Ophthalmology & Visual Science,2000,41(7):1774-1782.
    [75]Alahi A, Ortiz R, Vandergheynst P. Freak:Fast retina keypoint[C]. Computer Vision and Pattern Recognition (CVPR),2012 IEEE Conference on. IEEE,2012:510-517.
    [76]Calonder M, Lepetit V, Strecha C, et al. Brief:Binary robust independent elementary features[M]. Computer Vision-ECCV 2010. Springer Berlin Heidelberg,2010: 778-792.
    [77]Rublee E, Rabaud V, Konolige K, et al. ORB:an efficient alternative to SIFT or SURF[C]. Computer Vision (ICCV),2011 IEEE International Conference on. IEEE, 2011:2564-2571.
    [78]Leutenegger S, Chli M, Siegwart R Y. BRISK:Binary robust invariant scalable keypoints[C]. Computer Vision (ICCV),2011 IEEE International Conference on. IEEE,2011:2548-2555.
    [79]Tola E, Lepetit V, Fua P. Daisy:An efficient dense descriptor applied to wide-baseline stereo[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2010, 32(5):815-830.
    [80]Heikkila M, Pietikainen M, Schmid C. Description of interest regions with local binary patterns[J]. Pattern recognition,2009,42(3):425-436.
    [81]Lowe D G. Distinctive image features from scale-invariant keypoints[J]. International journal of computer vision,2004,60(2):91-110.
    [82]Heikkila M, Pietikainen M. A texture-based method for modeling the background and detecting moving objects [J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2006,28(4):657-662.
    [83]Geman S, Geman D. Stochastic relaxation, Gibbs distributions, and the Bayesian restoration of images[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1984 (6):721-741.
    [84]Li S Z. Markov random field modeling in image analysis[M]. Springer,2009.
    [85]Varma M, Zisserman A. A statistical approach to texture classification from single images[J]. International Journal of Computer Vision,2005,62(1-2):61-81.
    [86]Ojala T, Maenpaa T, Pietikainen M, et al. Outex-new framework for empirical evaluation of texture analysis algorithms[C]. Pattern Recognition,2002. Proceedings. 16th International Conference on. IEEE,2002,1:701-706.
    [87]Guo Z, Zhang L, Zhang D. A completed modeling of local binary pattern operator for texture classification[J]. Image Processing, IEEE Transactions on,2010,19(6): 1657-1663.
    [88]Liao S, Law M W K, Chung A C S. Dominant local binary patterns for texture classification[J]. Image Processing, IEEE Transactions on,2009,18(5):1107-1118.
    [89]Khellah F M. Texture classification using dominant neighborhood structure[J]. Image Processing, IEEE Transactions on,2011,20(11):3270-3279.
    [90]Guo Z, Zhang L, Zhang D. Rotation invariant texture classification using LBP variance (LBPV) with global matching[J]. Pattern Recognition,2010,43(3):706-719.
    [91]Guo Y, Zhao G, Pietikainen M. Discriminative features for texture description[J]. Pattern Recognition,2012,45(10):3834-3843.
    [92]Liu L, Zhao L, Long Y, et al. Extended local binary patterns for texture classification [J]. Image and Vision Computing,2012,30(2):86-99.
    [93]Zhu C, Bichot C E, Chen L. Image region description using orthogonal combination of local binary patterns enhanced with color information[J]. Pattern Recognition, 2013,46:1949-1963.
    [94]Tan X, Triggs B. Enhanced local texture feature sets for face recognition under difficult lighting conditions [J]. Image Processing, IEEE Transactions on,2010,19(6): 1635-1650.
    [95]Zhang B, Gao Y, Zhao S, et al. Local derivative pattern versus local binary pattern: face recognition with high-order local pattern descriptor [J]. Image Processing, IEEE Transactions on,2010,19(2):533-544.
    [96]Chen J, Shan S, He C, et al. WLD:A robust local image descriptor[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2010,32(9):1705-1720.
    [97]Guo Z, Li Q, You J, et al. Local directional derivative pattern for rotation invariant texture classification[J]. Neural Computing and Applications,2012,21(8):1-12.
    [98]Wolf L, Hassner T, Taigman Y. Descriptor based methods in the wild[C]. Workshop on Faces in'Real-Life'Images:Detection, Alignment, and Recognition.2008.
    [99]Nowak E, Jurie F. Learning visual similarity measures for comparing never seen objects[C]. Computer Vision and Pattern Recognition,2007. CVPR'07. IEEE Conference on. IEEE,2007:1-8.
    [100]Ullman S, Sali E. Object classification using a fragment-based representation[C]. Biologically motivated computer vision. Springer Berlin Heidelberg,2000:73-87.
    [101]Wolf L, Huang X, Martin I, et al. Patch-based texture edges and segmentation[M]. Computer Vision-ECCV 2006. Springer Berlin Heidelberg,2006:481-493.
    [102]Shechtman E, Irani M. Matching local self-similarities across images and videos[C]. Computer Vision and Pattern Recognition,2007. CVPR'07. IEEE Conference on. IEEE,2007:1-8.
    [103]Belongie S, Malik J, Puzicha J. Shape context:A new descriptor for shape matching and object recognition[C]. NIPS.2000:831-837.
    [104]Hafiane A, Seetharaman G, Zavidovique B. Median binary pattern for textures classification[M]. Image Analysis and Recognition. Springer Berlin Heidelberg,2007: 387-398.
    [105]Morton K W, Mayers D F. Numerical solution of partial differential equations:an introduction[M]. Cambridge University Press,2005. (作者多一个)
    [106]LeVeque R J. Finite difference methods for ordinary and partial differential equations: steady-state and time-dependent problems[M]. Siam,2007.
    [107]Dana K J, Van Ginneken B, Nayar S K, et al. Reflectance and texture of real-world surfaces[J]. ACM Transactions on Graphics (TOG),1999,18(1):1-34.
    [108]Hayman E, Caputo B, Fritz M, et al. On the significance of real-world conditions for material classification[M]. Computer Vision-ECCV 2004. Springer Berlin Heidelberg, 2004:253-266.
    [109]Fritz M, Hayman E, Caputo B, et al. The kth-tips database[J].2004.
    [110]Liu L, Fieguth P. Texture classification from random features[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2012,34(3):574-586.
    [111]Chang C C, Lin C J. LIBSVM:a library for support vector machines[J]. ACM Transactions on Intelligent Systems and Technology (TIST),2011,2(3):27.
    [112]Zhang J, Marszatek M, Lazebnik S, et al. Local features and kernels for classification of texture and object categories:A comprehensive study[J]. International journal of computer vision,2007,73(2):213-238.
    [113]Varma M, Garg R. Locally invariant fractal features for statistical texture classification[C]//Computer Vision,2007. ICCV 2007. IEEE 11th International Conference on. IEEE,2007:1-8.
    [114]Guo Y, Zhao G, Pietikainen M, et al. Descriptor learning based on fisher separation criterion for texture classification[M]//Computer Vision-ACCV 2010. Springer Berlin Heidelberg,2011:185-198.
    [115]Crosier M, Griffin L D. Using basic image features for texture classification[J]. International Journal of Computer Vision,2010,88(3):447-460.
    [116]Zhang J, Zhao H, Liang J. Continuous rotation invariant local descriptors for texton dictionary-based texture classification[J]. Computer Vision and Image Understanding, 2013.117(1):56-75. (2012?2013)
    [117]Zeng Z, Pantic M, Roisman G I, et al. A survey of affect recognition methods:Audio, visual, and spontaneous expressions [J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2009,31(1):39-58.
    [118]Gao X, Su Y, Li X, et al. Gabor texture in active appearance models[J]. Neurocomputing,2009,72(13):3174-3181.
    [119]Lyons M, Akamatsu S, Kamachi M, et al. Coding facial expressions with gabor wavelets[C]. Automatic Face and Gesture Recognition,1998. Proceedings. Third IEEE International Conference on. IEEE,1998:200-205.
    [120]Su Y, Shan S, Chen X, et al. Hierarchical ensemble of global and local classifiers for face recognition[J]. Image Processing, IEEE Transactions on,2009,18(8): 1885-1896.
    [121]Shan C, Gong S, McOwan P W. Facial expression recognition based on Local Binary Patterns:A comprehensive study[J]. Image and Vision Computing,2009,27(6): 803-816.
    [122]Choi J Y, Ro Y M, Plataniotis K N. Color local texture features for color face recognition[J]. Image Processing, IEEE Transactions on,2012,21(3):1366-1380.
    [123]Jiang B, Valstar M F, Pantic M. Action unit detection using sparse appearance descriptors in space-time video volumes[C]. Automatic Face & Gesture Recognition and Workshops (FG 2011),2011 IEEE International Conference on. IEEE,2011: 314-321.
    [124]苏亚,高新波,王博,等.基于Gabor相位和局部二值模式的AAM纹理表示[J].系统工程与电子技术.2010,32(5):1051-1054.
    [125]Zhang B, Shan S, Chen X, et al. Histogram of gabor phase patterns (hgpp):A novel object representation approach for face recognition[J]. Image Processing. IEEE Transactions on,2007,16(1):57-68.
    [126]Xie S, Shan S, Chen X, et al. Fusing local patterns of gabor magnitude and phase for face recognition [J]. Image Processing, IEEE Transactions on,2010,19(5): 1349-1361.
    [127]Ahmed F. Gradient directional pattern:a robust feature descriptor for facial expression recognition[J]. Electronics Letters,2012,48(19):1203-1204.
    [128]Huang D, Shan C, Ardabilian M, et al. Local binary patterns and its application to facial image analysis:a survey[J]. Systems, Man, and Cybernetics, Part C: Applications and Reviews, IEEE Transactions on,2011,41(6):765-781.
    [129]Liu C, Wechsler H. Gabor feature based classification using the enhanced fisher linear discriminant model for face recognition[J]. Image processing, IEEE Transactions on,2002,11(4):467-476.
    [130]Zhang L, Zhou Z, Li H. Binary Gabor pattern:An efficient and robust descriptor for texture classification[C]. Image Processing (ICIP),201219th IEEE International Conference on. IEEE,2012:81-84.
    [131]Felsberg M, Sommer G. The monogenic signal[J]. Signal Processing, IEEE Transactions on,2001,49(12):3136-3144.
    [132]Unser M, Sage D, Van De Ville D. Multiresolution monogenic signal analysis using the Riesz-Laplace wavelet transform[J]. Image Processing, IEEE Transactions on, 2009,18(11):2402-2418.
    [133]Huang X, Zhao G, Zheng W, et al. Spatiotemporal local monogenic binary patterns for facial expression recognition[J]. Signal Processing Letters, IEEE,2012,19(5): 243-246.
    [134]Meng Y, Zhang L, Shiu S, et al. Monogenic Binary Coding:An Efficient Local Feature Extraction Approach to Face Recognition[J]. IEEE Transactions on Information Forensics and Security (TIFS),2012,7(6):1738-1751
    [135]Sharma G, Jurie F, Schmid C. Discriminative spatial saliency for image classification[C]. Computer Vision and Pattern Recognition (CVPR),2012 IEEE Conference on. IEEE,2012:3506-3513.
    [136]Zhang L, Zhang L, Guo Z, et al. Monogenic-LBP:A new approach for rotation invariant texture classification[C]. Image Processing (ICIP),2010 17th IEEE International Conference on. IEEE,2010:2677-2680.
    [137]Ahonen T, Hadid A, Pietikainen M. Face description with local binary patterns: Application to face recognition[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2006,28(12):2037-2041.
    [138]Lyons M J, Budynek J, Akamatsu S. Automatic classification of single facial images[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,1999, 21(12):1357-1362.
    [139]Valenti R, Gevers T. Accurate eye center location and tracking using isophote curvature[C]. Computer Vision and Pattern Recognition,2008. CVPR 2008. IEEE Conference on. IEEE,2008:1-8.
    [140]Marino F, Distante A, Mazzeo P L, et al. A real-time visual inspection system for railway maintenance:automatic hexagonal-headed bolts detection[J]. Systems, Man, and Cybernetics, Part C:Applications and Reviews, IEEE Transactions on,2007, 37(3):418-428.
    [141]Mazzeo P L, Nitti M, Stella E, et al. Visual recognition of fastening bolts for railroad maintenance [J]. Pattern Recognition Letters,2004,25(6):669-677.
    [142]Yella S, Ghiamati S, Dougherty M. Condition monitoring of wooden railway sleepers using time-frequency techniques and pattern classification[C]. IEEE International Conference on Systems, Man and Cybernetics,2009:4164-4169.
    [143]Mandriota C, Nitti M, Ancona N, et al. Filter-based feature selection for rail defect detection[J]. Machine Vision and Applications,2004,15(4):179-185.
    [144]SATO Takao. Development of Shinkansen Synthesis Inspection Car (East-i) [J]. Journal of the Japan Association of Railway Facilities,2002,1:11-13.
    [145]Berry A, Nejikovsky B, Gilbert X, et al. High speed video inspection of joint bars using advanced image collection and processing techniques[C]. Proceedings of the 2008 World Congress on Railway Research, Seoul, Korea.2008.
    [146]Yang J F, Liu M H, Zhao H, et al. An Efficient Image-Based Method for Detection of Fastener on Railway[J]. Advanced Materials Research,2012,346:731-737.
    [147]Mazzeo P L, Stella E, Ancona N, et al. Visual detection of hexagonal headed bolts using method of frames and matching pursuit[M]. Pattern Recognition and Image Analysis. Springer Berlin Heidelberg,2005:277-284.
    [148]Zhang H, Yang J, Tao W, et al. Vision method of inspecting missing fastening components in high-speed railway[J], Applied optics,2011,50(20):3658-3665.
    [149]De Ruvo P, Distante A, Stella E, et al. A GPU-based vision system for real time detection of fastening elements in railway inspection[C]. Image Processing (ICIP), 2009 16th IEEE International Conference on. IEEE,2009:2333-2336.
    [150]Resendiz E, Hart J M, Ahuja N. Automated Visual Inspection of Railroad Tracks[J]. IEEE Transactions on Intelligent Transportation Systems.2013,14(2):751-760.
    [151]Li Q, Ren S. A real-time visual inspection system for discrete surface defects of rail heads[J]. Instrumentation and Measurement, IEEE Transactions on,2012,61(8): 2189-2199.
    [152]Li Q, Ren S. A Visual Detection System for Rail Surface Defects [J]. IEEE Transactions on Systems, Man, and Cybernetics, Part C,2012,42(6):1531-1542.
    [153]Phong B T. Illumination for computer generated pictures[J]. Communications of the ACM,1975,18(6):311-317.
    [154]Turner Whitted. An Improved Illumination Model for Shaded Display[J]. Commun. ACM (CACM) 1980,23(6):343-349.
    [155]Achlioptas D. Database-friendly random projections:Johnson-Lindenstrauss with binary coins[J]. Journal of computer and System Sciences,2003,66(4):671-687.
    [156]Donoho D L. Compressed sensing[J]. Information Theory, IEEE Transactions on, 2006,52(4):1289-1306.
    [157]Candes E J, Tao T. Decoding by linear programming[J]. Information Theory, IEEE Transactions on,2005,51(12):4203-4215.
    [158]Baraniuk R, Davenport M, DeVore R, et al. A simple proof of the restricted isometry property for random matrices[J]. Constructive Approximation,2008,28(3):253-263.
    [159]Zhang K, Zhang L, Yang M H. Real-time compressive tracking[M]. Computer Vision-ECCV 2012. Springer Berlin Heidelberg,2012:864-877.
    [160]Kalal Z, Mikolajczyk K, Matas J. Tracking-learning-detection[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2012,34(7):1409-1422.
    [161]Garway-Heath D F, Caprioli J, Fitzke F W, et al. Scaling the hill of vision:the physiological relationship between light sensitivity and ganglion cell numbers[J]. Investigative Ophthalmology & Visual Science,2000,41(7):1774-1782.
    [162]Tola E, Lepetit V, Fua P. Daisy:An efficient dense descriptor applied to wide-baseline stereo[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on,2010, 32(5):815-830.

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

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

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