資源簡介
拉普拉斯融合:
直接執行La便可得到融合后圖像
圖2、3高斯分解
圖4、5拉普拉斯變換
圖6圖像融合
圖7融合后圖像

代碼片段和文件信息
figure(6)
for?m0=1:140
????for?n0=1:258
????????if?abs(Lp0l(m0n0))>abs(Lp0h(m0n0))
????????????Lp0(m0n0)=Lp0l(m0n0);
????????else
????????????Lp0(m0n0)=Lp0h(m0n0);
????????end
????end
end
subplot(221)
image(Lp0)
colormap(map)
axis([0?258?0?140])
axis?off
title(‘配準后第0層圖像‘);
for?m1=1:70
????for?n1=1:129
????????if?abs(Lp1l(m1n1))>abs(Lp1h(m1n1))
????????????Lp1(m1n1)=Lp1l(m1n1);
????????else
????????????Lp1(m1n1)=Lp1h(m1n1);
????????end
????end
end
subplot(222)
image(Lp1)
colormap(map)
axis([0?258?0?140])
axis?off
title(‘配準后第1層圖像‘);
for?m2=1:35
????for?n2=1:65
????????if?abs(Lp2l(m2n2))>abs(Lp2h(m2n2))
????????????Lp2(m2n2)=Lp2l(m2n2);
????????else
????????????Lp2(m2n2)=Lp2h(m2n2);
????????end
????end
end
subplot(223)
image(Lp2)
colormap(map)
axis([0?258?0?140])
axis?off
title(‘配準后第2層圖像‘);
for?m3=1:18
????for?n3=1:33
????????if?abs(Lp3l(m3n3))>abs(Lp3h(m3n3))
????????????Lp3(m3n3)=Lp3l(m3n3);
????????else
????????????Lp3(m3n3)=Lp3h(m3n3);
????????end
????end
end
subplot(224)
image(Lp3)
colormap(map)
axis([0?258?0?140])
axis?off
title(‘配準后第3層圖像‘);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1180??2007-07-03?14:01??拉普拉斯融合\absda.m
?????文件????????497??2007-06-06?15:31??拉普拉斯融合\change.m
?????文件????????222??2007-07-03?14:04??拉普拉斯融合\cubic.m
?????文件???????1139??2007-07-03?13:48??拉普拉斯融合\da.m
?????文件???????1761??2007-07-06?13:40??拉普拉斯融合\gaigaositaxingfenjie.m
?????文件???????1146??2007-07-03?14:58??拉普拉斯融合\gailapulasitaxingfenjie.m
?????文件????????242??2007-07-06?13:45??拉普拉斯融合\huanyuantuxiang.m
?????文件?????????77??2007-07-06?13:46??拉普拉斯融合\la.m
?????文件????????557??2007-07-02?17:08??拉普拉斯融合\lapulasitaxingfenjieh.m
?????文件???????7104??2007-07-03?16:11??拉普拉斯融合\qiuLp.m
?????文件??????10535??2007-05-25?09:33??拉普拉斯融合\light.JPG
?????文件??????10420??2007-06-06?15:16??拉普拉斯融合\peizhunhou.JPG
?????文件????????108??2007-09-14?09:23??拉普拉斯融合\操作說明.txt
?????目錄??????????0??2007-10-11?22:57??拉普拉斯融合
-----------?---------??----------?-----??----
????????????????34988????????????????????14
- 上一篇:發票打印控件
- 下一篇:匯編語言實現十六進制的累加求和
評論
共有 條評論