repeatability_demo

所属分类:图形图像处理
开发工具:Visual C++
文件大小:13760KB
下载次数:11
上传日期:2014-09-02 15:36:58
上 传 者矮矮的小鬼
说明:  对应Mikolajczyk文章中关于局部描述子的重复率的计算
(compute the repeatability of local descriptor)

文件列表:
Mikolajczyk test codes and executables (0, 2014-09-02)
Mikolajczyk test codes and executables\.DS_Store (6148, 2009-11-19)
Mikolajczyk test codes and executables\c——eoverlap.doc (47616, 2013-10-18)
Mikolajczyk test codes and executables\repeatability (0, 2014-09-02)
Mikolajczyk test codes and executables\repeatability\c_eoverlap.cxx (5965, 2004-09-24)
Mikolajczyk test codes and executables\repeatability\c_eoverlap.mexglx (10376, 2004-09-24)
Mikolajczyk test codes and executables\repeatability\descdist.cxx (4294, 2004-09-15)
Mikolajczyk test codes and executables\repeatability\descdist.mexglx (8757, 2004-09-15)
Mikolajczyk test codes and executables\repeatability\descperf.m (7587, 2004-10-04)
Mikolajczyk test codes and executables\repeatability\repeatability.m (7387, 2009-11-19)
Mikolajczyk test codes and executables\repeatability_demo (0, 2014-09-02)
Mikolajczyk test codes and executables\repeatability_demo\H1to2p (147, 2004-06-15)
Mikolajczyk test codes and executables\repeatability_demo\H1to3p (147, 2004-06-15)
Mikolajczyk test codes and executables\repeatability_demo\H1to4p (147, 2004-06-15)
Mikolajczyk test codes and executables\repeatability_demo\H1to5p (147, 2004-06-15)
Mikolajczyk test codes and executables\repeatability_demo\H1to6p (147, 2004-06-15)
Mikolajczyk test codes and executables\repeatability_demo\c_eoverlap.cxx (5965, 2004-09-24)
Mikolajczyk test codes and executables\repeatability_demo\c_eoverlap.mexa64 (13666, 2007-06-13)
Mikolajczyk test codes and executables\repeatability_demo\c_eoverlap.mexglx (11121, 2007-06-13)
Mikolajczyk test codes and executables\repeatability_demo\ebr.ln (3678558, 2007-06-12)
Mikolajczyk test codes and executables\repeatability_demo\graf_reptrans.fig (7878, 2007-06-13)
Mikolajczyk test codes and executables\repeatability_demo\h_affine.ln (5733839, 2007-06-12)
Mikolajczyk test codes and executables\repeatability_demo\ibr.ln (3641965, 2007-06-12)
Mikolajczyk test codes and executables\repeatability_demo\img1.ppm (1536015, 2002-02-07)
Mikolajczyk test codes and executables\repeatability_demo\img2.ppm (1536015, 2002-02-07)
Mikolajczyk test codes and executables\repeatability_demo\img3.ppm (1536015, 2002-02-07)
Mikolajczyk test codes and executables\repeatability_demo\img4.ppm (1536015, 2002-02-07)
Mikolajczyk test codes and executables\repeatability_demo\img5.ppm (1536015, 2002-02-07)
Mikolajczyk test codes and executables\repeatability_demo\img6.ppm (1536015, 2002-02-07)
Mikolajczyk test codes and executables\repeatability_demo\mser.ln (399941, 2005-04-20)
Mikolajczyk test codes and executables\repeatability_demo\repeatability.m (7636, 2007-06-13)
Mikolajczyk test codes and executables\repeatability_demo\repeatability_demo.m (1732, 2007-06-13)

This package contains matlab files for computing repeatability and matching score between two images [ref. performance evaluation papers]. http://www.robots.ox.ac.uk/~vgg/research/affine km@robots.ox.ac.uk Recompliling c_eoverlap.cxx and descdist.cxx might be necessary matlab>>mex c_eoverlap.cxx; matlab>>mex descdist.cxx; To compute the repeatability score [ref. detector evaluation paper]: [v_overlap,v_repeatability,v_nb_of_corespondences,matching_score,nb_of_matches]=repeatability('img1.haraff.sift','img2.haraff.sift','H1to2p','img1.ppm','img2.ppm',1); v_overlap - overlap errors used for estimation of the repeatability. v_repeatability - repeatability estimated for given overlap errors v_nb_of_corespondences - number of corresponding regions for given overlap errors matching_score - matching score for a given overlap error nb_of_matches - number of correct matches for a given overlap error To evaluate desciriptor performance on a pair of images [ref. descriptor evaluation paper]: run repeatability to compute the correspondence matrix [v_overlap,v_repeatability,v_nb_of_corespondences,matching_score,v_nb_of_matches,twi]=repeatability('img1.haraff.sift','img2.haraff.sift','H1to2p','img1.ppm','img2.ppm',0); then run descperf to compute the matching score [correct_match_nn, total_match_nn,correct_match_sim,total_match_sim,correct_match_rn,total_match_rn]=descperf('img1.haraff.sift','img2.haraff.sift','H1to2p','img1.ppm','img2.ppm',v_nb_of_corespondences(5),twi); correct_match_nn - number of correct matches with nearest neighbour matching strategy total_match_nn - total number of matches with nearest neighbour matching strategy correct_match_sim - number of correct matches with threshold based matching strategy total_match_sim - total number of matches with threshold based matching strategy correct_match_rn - number of correct matches with nearest neighbour distance ratio matching strategy total_match_rn - total number of matches with nearest neighbour distance ratio matching strategy

近期下载者

相关文件


收藏者