资源简介

使用matlab实现三维建模源码,效果非常好,可以用于三维点云数据的建模 )

资源截图

代码片段和文件信息


% \pao
% \bi
% \item {\tt matches12} matches in an $n \times 4$ array of matches $(xyx‘y‘)$ in this
% case $n$ is the number of matches.
% \item {\tt minc} is the minimum value of $C$ for each corner.
% \item {\tt mat12} is defined such that {\tt mat(i) = j} means corner $i$ matches to
% corner $j$.
% \ei

% By Philip Torr 2002
% copyright Microsoft Corp.


function matches12 = torr_add_manual_matches(ax_handle2ax_handle3)

button1 = 1;
button2 = 2;
no_matches = 0;

    
while ~isempty(button1) & ~isempty(button2)
    
    axes(ax_handle2);
    hold on;
    [XcurYcurbutton1] = GINPUT(1);
    plot(XcurYcur ‘m+‘);
    
    
    if ~isempty(button1)
        axes(ax_handle3);
        hold on
        [Xcur2Ycur2button2] = GINPUT(1);
        plot(Xcu

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      37040  2002-03-29 04:11  matlab\stereo.fig

    ..A.SH.     45056  2006-05-11 08:34  matlab\Thumbs.db

     文件       1238  2016-10-01 16:40  matlab\torr_add_manual_matches.m

     文件       2408  2003-05-15 08:28  matlab\torr_calc_cubic_coefs.m

     文件      17800  2002-05-18 06:37  matlab\torr_cal_menu.fig

     文件       7385  2002-06-06 05:04  matlab\torr_cal_menu.m

     文件       3972  2003-01-14 09:04  matlab\torr_charris.m

     文件       2932  2002-06-06 05:06  matlab\torr_compare_epipoles.m

     文件       4297  2002-06-21 05:15  matlab\torr_compF_sc.m

     文件       5555  2002-06-06 05:06  matlab\torr_comp_sam_lin_script.m

     文件       3471  2002-05-17 06:50  matlab\torr_corn_matcher.m

     文件       1602  2002-06-06 05:08  matlab\torr_correctx4F.m

     文件        882  2003-01-14 08:48  matlab\torr_cor_script.m

     文件      13776  2002-04-10 08:47  matlab\torr_c_menu.fig

     文件       7498  2016-10-01 16:40  matlab\torr_c_menu.m

     文件       1496  2016-10-01 16:41  matlab\torr_display_epipolar.m

     文件       2526  2016-10-01 16:41  matlab\torr_display_epipoles.m

     文件        870  2002-06-13 10:02  matlab\torr_display_matches.m

     文件       1290  2002-06-06 05:09  matlab\torr_display_structure.m

     文件       1532  2002-06-06 05:08  matlab\torr_disp_epip_geom.m

     文件       1829  2016-10-01 16:41  matlab\torr_errf2.m

     文件        300  2002-04-23 10:02  matlab\torr_errfa.m

     文件       1967  2002-06-06 05:09  matlab\torr_errf_nl_2.m

     文件        210  2002-05-15 09:01  matlab\torr_errf_sse.m

     文件        482  2002-06-06 05:09  matlab\torr_errf_sseC.m

     文件        394  2002-05-18 05:53  matlab\torr_errg_sse.m

     文件       3121  2002-06-06 05:09  matlab\torr_errh.m

     文件        813  2002-06-06 05:09  matlab\torr_estf.m

     文件        859  2002-06-06 05:10  matlab\torr_estfa.m

     文件        731  2002-06-06 05:09  matlab\torr_estf_bookstein.m

............此处省略63个文件信息

评论

共有 条评论