基于角点检测的图像处理方法

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

基于角点检测的图像处理方法研究

摘要:本文主要研究了图像的角点检测方法,在计算机视觉中,机器视觉和图像处理后总,特征提取都是一个重要的方向。而角点又是图像的一个重要局部特征,它决定了图像中目标的形状,因此在图像匹配,目标描述与识别及运动估计,目标跟踪等领域,角点提取都具有重要的意义。角点的信息含量很高,可以对图像处理提供足够的约束,减少运算量,极大地提高运算速度。角点检测问题是图像处理领域的一个基础问题,是低层次图像处理的一个重要方法。角点检测的目的是为了匹配,而匹配的效率取决于角点的数量。Harris角点检测原理是对于一副图像,角点于自相关函数的曲率特性有关,自相关函数描述了局部局部图像灰度的变化程度。在角点处,图像窗口的偏移将造成自相关函数(图像灰度的平均变化)的显著变化。harris算子是一种简单的点特征提取算子,这种算子受信号处理中自相关函数的启发,给出与自相关函数相联系的矩阵M。M阵的特征值是自相关函数的一个阶曲率,如果两个曲率值都高,那么久认为该点是特征点。

关键词:角点,角点检测,Harris角点

ABSTRACT

This paper studies the image of the corner detection methods in computer vision, machine vision and image processing general, feature extraction is an important direction. The corner is an important local feature image, which determines the shape of the target image, so the image matching, object description and recognition and motion estimation, target tracking and other fields, corner detection are of great significance. Corner of the information content is high, image processing can provide sufficient constraints to reduce the amount of computation greatly improve the processing speed. Corner detection is a basic image processing problems, low-level image processing is an important way. Corner detection is designed to match the efficiency of the matching depends on the number of corners。Harris corner detection principle is that for an image, corner point on the curvature properties of the autocorrelation function is related to the local auto-correlation function describes the degree of local image intensity changes. In the corner point, the offset will result in the image window autocorrelation function (the average image intensity changes) change significantly. arris operator is a simple point feature extraction operator, this operator by the signal processing in the autocorrelation function of inspiration, given the autocorrelation function associated with the matrix M. Eigenvalues of matrix M is an order autocorrelation function of the curvature, if the two curvature values are high, for so long that the point is the feature points.

Key word: Corner , Corner detection , Harris Corner

目录

第一章绪论 (4)

1.1问题的提出及研究意义 (4)

1.2研究背景 (5)

1.3论文的主要工作 (6)

第二章角点检测 (7)

2.1角点概念及特征. (7)

2.2角点检测的研究意义 (7)

2.3角点检测的研究现状 (8)

2.4 角点检测算法 (8)

第三章角点检测的理论基础 (9)

3.1常用角点检测简介 (9)

3.2角点检测的标准 (9)

3.3基于模板的角点检测 (9)

3.4角点检测原理 (10)

第四章 Harris角点检测算法 (11)

4.1Harris算子特征 (11)

4.2Harris角点检测性质 (11)

4.3Harris角点检测原理 (11)

4.4Harris角点检测算法 (12)

4.5 SUSAN检测算法 (13)

第五章图片实现及结论 (16)

5.1基于Harris角点的图片实现 (16)

5.2基于susan检测实现的图片 (18)

5.3算法比较 (19)

5.4角点检测程序 (21)

第六章结语 (24)

参考文献 (25)

答谢 (26)

相关文档
最新文档