1 / 7
文档名称:

基于角点检测的高精度点匹配算法.txt

格式:txt   页数:7页
下载后只包含 1 个 TXT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于角点检测的高精度点匹配算法.txt

上传人:yzhfg888 2014/10/14 文件大小:0 KB

下载得到文件列表

基于角点检测的高精度点匹配算法.txt

文档介绍

文档介绍:自己收集整理的
错误在所难免
仅供参考交流
如有错误
请指正!谢谢
基于角点检测的自动点匹配算法
徐琳曹晓光郁文霞
(北京航空航天大学图像处理中心北京 100083)
摘要针对多光谱、多传感器遥感图像的自动配准,本文提出了一个新的基于Harris角点检测的高精度自动点匹配算法
该算法充分利用了图像的角点特征以及图像灰度和位置信息
匹配过程中采用圆形模板进行相似度计算和松弛匹配
并用全局一致性检测保证匹配的精度
初步实验表明
本算法对于存在仿射变换的遥感图像可以精确自动匹配
其精度和速度都优于传统的点匹配算法
关键词角点检测点匹配圆形模板一致性检测仿射变换
A Point Matching Algorithm based on Corner Detection
Xu Lin Cao Xiaoguang Yu Wenxia
(Image Processing Center, BeiHang University ,BeiJing,100083)
Abstract For automatic registration of multi-spectral and multi-sensor remote sensing images, a new high accuracy point matching algorithm based on Harris corner detection is described in this paper. It makes full use of graphic point feature, gray-level pixel and location information. In the matching process, circular template is adopted to calculate similarity. Moreover, consistency checking method is used to make sure the matching accuracy... Experimental results on remote sensing image pairs with affine geometric transform showed that the algorithm could do accurate automatic matching and it outperforms traditional point matching algorithms both in accuracy and running speed.
Keywords Corner detection Point matching Circular template Consistency checking Affine transform
引言
点匹配是数字图像处理的基本任务之一
在遥感图像处理中被广泛应用
目前常见的匹配算法主要有:基于灰度
基于特征和基于对影像理解和解释等三种算法
基于灰度的匹配直观易懂
但速度慢、精度低;基于特征的匹配精度高但计算复杂
常用的角点匹配算法有常用的角点匹配算法有Hausdorff距离法、松弛标记法、确定性退火算法以