資源簡介
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
評論
共有 條評論