资源简介
这是模板匹配sad方法的matlab程序
代码片段和文件信息
%template matching
% written by swf in syiae.
% date: 2009.5
clear all;
im=imread(‘lena.jpg‘);
tic
im=imresize(im[256256]);
imshow(im);
[imrimc]=size(im);
[temprect]=imcrop(im[1201504949]);%选择模板
figure(2)imshow(temp);
tr=rect(4)+1;
tc=rect(3)+1;
temp=double(temp);
im=double(im);
%sum1=zeros(imr-tr+1imc-tc+1);
for i=1:imr-tr;
for j=1:imc-tc;
- 上一篇:蚁群算法的matlab源码
- 下一篇:hausdorff距离matlab程序
相关资源
- 形状匹配(Shape Matching)
- image_matching
- Template-matching 模板匹配字符识别的程
- orthogonal-matching-pursuit OMP算法的matlab的
- image-matching matlab编写的一个影像匹配
- 3D_MATCHing_SIFT matlab环境下的三维点云配
- ImageMatching_MATLAB 一个图像配准的MATL
-
NCC-and-the-SSDA-ba
sed-feature-points-match - LBP-SIFT-image-matching-algorithm-combined
- Point-Pattern-Matching--Hand-Gesture 手势识别
- 多路径匹配追踪深度优先 MATLAB
评论
共有 条评论