ASIFT_windows_beta_20090415

所属分类:Windows编程
开发工具:matlab
文件大小:2753KB
下载次数:282
上传日期:2010-01-28 19:29:40
上 传 者hai_jack
说明:  一种比sift效果更好的算法,可实现图像在几乎任意仿射变化下的特征提取,而且特征点比SIFT多,是09年最新的算法
(asift, full name is the affine scale-invariant feature transform, that is, of scale-invariant features of affine transform, is used to extract more of the characteristics of affine distortion of the same region, a method useful for all of us believe that ~ ~ ~)

文件列表:
ASIFT_windows_beta_20090415\Packaging14-04-09\Adam1.pgm (270015, 2009-03-31)
ASIFT_windows_beta_20090415\Packaging14-04-09\Adam2.pgm (270015, 2009-03-31)
ASIFT_windows_beta_20090415\Packaging14-04-09\AdditionalImages\H8_A0.pgm (270015, 2009-02-07)
ASIFT_windows_beta_20090415\Packaging14-04-09\AdditionalImages\H8_A1.pgm (270015, 2009-02-07)
ASIFT_windows_beta_20090415\Packaging14-04-09\AdditionalImages\Table_A.JPG (269081, 2004-06-26)
ASIFT_windows_beta_20090415\Packaging14-04-09\AdditionalImages\Table_B.JPG (319755, 2004-06-26)
ASIFT_windows_beta_20090415\Packaging14-04-09\AdditionalImages\Thumbs.db (15360, 2010-01-05)
ASIFT_windows_beta_20090415\Packaging14-04-09\ASift.exe (322048, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\asift_HR.exe (332288, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\asift_match_HR.exe (322560, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\asift_match_LR_v1.exe (327680, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\FreeImage.dll (2084864, 2008-07-27)
ASIFT_windows_beta_20090415\Packaging14-04-09\fzoom.exe (312320, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\LauncherMatlab.bat (3188, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\LauncherWithArguments.bat (4603, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\match_HR.txt (4471, 2009-12-07)
ASIFT_windows_beta_20090415\Packaging14-04-09\match_LR.txt (807, 2009-12-07)
ASIFT_windows_beta_20090415\Packaging14-04-09\NumbArguments.bat (395, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\result_HR.jpg (421921, 2009-12-07)
ASIFT_windows_beta_20090415\Packaging14-04-09\result_LR.jpg (146377, 2009-12-07)
ASIFT_windows_beta_20090415\Packaging14-04-09\SimpleAsiftMatlab.m (3667, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\SimpleLauncherAdam.bat (2597, 2009-04-14)
ASIFT_windows_beta_20090415\Packaging14-04-09\Thumbs.db (7680, 2010-01-05)
ASIFT_windows_beta_20090415\Packaging14-04-09\AdditionalImages (0, 2010-01-05)
ASIFT_windows_beta_20090415\Packaging14-04-09 (0, 2010-01-05)
ASIFT_windows_beta_20090415 (0, 2010-01-05)

=========================================================================== Welcome to use the Affine-SIFT (ASIFT) software. ASIFT permits image comparison independent to viewpoint change The ASIFT software supports currently Linux/Unix/Windows. Windows version is provided by Pierre Moulon. The input images could be in GRAY-LEVEL or COLOR images (on windows). In order to limit the computational time, it is better to to test on input images with less than 300000 pixels. For example an image size 600x450 (or 512x512) is O.K. The windows version is not multhreaded yet. References: - J.M. Morel and G.Yu, ASIFT: A New Framework for Fully Affine Invariant Image Comparison, to appear in SIAM Journal on Imaging Sciences, 2009. - G. Yu and J.M. Morel, A Fully Affine Invariant Image Comparison Method, accepted to IEEE ICASSP, Taipei, 2009. - J.M. Morel and G.Yu, On the consistency of the SIFT Method, Preprint, CMLA 2008-26, Sept 2008. A website with an online demo is available. http://www.cmap.polytechnique.fr/yu/research/ASIFT/demo.html. It allows the users to test ASIFT online with their own images. It also contains an image dataset (for systematic evaluation of robustness to absolute and transition tilts), and more examples. Authors: Guoshen Yu, Jean-Michel Morel. Contact: yu@cmap.polytechnique.fr, Jean-Michel.Morel@cmla.ens-cachan.fr Version: Alpha_Windows. 2009.04.14 =========================================================================== Short Manual 1. Unzip and save all the files in one directory. Go to that directory. 2. Run one of the sample bat file (For example LauncherWithArguments). 3. Check the results files (match_LR.txt match_HR.txt and the two images result_LR.jpg, result_HR.jpg that display the matches) 3. Call LauncherWithArguments with your own files. Show usage by calling "LauncherWithArguments.bat" in a cmd window. 3.1. Example : LauncherWithArguments.bat Adam1.pgm Adam2.pgm 0 matchLR.tiff matchHR.tiff coorLR.txt coorHR.txt ====== Short Manual == Matlab launching script. 1. Add the Asift executables directory as a path of your Matlab. 2. Use the SimpleAsiftMatlab.m function 3. [coordA,coordB] = SimpleAsiftMatlab('Adam1.pgm','Adam2.pgm',0,'matchLR.tiff','matchHR.tiff','coorLR.txt','coorHR.txt'); 4. coordA and coordB contains the Asift matches that are contained in coorLR.txt and coorHR.txt (the output of ASIFT). 5. The displayed image show the ASIFT matches too. ------------------------------ =========================================================================== ATTENTION: This alpha version may have some problem on the Image output interface with some certain type of images. Prefer to use the jpg/bmp/tiff/tga/png/pgm format. If you encounter this bug, please 1. Use the online version instead. http://www.cmap.polytechnique.fr/yu/research/ASIFT/demo.html It is the same program but more stable. 2. Report the bug to yu@cmap.polytechnique.fr. We appreciate a lot your help. ===========================================================================

近期下载者

相关文件


收藏者