-
大小: 0.13M文件类型: .zip金币: 1下载: 0 次发布日期: 2021-02-12
- 语言: Matlab
- 标签: 数据建模 matlab 3D建模 site:www.pud
资源简介
使用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_sc
文件 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_sc
文件 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个文件信息
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
- susancorners
评论
共有 条评论