论文摘要
边缘是图像中重要的特征之一,是计算机视觉、模式识别等研究领域的重要基础。在数字图像处理的研究过程中,边缘检测一直都是广大研究人员关注的热点,也一直是机器视觉研究领域最活跃的课题之一,在实际应用中占有十分重要的地位。然而,边缘检测又是图像处理中的一个难题,它的解决对我们进行高层次的特征描述、识别和理解等有着重大的影响。经典的边缘检测算子包括Robert算子、Sobel算子、Prewitt算子、Laplace算子等。但这些方法存在边缘非单像素宽、边缘定位不精确、噪声干扰较严重等问题。近年来,随着数学理论和人工智能的发展,又出现了许多新的边缘检测方法,如基于小波变换、数学形态学、模糊理论的边缘检测法等,但也存在着各自的局限性和不足之处,因此在图像边缘检测这个领域还有待进一步的研究和发展。灰色系统理论是一种研究少数据、贫信息不确定性问题的新方法。而灰色系统理论中的灰色关联分析方法对处理非典型规律的数据(如非平稳、非高斯分布、非白噪声)与其它一些按统计规律和先验规律来处理这些数据的方法相比,具有明显的优势。本文对灰色系统理论中的灰色关联分析和图像边缘处理中传统的边缘检测算子进行了研究,完成的主要工作如下:(1)针对邓氏关联度和绝对关联度存在的规范性和序数效应问题,尝试将仿射变换和最小二乘法的思想应用到灰色理论中的灰色关联分析方法中,克服了数据序列的比例因子和位移差的影响,并提出了一种改进的邓氏关联度模型;(2)根据灰色关联分析方法的无方向问题,将Sobel算子的八个方向模板作为灰色关联分析中的参考序列,从而求出八个关联度中最大的一个(或是均值或中值)来判别图像的边缘点;(3)针对Sobel算子和灰色关联分析中的三种关联度方法分别融合检测的边缘点较多的问题;将Prewitt算子的八个方向模板作为灰色关联分析方法中的参考数列,求出关联度来判别图像的边缘点;(4)根据Canny算子具有细化边缘的特性,用灰色关联分析中的关联度来代替Canny算子中的非极大值抑制中的梯度幅值,对图像进行边缘检测。研究结果表明基于灰色关联分析的图像边缘检测的方法是有效的、可行的,该方法为图像边缘检测探索了一种新的方法和途径。边缘检测技术是图像处理和计算机视觉等领域最基本的技术,如何快速、精确的提取图像边缘信息一直是国内外研究的热点,然而,边缘检测又是图像处理中一个困难的问题,因为实际图像中的边缘往往是各种类型的边缘以及它们模糊化后结果的组合,由于实际图像中存在着不同程度的噪声,各种类型的图像边缘检测算法不断涌现,但对于不同算法边缘检测结果的精度却没有一个统一的衡量标准。灰色系统理论是我国著名学者邓聚龙教授于1982年创立的一门新兴学科,灰色系统理论以“部分信息已知,部分信息未知”的“小样本”、“贫信息”不确定性系统为研究对象,主要通过对“部分”已知信息的生成和开发,提取有价值的信息,实现对系统运行行为的正确认识和有效控制。基于灰色系统理论的方法原理,把图像看成一个灰色系统,应用灰色理论中灰色关联分析方法进行图像边缘的检测是可行的。本文介绍了图像的多种边缘检测方法和灰色理论的相关方法,广泛研究了图像边缘检测技术和灰色系统理论方法的相关问题和技术路线,重点概述了图像中经典的边缘检测算子和近年来出现的边缘检测技术及灰色关联分析中的方法,并对各种方法进行了分析研究。针对灰色关联分析中的邓氏关联度、绝对关联度和斜率关联度在图像边缘检测中存在的缺陷,本文提出了将灰色关联分析中的三种方法与传统的算子如Sobel算子、Canny算子和Prewitt算子相结合的改进算法,为边缘检测探索了一种新的方法和途径,并指出了未来的研究方向。
论文目录
1.基于灰色关联分析的图像边缘检测研究摘要Abstract第1章 引言1.1 研究边缘检测的意义1.2 国内外边缘检测和灰色系统理论的研究现状1.2.1 图像边缘检测的研究与发展1.2.2 灰色系统理论的研究与发展1.2.3 灰色系统理论在图像处理中的应用1.3 研究的内容1.4 论文的组织结构第2章 基于邓氏关联度的图像边缘检测及其改进模型2.1 邓氏关联度的模型2.2 邓氏关联度的特点2.3 基于邓氏关联度模型的图像边缘检测算法2.4 仿射变换和最小二乘法直线拟合原理2.4.1 仿射变换2.4.2 最小二乘法直线拟合原理2.5 四种基于传统算子与邓氏关联度结合改进的算法2.5.1 改进的邓氏关联度模型2.5.2 仿射变换与邓氏关联度结合的算法2.5.3 Sobel算子与邓氏关联度结合的算法2.5.4 Canny算子与邓氏关联度结合的算法2.5.5 Prewitt算子与邓氏关联度结合的算法2.6 实验结果与分析2.7 本章小结第3章 基于绝对关联度的图像边缘检测及其改进算法3.1 绝对关联度的模型3.2 绝对关联度的特点3.3 基于绝对关联度模型的图像边缘检测算法3.4 四种基于传统算子与绝对关联度结合的改进算法3.4.1 仿射变换与绝对关联度结合的算法3.4.2 Sobel算子与绝对关联度结合的算法3.4.3 Canny算子与绝对关联度结合的算法3.4.4 Prewitt算子与绝对关联度结合的算法3.5 实验结果与分析3.6 本章小结第4章 基于斜率关联度的图像边缘检测及其改进算法4.1 斜率关联度的模型4.2 斜率关联度的特点4.3 基于斜率关联度模型的图像边缘检测算法4.4 三种基于传统算子与斜率关联度结合的改进算法4.4.1 Sobel算子与斜率关联度结合的算法4.4.2 Canny算子与斜率关联度结合的算法4.4.3 Prewitt算子与斜率关联度结合的算法4.5 实验结果与分析4.6 本章小结第5章 结论与展望参考文献攻读学位期间发表的学术论文和研究成果致谢2.灰色系统理论应用于图像边缘检测中的研究摘要第1章 图像边缘检测概述1.1 图像边缘检测的定义1.2 图像边缘检测的步骤1.3 图像边缘检测中常用的方法1.3.1 微分边缘检测算子1.3.1.1 Sobel边缘检测算子1.3.1.2 Robert边缘检测算子1.3.1.3 Prewitt边缘检测算子1.3.1.4 Krisch算子1.3.2 二阶微分算子1.3.2.1 Laplace算子1.3.2.2 二阶方向导数1.3.3 Log算子1.3.4 Canny算子1.3.5 数学形态学的边缘检测法1.3.6 小波理论的边缘检测法1.3.7 曲面拟合法1.3.8 沈俊边缘检测法1.3.9 模糊理论的边缘检测法1.3.10 神经网络的边缘检测法第2章 灰色系统理论概述及其基本方法2.1 概述2.1.1 灰色系统理论的起源2.1.2 灰色系统理论的发展及意义2.2 灰色系统理论的基本概念2.3 灰色系统理论的基本方法2.3.1 灰生成2.3.2 灰关联分析2.3.3 灰建模2.3.4 灰控制2.3.5 灰预测2.3.6 灰评估第3章 灰色关联分析3.1 灰色关联分析的定义3.2 灰色关联因素和关联算子集3.3 距离空间3.4 灰色关联公理和灰色关联度3.5 灰色关联分析的应用第4章 灰色关联分析在图像边缘检测中应用4.1 灰色系统理论在图像边缘检测中的应用思想4.2 基于灰色关联分析的图像边缘检测4.3 灰色关联分析在图像边缘检测中存在的问题参考文献3.Research of Image Edge Detection based on Grey Correlation AnalysisAbstractChapter 1 Introduction1.1 Significance of research edge detection method1.2 Current research status inside and out side of edge detection and grey system theory1.2.1 Research and development of edge detection in image1.2.2 Research and development of grey system theory1.2.3 The application of grey system theory in image processing1.3 Research content1.4 Organization structure of paperChapter 2 Edge detection of image based on deng correlation degree andimproved model2.1 Model of deng correlation degree2.2 Characteristics of deng correlation degree2.3 Image edge detection algorithm based on deng correlation degree2.4 Affine transformation and straight line imitated principle of least squares2.4.1 Affine transformation2.4.2 Straight line imitated principle of least squares2.5 Four improved algorithms based on traditional operators combing with deng correlation degree2.5.1 Improved model of deng correlation degree2.5.2 Algorithm of affine transformation and deng correlation degree2.5.3 Algorithm of Sobel operator and deng correlation degree2.5.4 Algorithm of Canny operator and deng correlation degree2.5.5 Algorithm of Prewitt operator and deng correlation degree2.6 Experiment results and analysis2.7 Summary of this chapterChapter 3 Edge Detection based on absolute correlation degree andimproved algorithm3.1 The model of asolute correlation degree3.2 The characteristics of absolute correlation3.3 Image edge detection algorithm based on absolute correlation degree3.4 Four improved algorithms based on traditional operator and absolute correlation degree3.4.1 The algorithm of affine transformation and absolute correlation degree3.4.2 The algorithm of Sobel operator and absolute correlation degree3.4.3 The algorithm of Canny operator and absolute correlation degree3.4.4 The algorithm of Prewitt operator and absolute correlation degree3.5 Experimental results and analysis3.6 Summary of this chapterChapter 4 Image edge detection based on slope correlation degree andimproved algorithm4.1 Model of slope correlation degree4.2 Characteristics of slope correlation degree4.3 Image edge detection based on slope correlation degree model4.4 Several improved methods of traditional operator and slope correlation degree4.4.1 The algorithm of Sobel operator and slope correlation degree4.4.2 Algorithm of Canny operator and slope correlation degree4.4.3 The algorithm of Prewitt operator and slope correlation degree4.5 Experimental result and analysis4.6 Summary of this charpterChapter 5 Conclusions and Prospects4.The Research on Grey Theory Applying in Image Edge DetectionAbstractChapter 1 Summary of Edge Detection1.1 The definition of edge detection1.2 Steps edge detection1.3 Common methods of Image edge detection1.3.1 Differential edge detection operator1.3.1.1 Sobel edge detection operator1.3.1.2 Robert edge detection operator1.3.1.3 Prewitt edge detection operator1.3.1.4 Krisch Operator1.3.2 Second-order differential operator1.3.2.1 Laplace operator1.3.2.2 Second directional derivative1.3.3 Log operator1.3.4 Canny operator1.3.5 Mathematical morphoLogy edge detection1.3.6 Wavelet theory of edge detection method1.3.7 Surface fitting1.3.8 Shen Jun edge detection operator1.3.9 Edge detection using fuzzy reasoning1.3.10 Edge detecting using artificial neural networkChapter 2 Summary and Basic method of Grey System Theory2.1 Summary2.1.1 The origin of grey system theory2.1.2 Significance and development of grey system theory2.2 Basic concepts of grey theory system2.3 The basic method of grey theory2.3.1 Grey Generation2.3.2 Grey Correlation Analysis2.3.3 Grey modeling2.3.4 Grey control2.3.5 Grey prediction2.3.6 Grey assessmentChapter 3 Grey Correlation Analysis3.1 The definition of grey correlation analysis3.2 Grey correlation factors and correlation Operator Set3.3 Distance space3.4 Grey correlation truth and grey correlation degree3.5 Application of grey correlation analysisChapter 4 Application of Grey Correlation Analysis in Image EdgeDetection4.1 Application thought of grey system theory in the image edge detection4.2 Edge detection based on the analysis of the grey association4.3 Grey correlation analysis exist problems in edge detection of image
相关论文文献
- [1].基于最大方差的V形焊缝边缘检测的算法及其实现[J]. 现代焊接 2009(12)
- [2].面向信息细节化的图像边缘检测[J]. 电子技术与软件工程 2020(09)
- [3].改进Canny边缘检测的遥感影像分割[J]. 计算机工程与应用 2019(12)
- [4].基于暗通道先验去模糊方法在边缘检测的应用研究[J]. 电子世界 2019(22)
- [5].基于数学形态学的边缘检测算法分析[J]. 信息技术 2019(11)
- [6].基于多尺度的Canny边缘检测算法研究[J]. 北京测绘 2018(01)
- [7].基于双边缘检测的目标定位技术[J]. 计算机与现代化 2016(08)
- [8].改进OTSU算法以及边缘检测的图像分割算法的相关研究[J]. 数码世界 2017(07)
- [9].基于高斯滤波器的Canny边缘检测算法在医学图像中的应用[J]. 中国地方病防治杂志 2019(05)
- [10].基于形态学的边缘检测算法在绝缘子分割中的应用[J]. 无线互联科技 2020(09)
- [11].基于边缘检测的斜纹布匹瑕疵检测[J]. 测控技术 2018(12)
- [12].基于边缘检测算法对雾霾与失焦图片区分的研究[J]. 电脑知识与技术 2018(35)
- [13].基于曲率估计的Canny边缘检测算法[J]. 计算机系统应用 2017(12)
- [14].基于图像边缘检测的弹丸出膛时刻获取算法[J]. 弹箭与制导学报 2014(05)
- [15].边缘检测五种算法的比较与分析[J]. 科技创新与应用 2015(13)
- [16].基于FPGA的图像边缘检测算法设计[J]. 河南科技 2015(08)
- [17].基于遗传算法阈值优化的模糊边缘检测[J]. 重庆理工大学学报(自然科学) 2012(08)
- [18].基于截断奇异值低秩矩阵恢复的Canny边缘检测算法[J]. 计算机工程与科学 2018(09)
- [19].线激光带边缘检测的快速稳健方法[J]. 计算机应用研究 2018(10)
- [20].基于图像处理的汽车安全气囊外形边缘检测装置研究[J]. 测控技术 2015(12)
- [21].嵌入式激光图像的边缘检测与分析[J]. 激光杂志 2016(07)
- [22].图像边缘检测算法的研究和仿真[J]. 计算机仿真 2012(09)
- [23].一种改进的边缘检测算法[J]. 电脑开发与应用 2011(01)
- [24].基于信息细节化的图像边缘检测研究[J]. 科技创新导报 2020(02)
- [25].融合多尺度形态和小波的边缘检测算法研究[J]. 电脑知识与技术 2018(32)
- [26].基于局部阈值的Canny边缘检测算法[J]. 西华师范大学学报(自然科学版) 2019(03)
- [27].一种基于边缘邻域关系的图像边缘检测算法[J]. 中国科技信息 2015(16)
- [28].基于边缘检测的虹膜图像定位分割算法研究[J]. 电子技术与软件工程 2014(07)
- [29].多结构元素组合型MODIS影像水体边缘检测[J]. 测绘科学 2013(02)
- [30].蚁群优化模式下的图像边缘检测算法分析[J]. 计算机光盘软件与应用 2012(13)
标签:边缘检测论文; 灰色关联分析论文; 邓氏关联度论文; 绝对关联度论文; 图像处理论文; 灰色系统理论论文;