資源簡(jiǎn)介
lowe的實(shí)現(xiàn)版本,pgm識(shí)別,算法穩(wěn)定,沒(méi)有多余匹配點(diǎn),并且附帶了大量注釋,便于初學(xué)者理解掌握

代碼片段和文件信息
%?im?=?appendimages(image1?image2)
%
%?Return?a?new?image?that?appends?the?two?images?side-by-side.
function?im?=?appendimages(image1?image2)
%?Select?the?image?with?the?fewest?rows?and?fill?in?enough?empty?rows
%???to?make?it?the?same?height?as?the?other?image.
rows1?=?size(image11);
rows2?=?size(image21);
if?(rows1??????image1(rows21)?=?0;
else
?????image2(rows11)?=?0;
end
%?Now?append?both?images?side-by-side.
im?=?[image1?image2];???
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-30?10:09??siftDemoV4\
?????文件?????????461??2005-07-08?12:54??siftDemoV4\appendimages.m
?????文件???????46433??2005-07-08?12:54??siftDemoV4\basmati.pgm
?????文件???????97697??2005-07-08?12:54??siftDemoV4\book.pgm
?????文件???????72310??2005-07-08?12:54??siftDemoV4\box.pgm
?????文件????????1920??2005-07-08?12:54??siftDemoV4\defs.h
?????文件??????348858??2018-03-27?21:29??siftDemoV4\lena1.pgm
?????文件??????348858??2018-03-27?21:29??siftDemoV4\lena2.pgm
?????文件????????1055??2005-07-08?12:54??siftDemoV4\LICENSE
?????文件?????????631??2005-07-08?12:54??siftDemoV4\Makefile
?????文件????????4876??2005-07-08?12:54??siftDemoV4\match.c
?????文件????????1940??2005-07-08?12:54??siftDemoV4\match.m
?????文件?????1191297??2018-03-30?10:08??siftDemoV4\picture1.pgm
?????文件?????1191297??2018-03-30?10:09??siftDemoV4\picture2.pgm
?????文件????????7952??2005-07-08?12:54??siftDemoV4\README
?????文件??????196623??2005-07-08?12:54??siftDemoV4\scene.pgm
?????文件????????1699??2005-07-08?12:54??siftDemoV4\showkeys.m
?????文件???????45070??2005-07-08?12:54??siftDemoV4\sift
?????文件????????2494??2005-07-08?12:54??siftDemoV4\sift.m
?????文件???????94208??2005-07-08?12:54??siftDemoV4\siftWin32.exe
?????文件??????339315??2018-03-27?21:30??siftDemoV4\testc1.pgm
?????文件??????339315??2018-03-27?21:30??siftDemoV4\testc2.pgm
?????文件??????327523??2018-03-30?10:10??siftDemoV4\tmp.key
?????文件??????????16??2018-03-30?11:30??siftDemoV4\tmp.pgm
?????文件????????7493??2005-07-08?12:54??siftDemoV4\util.c
評(píng)論
共有 條評(píng)論