• 大小: 1.83MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-13
  • 语言: Matlab
  • 标签: 图像匹配  

资源简介

这是一个用MATLAB对两幅图片进行图像匹配的算法代码参考,内含模板图像

资源截图

代码片段和文件信息

function shunxu=getOrder(temp_shunxu_1temp_shunxu_2temp_shunxu_3temp_shunxu_4)
%根据输入的四项参数的顺序,返回一个5位二进制的编码
%temp_shunxu_i(i=(1234))为四个正数

if temp_shunxu_1>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_4%1 2 3 4
    shunxu=dec2bin(05);
elseif temp_shunxu_1>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_3%1 2 4 3 
                shunxu=dec2bin(15);
elseif temp_shunxu_1>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_4%1 3 2 4
               shunxu=dec2bin(25);
elseif temp_shunxu_1>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_2%1 3 4 2
               shunxu=dec2bin(35);
elseif temp_shunxu_1>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_3%1 4 2 3
               shunxu=dec2bin(45);
elseif temp_shunxu_1>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_2%1 4 3 2 
               shunxu=dec2bin(55);
elseif temp_shunxu_2>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_4%2 1 3 4
               shunxu=dec2bin(65);
elseif temp_shunxu_2>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_3%2 1 4 3
               shunxu=dec2bin(75);
elseif temp_shunxu_2>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_4%2 3 1 4
               shunxu=dec2bin(85);
elseif temp_shunxu_2>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_1%2 3 4 1
               shunxu=dec2bin(95);
elseif temp_shunxu_2>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_3%2 4 1 3
               shunxu=dec2bin(105);
elseif temp_shunxu_2>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_1%2 4 3 1  
               shunxu=dec2bin(115);
elseif temp_shunxu_3>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_4%3 1 2 4
               shunxu=dec2bin(125);
elseif temp_shunxu_3>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_2%3 1 4 2
               shunxu=dec2bin(135);
elseif temp_shunxu_3>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_4%3 2 1 4
               shunxu=dec2bin(145);
elseif temp_shunxu_3>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_1%3 2 4 1
               shunxu=dec2bin(155);
elseif temp_shunxu_3>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_2%3 4 1 2
               shunxu=dec2bin(165);
elseif temp_shunxu_3>=temp_shunxu_4&&temp_shunxu_4>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_1%3 4 2 1
               shunxu=dec2bin(175);
elseif temp_shunxu_4>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_2&&temp_shunxu_2>=temp_shunxu_3%4 1 2 3
               shunxu=dec2bin(185);
elseif temp_shunxu_4>=temp_shunxu_1&&temp_shunxu_1>=temp_shunxu_3&&temp_shunxu_3>=temp_shunxu_2%4 1 3 2
               shunxu=dec2bin(195);
elseif temp_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-03-21 17:55  用MATLAB对两幅图片进行图像匹配\
     文件       11651  2013-03-14 10:47  用MATLAB对两幅图片进行图像匹配\1.jpg
     文件       12128  2013-03-14 10:48  用MATLAB对两幅图片进行图像匹配\2.jpg
     文件        8364  2007-09-18 10:03  用MATLAB对两幅图片进行图像匹配\P1010813.JPG
     文件         559  2007-09-20 07:44  用MATLAB对两幅图片进行图像匹配\Read me.txt
     文件         431  2013-03-15 11:05  用MATLAB对两幅图片进行图像匹配\U.asv
     文件         451  2013-03-15 11:06  用MATLAB对两幅图片进行图像匹配\U.m
     文件         188  2013-03-14 17:20  用MATLAB对两幅图片进行图像匹配\Untitled.m
     文件        3384  2007-09-18 10:08  用MATLAB对两幅图片进行图像匹配\afterCut.jpg
     文件       89102  2013-03-09 10:48  用MATLAB对两幅图片进行图像匹配\e.JPG
     文件     1821438  2013-03-15 10:12  用MATLAB对两幅图片进行图像匹配\e.avi
     文件       86624  2013-03-12 18:09  用MATLAB对两幅图片进行图像匹配\ee.JPG
     文件        3597  2007-09-18 09:15  用MATLAB对两幅图片进行图像匹配\getOrder.m
     文件        1182  2007-09-18 18:05  用MATLAB对两幅图片进行图像匹配\gettezheng.m
     文件        1008  2013-03-18 10:30  用MATLAB对两幅图片进行图像匹配\testpipei_1.asv
     文件        1008  2013-03-18 10:34  用MATLAB对两幅图片进行图像匹配\testpipei_1.m
     文件        2124  2013-03-15 10:35  用MATLAB对两幅图片进行图像匹配\testpipei_2.m
     文件        6875  2007-09-19 21:58  用MATLAB对两幅图片进行图像匹配\three.fig
     文件       11203  2007-09-18 18:52  用MATLAB对两幅图片进行图像匹配\three.m

评论

共有 条评论