登录
首页 » matlab » 3D-Reconstruction-code-in-matlab

3D-Reconstruction-code-in-matlab

于 2015-04-22 发布 文件大小:225KB
0 259
下载积分: 1 下载次数: 362

代码说明:

  基于Matlab的点云三维重建代码程序,以实现从kinect深度图到点云,再进行三维重建的过程。(Matlab-based point cloud reconstruction program code to achieve kinect depth map the point cloud, and then the process of three-dimensional reconstruction.)

文件列表:

3DRC
....\acTsaiRadialDistortion.m,2204,2003-07-29
....\AlignVectors.m,3081,2012-11-16
....\AntiSymmetricMatrixFromVector.m,820,2012-11-16
....\ApproxMergeScaleAndPos.m,4252,2012-12-10
....\ApproxOrthoViewVec.m,1277,2012-12-10
....\assertion.m,412,2012-12-10
....\Augment.m,56,2012-11-17
....\convexhull.m,777,2012-11-17
....\ConvexPolyhedronFacesToDualPoints.m,769,2012-11-17
....\ConvVh.asv,2010,2012-12-10
....\ConvVh.m,1837,2012-12-10
....\CoordAdd.m,159,2012-11-17
....\DblMrrEpipoleLineErr.m,995,2012-12-10
....\DblMrrEpipoles.m,2920,2012-12-10
....\DualPointFromThreePointsOnPlane.m,727,2012-11-17
....\ensure.m,306,2012-11-17
....\EpiTangPoints.m,1683,2012-11-17
....\EvalPrint.m,404,2012-12-10
....\FourErrorDistances.m,1108,2012-11-18
....\getboundarymex.dll,45056,2002-09-16


....\ImageToNormalisedImage.m,577,2012-11-18
....\IsPointInConvPoly.asv,301,2012-12-10
....\IsPointInConvPoly.m,258,2012-12-10
....\LinearEuclideanTriangulation.m,1714,2012-11-18
....\Main.m,627,2012-12-10
....\MarchDemoMex.dll,102400,2005-11-17
....\MatrixToAxisAngleMex.dll,45056,2003-10-30
....\MirrorFocalPpErr.m,2570,2012-12-10
....\MirrorMergePosErr.m,2396,2012-12-10
....\MirrorPosFocalPpErr.m,1767,2012-12-10
....\ModifyVarin.m,294,2012-12-10
....\MoveCamErr.m,2614,2012-12-10
....\MovingCamFunction.asv,8886,2012-12-10
....\MovingCamFunction.m,8894,2012-12-10
....\MyDeal.m,153,2012-12-10
....\MyPalette.m,73,2012-11-18
....\NewFigure3D.m,639,2012-12-10
....\NiceColours.m,1080,2012-11-19
....\NormalisedImageToImage.m,224,2012-11-19
....\OrderAroundConvexHull.m,579,2012-12-10
....\OrderMostConsistentEpipoles.m,1448,2012-12-10
....\OrthoEstMirrorDistRatio.m,34239,2012-12-10
....\OrthoTangencies.m,413,2012-11-19
....\OuterTangents.m,919,2012-12-10
....\Perp.m,130,2012-12-10
....\PerpDist2DPointTo2DLine.m,482,2012-12-10
....\PixelEtcErr.m,1770,2012-12-10
....\PixelEtErrMex.dll,151552,2006-02-15
....\plot2D.m,225,2012-11-20
....\PointDirLineIntersect.m,179,2012-11-21
....\PointPolygonTangentExtremes.m,610,2012-11-21
....\PointSetExtremesXY.m,163,2012-11-20
....\PolygonCentroid.m,625,2012-11-21
....\QuaternionToRotationMatrix.m,509,2012-11-21
....\RemvBPs.m,424,2012-12-10
....\rms.m,44,2012-11-21
....\RotationMatrixToQuaternion.m,1221,2012-11-21
....\sarea.m,394,2012-11-21
....\selectobjectmex.dll,40960,2002-09-16
....\ShowPoly.m,639,2012-11-21
....\structord.m,183,2012-11-21
....\swap.m,27,2005-05-31
....\unitize.m,238,2005-04-29
....\VhMirror.m,2223,2012-12-10
....\VPtoReflectMatrix.m,717,2012-12-10

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

发表评论

0 个回复

  • monopole3D
    radiation pattern of monopole
    2010-12-04 02:53:47下载
    积分:1
  • Modified-GramSchmidt
    Modified Gram-Schmidt (MGS)正交化法是利用已有正交基计算新的正交基。既能选择相关特征,又能排出已选特征对后续特征选择的影响。(Modified Gram-Schmidt (MGS)orthogonalization gives new orthogonal basis through original orthogonal basis. It can do the feature selection and eliminate the impact on choosing new feature vector by the selected one.)
    2013-11-03 22:52:42下载
    积分:1
  • GABP
    遗传算法GA—模拟自然界遗传机制和生物进化论而成的一种并行随机搜索最优化方法。(具有“生存+检测”的迭代过程的搜索算法)基于自然界“优胜劣汰,适者生存”的生物进化原理引入优化参数形成的编码串联群体中,按照所选择的适应度函数并通过遗传中的选择、交叉和变异对个体进行筛选,使适应度值好的个体被保留,适应度差的个体被淘汰,新的群体既继承了上一代的信息,又优于上一代。反复循环,直至满足条件。(GA-A parallel random search optimization method that simulates natural genetic mechanisms and biological evolution. (Search algorithm with "survival + detection" iterative process) Based on the biological evolution principle of "survival of the fittest, survival of the fittest" in the natural world, the coding series formed by optimized parameters is introduced. Individuals are screened according to the selected fitness function and through genetic selection, crossover, and variation, so that individuals with good fitness values are retained, individuals with poor adaptability are eliminated, and new groups inherit the information of the previous generation., Better than the last generation. Repeat until conditions are met.)
    2019-03-20 16:21:50下载
    积分:1
  • MATLAB
    matlab segmentation of image to get blocks
    2011-09-03 19:54:17下载
    积分:1
  • QPSO
    QPSO算法,不会跑出定义域,依据一篇综述写的代码。(QPSO algorithm will not run out of the domain, based on a review to write code.)
    2013-10-30 23:27:11下载
    积分:1
  • 3gpp-channel-modle
    3gpp信道模型matlab仿真有m文件源码 方便学习3g信道相关(3gpp channel model has m file matlab simulation source code to facilitate learning 3g channel correlation)
    2021-03-02 17:19:34下载
    积分:1
  • PV_final
    光伏发电模型,能实现光伏最大功率点跟踪,可以跑出仿真(Photovoltaic power generation model can realize maximum power point tracking of photovoltaic)
    2020-06-20 18:40:02下载
    积分:1
  • GUI
    matlab GUI设计例子,使用GUI制作一个简单的界面,帮助初学者入门(matlab GUI)
    2009-09-17 16:23:59下载
    积分:1
  • signal.generator
    simulations in matlab especially about filters and a project about the wien bridge signal generator(n=3)
    2009-12-08 18:01:18下载
    积分:1
  • butterfly
    it is an M file code for butterfly effects.
    2020-06-24 04:40:02下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载