mscale_featmatch

所属分类:图形图像处理
开发工具:matlab
文件大小:6KB
下载次数:85
上传日期:2010-05-16 13:27:58
上 传 者kzkz221
说明:  立体图像匹配源代码,有关立体图像的分割,处理和具体算法
(Stereo image matching source code, the three-dimensional image segmentation, processing and specific algorithms)

文件列表:
mscale_featmatch\circ_corr_1d.m (1463, 2005-05-02)
mscale_featmatch\circ_corr_2d.m (1535, 2005-05-02)
mscale_featmatch\decimage.m (141, 2004-05-04)
mscale_featmatch\features_matching.m (3663, 2005-05-02)
mscale_featmatch\it_features_matching.m (3500, 2005-05-02)
mscale_featmatch\temp_temp_matching.m (3318, 2005-05-02)
mscale_featmatch (0, 2010-05-16)

The function produce a set of features matched through a pair of views. The selection is driven by the estimate uncertainty extracted from the Fisher information matrix. The main script if features_matching.m Usage: [x1,x2,corr_vec]=features_matching(im1, im2, cal, initsplit, sm_sigma, sigma_max) Input im1, im2 : stereo pair. greyscale images cal : (1=rectified images with epipolar horizontal lines; 0=uncalibrated images ) initsplit : images initial splitting factor; the images are splitted in (initsplit x initsplit) subimages. sm_sigma : smoothing Gaussian filter SD (1 -:- 3 for normal smoothing) sigma_max : Fisher index th (1e-2 -:- 1e-4) Output x1, x2 : matched points in the left and right images; 2 x N matrices x1=[u1 u2 ....uN horiz. coord. v1 v2 ....vN] vert. coord. corr_vec : match strength Comments to: Lorenzo Sorgi Virtual Reality lab Italian Aerospace Research Centre l.sorgi@cira.it

近期下载者

相关文件


收藏者