資源簡介
關(guān)于圖像融合的代碼,里面有融合的源代碼MATLAB實現(xiàn)
代碼片段和文件信息
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%??Dany?Simard??????????????????????????????????????????????????%
%??dany.simard@gmail.com????????????????????????????????????????%
%??CHUM?Universit?de?Montr閍l??Qu閎ec????????????????????????%
%??Visualization?tool?for?2D?image?fusion???????????????????????%
%??Version?1.0??????????????????????????????????????????????????%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function?DispFusion(Im1Im2)
if?nargin==0
????Im1=zeros(4);
????Im2=zeros(4);
elseif?nargin==1
????if?~isempty(Im1)
????????Im2=zeros(size(Im1));
????else
????????Im1=zeros(4);
????????Im2=zeros(4);
????end
elseif?nargin>1
????if?isempty(Im2)?&&?isempty(Im1)
????????Im1=zeros(4);
????????Im2=zeros(4);????????
????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1045??2006-11-24?16:27??LISQ\LISQ\addtoheap.m
?????文件???????1251??2006-12-21?14:34??LISQ\LISQ\example00.m
?????文件???????1143??2006-12-21?15:59??LISQ\LISQ\example01.m
?????文件????????629??2006-12-21?15:59??LISQ\LISQ\example02.m
?????文件???????1343??2006-12-21?15:59??LISQ\LISQ\example03.m
?????文件???????1547??2006-12-21?15:59??LISQ\LISQ\example04.m
?????文件???????1432??2006-12-21?16:00??LISQ\LISQ\example05.m
?????文件???????1549??2006-12-21?16:00??LISQ\LISQ\example06.m
?????文件???????1631??2006-12-21?16:00??LISQ\LISQ\example07.m
?????文件???????1803??2006-12-21?16:00??LISQ\LISQ\example08.m
?????文件???????1525??2006-12-21?16:00??LISQ\LISQ\example09.m
?????文件???????1438??2006-12-21?16:00??LISQ\LISQ\example10.m
?????文件???????2173??2006-12-21?16:00??LISQ\LISQ\example11.m
?????文件???????1865??2006-12-21?16:01??LISQ\LISQ\exampleHU.m
?????文件???????4669??2006-12-21?16:01??LISQ\LISQ\exampleIF.m
?????文件???????2746??2006-12-21?16:01??LISQ\LISQ\exampleTH.m
?????文件????????496??2006-11-24?16:27??LISQ\LISQ\extA.m
?????文件????????500??2006-11-24?16:27??LISQ\LISQ\extD.m
?????文件????????504??2006-11-24?16:27??LISQ\LISQ\extL.m
?????文件????????504??2006-11-24?16:27??LISQ\LISQ\extR.m
?????文件????????500??2006-11-24?16:27??LISQ\LISQ\extU.m
?????文件????????496??2006-11-24?16:27??LISQ\LISQ\getcolor00.m
?????文件????????496??2006-11-24?16:27??LISQ\LISQ\getcolor01.m
?????文件????????496??2006-11-24?16:27??LISQ\LISQ\getcolor10.m
?????文件????????496??2006-11-24?16:27??LISQ\LISQ\getcolor11.m
?????文件???????1171??2006-11-24?16:27??LISQ\LISQ\gridfdims.m
?????文件??????65728??2006-11-24?16:27??LISQ\LISQ\hoed_A.mat
?????文件??????65769??2006-11-24?16:27??LISQ\LISQ\hoed_A.tif
?????文件??????65728??2006-11-24?16:27??LISQ\LISQ\hoed_B.mat
?????文件??????65769??2006-11-24?16:27??LISQ\LISQ\hoed_B.tif
............此處省略128個文件信息
評論
共有 條評論