资源简介
对两幅图像提取特征点,并计算基本矩阵,对两幅图像进行极线矫正,并画出校正后图像特征点的极线,效果非常好
代码片段和文件信息
function val = bilinear_interpolate(im rc)
%BILINEAR_INTERPOLATE performs bilinear interpolation.
%
% val = bilinear_interpolate(im rc) returns the bilinearly interpolated
% pixel values at the given list of positions rc.
%
% Input arguments:
% - im should be a m-by-n-by-3 (colour) image or a m-by-n (grey scale) image.
% - rc should be a 2-by-k matrix where k is the number of positions
% whose values are to be computed via bilinear interpolation. The first
% row of the matrix should contain the row-coordinates and the second row the
% column-coordinates of these positions. It is important that all the
% (rowcolumn)-positions stored in the matrix rc are within the boundary
% of the image im.
%
% Output argument:
% - val is the outp
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-04-11 22:00 极线矫正_很有效\
文件 16384 2013-01-16 20:34 极线矫正_很有效\Thumbs.db
文件 3888 2003-12-05 10:27 极线矫正_很有效\bilinear_interpolate.m
文件 1584 2003-09-22 19:55 极线矫正_很有效\calib1.dat
文件 31395 2002-07-16 17:26 极线矫正_很有效\calib1.jpg
文件 1584 2003-09-22 19:55 极线矫正_很有效\calib2.dat
文件 29239 2002-07-16 17:26 极线矫正_很有效\calib2.jpg
文件 4247 2003-12-11 16:28 极线矫正_很有效\example.m
文件 9290 2005-06-28 15:27 极线矫正_很有效\fundmatrix_nonlin.m
文件 423 2003-12-11 16:23 极线矫正_很有效\in_range.m
文件 2242 2003-12-08 18:50 极线矫正_很有效\index.html
文件 921654 2000-11-03 18:05 极线矫正_很有效\j1.bmp
文件 220 2003-09-20 00:30 极线矫正_很有效\j1.dat
文件 921654 2000-11-03 18:05 极线矫正_很有效\j2.bmp
文件 220 2003-09-20 00:30 极线矫正_很有效\j2.dat
文件 1333 2003-12-11 16:23 极线矫正_很有效\kb_input.m
文件 5738 2005-07-14 14:31 极线矫正_很有效\lmeds.m
文件 6956 2005-07-13 10:46 极线矫正_很有效\lmeds_options.m
文件 502 1999-04-28 16:24 极线矫正_很有效\pflat.m
文件 1993 2003-12-11 16:28 极线矫正_很有效\rectification_H.m
文件 1635 2003-12-11 16:28 极线矫正_很有效\rectification_angle.m
文件 2492 2004-01-18 20:38 极线矫正_很有效\rectification_transf.m
文件 3040 2012-12-26 14:34 极线矫正_很有效\rectify_im.asv
文件 3040 2012-12-26 14:35 极线矫正_很有效\rectify_im.m
文件 4339 2003-12-11 16:28 极线矫正_很有效\rectify_images.m
文件 377 2003-12-02 17:29 极线矫正_很有效\skew.m
评论
共有 条评论