• 大小: 192KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: Matlab
  • 标签: 图像匹配  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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3384  2007-09-18 10:08  picture\afterCut.jpg

     文件       3597  2007-09-18 09:15  picture\getOrder.m

     文件       3723  2007-09-17 10:38  picture\getOrder.asv

     文件      11203  2007-09-18 18:52  picture\three.m

     文件      11143  2007-09-18 18:20  picture\three.asv

     文件       6875  2007-09-19 21:58  picture\three.fig

     文件       1342  2007-09-20 07:41  picture\testpipei_1.m

     文件       2127  2007-09-20 07:25  picture\testpipei_2.m

     文件       2071  2007-09-20 07:24  picture\testpipei_2.asv

     文件        559  2007-09-20 07:44  picture\Read me.txt

     文件       8364  2007-09-18 10:03  picture\P1010813.JPG

     文件       1122  2007-09-17 22:19  picture\gettezheng.asv

     文件       1182  2007-09-18 18:05  picture\gettezheng.m

     目录          0  2007-11-11 16:38  picture

     文件     297472  2007-09-24 22:26  picture\面向对象课程设计报告.doc

     文件        218  2007-06-04 13:14  www.pudn.com.txt

----------- ---------  ---------- -----  ----

               354382                    16


评论

共有 条评论