文件名称:registration
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2014-06-30
- 文件大小:
- 34kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
先用SUSAN算法对两幅图像进行角点检测,然后用NCC算法进行粗匹配,最后用RANSAC算法进行精确匹配-SUSAN algorithm first with two images on corner detection and coarse matching algorithm with NCC, and finally with RANSAC algorithm for exact match
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图像配准程序\funddist.m
............\fundmatrix.m
............\HarrisPoints.m
............\ImageRegistration.m
............\imageRegistration为主程序.txt
............\imagetech.bmp
............\nccmatch.m
............\normalise2dpts.m
............\ransac.m
............\ransacfitfundmatrix.m
............\SUSANPoints.m
图像配准程序