登录
首页 » Others » 3D-reconstruction

3D-reconstruction

于 2014-04-01 发布 文件大小:2064KB
0 151
下载积分: 1 下载次数: 173

代码说明:

  一种基于matlab的三维图像重构算法,能够实现图像的三维重建功能(Based on a three-dimensional image reconstruction algorithm matlab, to achieve a three-dimensional image reconstruction function)

文件列表:

abbr_图像三维重建
.................\matlabcode
.................\..........\examples-code
.................\..........\.............\addons.zip,200657,2005-07-12
.................\..........\.............\al.tif,65462,2000-03-30
.................\..........\.............\alExample.m,760,2003-02-08
.................\..........\.............\angle_vec.m,303,2005-06-28
.................\..........\.............\ch4appendix.m,797,2003-04-12
.................\..........\.............\compute3DStructure.m,1152,2005-06-25

.................\..........\.............\dfundamental.m,1466,2005-07-08
.................\..........\.............\draw_frame_scaled.m,1045,2005-06-19
.................\..........\.............\edgeDetection.m,1287,2005-07-10
.................\..........\.............\essentialDiscrete.m,4513,2005-07-07
.................\..........\.............\examples-code.zip,871529,2005-07-10
.................\..........\.............\exp_matrix.m,331,2005-06-20
.................\..........\.............\gaussian_filt.m,1690,2004-04-17
.................\..........\.............\harrisCorner.m,2352,2005-06-19
.................\..........\.............\homography2Motion.m,1564,2005-06-20
.................\..........\.............\houselines_mixed.m,1373,2005-06-28
.................\..........\.............\Hwarp.m,1027,2005-07-10
.................\..........\.............\isoscale.m,472,2005-06-22

.................\..........\.............\LocalMaximum.m,1016,2005-06-19
.................\..........\.............\makeRows.m,162,2005-06-20
.................\..........\.............\plot3Lines.m,192,2005-06-28
.................\..........\.............\plot3_cube.m,704,2005-06-19
.................\..........\.............\plot3_struct.m,1165,2005-06-19
.................\..........\.............\plotLineNormal.m,758,2003-05-10
.................\..........\.............\plotLines.m,149,2005-06-28
.................\..........\.............\plot_struct.m,1164,2005-06-19
.................\..........\.............\project.m,146,2005-06-19
.................\..........\.............\projRectify.m,2109,2005-07-10
.................\..........\.............\quadric_linear_f.m,1557,2005-07-10
.................\..........\.............\rectifData.mat,1868,2005-07-12
.................\..........\.............\rot_matrix.m,535,2005-06-19
.................\..........\.............\row_quadric_f.m,389,2002-11-15
.................\..........\.............\rq.m,926,2002-11-16
.................\..........\.............\sampleFlow.m,2843,2005-06-19
.................\..........\.............\sfm_mixed.m,5618,2005-07-10
.................\..........\.............\sfm_points.m,4726,2005-07-10
.................\..........\.............\sfm_projective.m,8720,2005-07-07

.................\..........\.............\skew.m,241,2005-06-20
.................\..........\.............\step_by_step.m,10701,2005-07-10
.................\..........\.............\test_11_9.m,1017,2005-07-12
.................\..........\.............\test_4_1.m,155,2005-06-19
.................\..........\.............\test_5_1.m,2695,2005-07-10
.................\..........\.............\test_5_2.m,2215,2005-07-10
.................\..........\.............\test_6_1.m,3261,2005-07-10
.................\..........\.............\test_6_2.m,4121,2005-06-25
.................\..........\.............\test_test.m,475,2004-04-18
.................\..........\.............\triple_product.m,249,2005-06-20
.................\..........\.............\vanishing_point.m,727,2005-06-22
.................\..........\.............\warpLinear.m,682,2004-04-27
.................\..........\.............\warpNonlin.m,794,2004-04-27
.................\..........\.............\yos.1.pnm,79647,2002-09-18
.................\..........\.............\yos.10.pnm,79647,1997-07-16
.................\..........\.............\yos.11.pnm,79647,1997-07-16
.................\..........\.............\yos.12.pnm,79647,1997-07-16
.................\..........\.............\yos.13.pnm,79647,1997-07-16
.................\..........\.............\yos.14.pnm,79647,1997-07-16
.................\..........\.............\yos.15.pnm,79647,1997-07-16
.................\..........\.............\yos.16.pnm,79647,1997-07-16
.................\..........\.............\yos.2.pnm,79647,2002-09-18
.................\..........\.............\yos.3.pnm,79647,2002-09-18
.................\..........\.............\yos.4.pnm,79647,2002-09-18
.................\..........\.............\yos.5.pnm,79647,2002-09-18
.................\..........\.............\yos.6.pnm,79647,2002-09-18
.................\..........\.............\yos.7.pnm,79647,2002-09-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • accelerated_greedy_EM
    an em algorithom for gussuion mixture model. using matlab
    2010-07-12 09:20:52下载
    积分:1
  • carnon
    使用matlab编程环境,实现了音乐卡农的自动播放。(use matlab to play the music of caonon。)
    2012-08-15 16:51:21下载
    积分:1
  • SVPWM
    实现svpwm逆变电路的方针输出,程序调试好用,波形理想(Policy to achieve svpwm inverter circuit output debugging easy, the ideal waveform)
    2011-11-25 20:23:07下载
    积分:1
  • ShortEst
    matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可(matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder matlab run (first run mex-setup, associated VC with MATLAB) method call, such as a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst (a) can)
    2009-02-03 15:25:48下载
    积分:1
  • motionEstAnalysis
    block searching algorithm.block searching algorithm.block searching algorithm.block searching algorithm.block searching algorithm.block searching algorithm.block searching algorithm.block searching algorithm.block searching algorithm.block searching algorithm.v
    2010-08-05 20:23:23下载
    积分:1
  • MultiWavelet-Tools
    MultiWavelet Tools是一个变换工具,可以用来进行压缩、去噪,边缘检测等等!(MultiWavelet Tools is a transformation tool can be used for compression, denoising, edge detection and so on!)
    2009-04-06 18:50:33下载
    积分:1
  • (fourier)-MATLAB
    implement fourier transform by matlab
    2008-08-09 22:26:06下载
    积分:1
  • Alamouti_16QAM_21
    说明:  Alamouti空时编码,16QAM调制(Alamouti Sapace Time Coding, 16QAM.)
    2010-04-28 14:45:04下载
    积分:1
  • Final-Project
    Gesture Recognition using Neural Network
    2013-11-20 22:21:58下载
    积分:1
  • truss_static
    编写了利用MATLAB计算任意桁架的静力分析,得到各杆的应力和各结点的位移,并画出变形前后的桁架图(The static analysis of arbitrary truss is made by using MATLAB, the stress of each rod and the displacement of each node are obtained, and the truss diagram before and after deformation is drawn)
    2021-04-25 11:18:46下载
    积分:1
  • 696518资源总数
  • 104983会员总数
  • 23今日下载