文档介绍:南京航空航天大学
硕士学位论文
基于纹理频谱的特征空间研究及其在图像识别中的应用
姓名:陆春君
申请学位级别:硕士
专业:计算机应用技术
指导教师:陈松灿
20071201
南京航空航天大学硕士学位论文
摘要
图像识别因其在理论与应用中的潜在价值,近年来一直是图像处理、机
器视觉、模式识别等领域中的研究热点之一。图像识别系统主要由如下几部
分组成:预处理、特征提取以及特征分类。其中,特征提取是关键,学习算
法的选择、学习效率和识别准确率在很大程度上都依赖于特征提取。本文侧
重于对纹理图像和人脸的识别。
纹理频谱法及其简化版——局部二值模式,是两种非常有效的纹理特征
提取方法,用作描述图像的局部纹理单元,并取得了显著的效果。然而,纹
理频谱的局限之处不仅在于它所提取的特征规模过大,而且存储和计算代价
也大;而局部二值模式没有考虑到图像由于噪声和量化所引起的含糊性和不
精确性,提取的特征会损失某些有用的判别信息。针对上述方法的不足,本
文提出了相应的解决方法。主要的研究工作与创新总结如下:
1) 提出了模糊局部二值模式,把模糊化技巧引入到原始局部二值模式的
定义之中,使其尽可能地不敏感于由噪声和量化所引起的含糊性,因而能更
加符合人眼的视觉特性。
2) 提出了统一纹理频谱和εLBP2。它们分别从横向、纵向两个角度对纹
理频谱进行改进,以减少所提取特征的维数,从而减小存储和计算的复杂性。
3) 提出了一种新的特征表示方法——Gabor 纹理频谱。具体是,先对图
像作 Gabor 小波变换,再提取变换后图像的纹理频谱作为表征原图像的特征,
使得变换后的特征表示更有利于分类。
对上述改进和扩展算法分别在多个国际标准数据集上进行了实验,结果
验证了所提出的算法的有效性与可行性。
关键词:图像识别,特征提取,纹理频谱,局部二值模式,模糊局部二值模
式,Gabor 纹理频谱
i
基于纹理频谱的特征空间研究及其在图像识别中的应用
Abstract
In recent years, image recognition is one of the research hot spots in the fields
of image processing, computer vision and pattern recognition because of its
potential values in theory and application. Image recognition system is mainly
composed by the following parts: preprocessing, feature extraction and feature
classification. Feature extraction is the key of the system, on which the selection of
the learning algorithm, learning efficiency and recognition rate are dependent to a
great extent. This dissertation focuses on texture and face recognition.
Texture Spectrum(TS) and Local Binary Pattern(LBP) are two powerful
measures of extracting texture feature used to describe the local texture unit of
image, showing excellent results. However, TS contains too many feature bins and
leads to large storage putational costs. As its simplified version, LBP
neglects the vagueness and uracy introduced by noise and the digital
processes and extracts features with loss of some discriminant information.
Corresponding solutions of these limitations are proposed in this dissertati