资源简介
可以在harris角点检测和ncc粗匹配之后实现精确准确的角点匹配,为下一步配准做准备
)
代码片段和文件信息
function correctPoints = match_ransac(P1P2 it N t)
% MATCH_RANSAC:RANSAC outliner detector for matched point-pairs
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Input:
% P1 - coordinates of points in the 1st image [pointnum x 2]
% P2 - coordinates of points in the 2nd image [pointnum x 2]
% it - iterations (the number of subset to try)
% N - number of points in a consensus set to determine a correct model has been found
% t - error tolerance to determine whether a point is compatible for the model
%
% Output:
% correctPoints - indexes of point-pairs corrected matched determined by RANSAC
%
% Author:
% Jiaolong Yang
% Beijing Laboratory
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4501 2010-12-28 22:06 RANSAC\match_ransac.m
目录 0 2010-12-28 21:59 RANSAC
----------- --------- ---------- ----- ----
4501 2
相关资源
- SIFT2844912
- image_matching
- Max_CCM 用于图像配准
- SIFT2830309
- Harris.rar 特征提取是图像配准的重要步
- pinjie 本文用用Harris算子提取特征点
- SSDA SSDA序贯相似性检测方法对图像进
- phasecorrelation 运用相位相关法对图像进
- CVPR09-ScSPM 基于空间金字塔匹配的稀疏
- zernike 矩不变量
- yigechepaishibiedechengxu 车牌识别
- sift sift图像匹配的纯matlab代码
- histmatch 直方图匹配
- harris2807740
- stero 立体匹配
- 0301 图像配准和拼接
- Stabilization- 基于块匹配的稳像算法
- image-registration
- OMP OMP算法:匹配追踪算法
- Template-matching 模板匹配字符识别的程
- MyOMP 一个简单的运用正交匹配追踪算
- match_version_1.3 该程序主要功能是实现
- RegsiterFM 傅里叶梅林变换实现图像配准
- CS 压缩感知代码
- stereo-disparity matlab实现图像匹配的视差
- harris-ncc-ransac 本代码主要是harris角点
- fingei--vein 本文是关于手指静脉图像识
- mosaic 国外网站上找到的一个图像拼接
- LMS-of-image 最小二乘影像匹配
- traffic-sign-recognition 复杂场景中的红色
评论
共有 条评论