登录
首页 » matlab » CPD

CPD

于 2010-07-07 发布 文件大小:2391KB
0 271
下载积分: 1 下载次数: 234

代码说明:

  Point Set Registration: Coherent Point Drift 的源代码(Source code of Andriy Myronenko, Xubo Song, "Point Set Registration: Coherent Point Drift," IEEE Transactions on Pattern Analysis and Machine Intelligence, 25 Feb. 2010. IEEE computer Society Digital Library. IEEE Computer Society, )

文件列表:

core
....\cpd_make.m,2266,2009-05-15
....\cpd_register.m,8173,2009-12-10
....\FGT
....\...\fgt_model.c,14081,2007-12-11
....\...\fgt_model.mexw32,10240,2010-07-02
....\...\fgt_predict.c,8525,2007-12-11
....\...\fgt_predict.mexw32,8192,2010-07-02
....\mex
....\...\cpd_P.c,2846,2008-02-04
....\...\cpd_P.mexw32,7680,2010-07-02
....\...\cpd_Pappmex.c,3049,2007-12-14
....\...\cpd_Pappmex.mexw32,7680,2010-07-02
....\...\cpd_Pcorrespondence.c,2396,2008-03-27
....\...\cpd_Pcorrespondence.mexw32,7680,2010-07-02
....\Nonrigid
....\........\cpd_GRBF.m,4282,2009-07-31
....\........\cpd_GRBF_lowrank.m,4679,2009-07-31
....\........\cpd_GRBF_lowrankQS.m,1022,2008-03-27
....\Rigid
....\.....\cpd_affine.m,3684,2009-07-31
....\.....\cpd_rigid.m,4251,2009-07-31
....\utils
....\.....\cpd_deform.m,679,2008-03-27
....\.....\cpd_denormalize.m,2016,2008-03-25
....\.....\cpd_G.m,1569,2006-11-13
....\.....\cpd_normalize.m,2009,2008-03-25
....\.....\cpd_Pfast.m,585,2008-03-27
....\.....\cpd_plot_iter.m,2014,2008-03-27
....\.....\cpd_P_FGT.m,948,2008-03-27
....\.....\cpd_R.m,282,2007-12-17
....\.....\cpd_transform.m,961,2009-11-20
....\.....\disptime.m,407,2009-05-08
data
....\bun_8000.asc,408550,2010-07-01
....\bun_8000.mat,184781,2008-02-26
....\bun_8000.ply,406662,2010-07-02
....\bun_zipper.mat,804127,2008-02-26
....\bun_zipper_res2.mat,184781,2008-02-26
....\bun_zipper_res3.mat,43133,2008-02-26
....\bun_zipper_res4.mat,10595,2008-02-26
....\cpd_data2D_fish.mat,2923,2009-05-15
....\cpd_data3D_bunny.mat,374966,2008-03-27
....\cpd_data3D_face.mat,10024,2008-02-26
....\cpd_data3D_face50.mat,454020,2008-03-27
....\cpd_data_geometry.mat,25617,2009-11-20
examples
........\cpd_affine_example1.m,453,2009-05-15
........\cpd_affine_example2.m,1139,2009-05-15
........\cpd_imageregistration_example.m,1263,2009-11-20
........\cpd_Nonrigid_example1.m,352,2009-05-15
........\cpd_Nonrigid_example2.m,1290,2008-03-27
........\cpd_Nonrigid_example3.m,1316,2009-05-15
........\cpd_Nonrigid_example4.m,1191,2009-05-15
........\cpd_Nonrigid_example5.m,1400,2009-05-15
........\cpd_Nonrigid_example6.m,1418,2008-03-27
........\cpd_rigid_example1.m,529,2008-03-24
........\cpd_rigid_example2.m,1300,2009-12-10
........\cpd_rigid_example3.m,997,2008-03-24
........\cpd_rigid_example4.m,1195,2008-03-24
........\cpd_rigid_example5.m,1508,2009-05-15
........\cpd_rigid_example6.m,1458,2009-05-15
INSTALL.txt,210,2009-05-15
README.txt,1544,2009-11-20

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

发表评论

0 个回复

  • Kmeans
     Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。(Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (or weighted average) to represent the average is known as the cluster center. Although this method can not be used The class attribute of the data, but data for numeric attributes, it can well reflect the significance of clustering on the geometry and statistics.)
    2012-05-05 15:31:02下载
    积分:1
  • proj-ASC
    simple microprocessor that gives the greatest common divisor of 2 (4bit) numbers
    2014-11-05 06:32:53下载
    积分:1
  • AM_Sdq_SVPWM
    基于SVPWM的三相异步电机动态仿真 simulink和m模块(Based on SVPWM three-phase asynchronous motors dynamic simulation, simulink module)
    2016-08-08 01:58:18下载
    积分:1
  • dsp
    创建一个实现FFT算法的DSP工程,并给工程中加入源文件、库文件和链接命令文件观察输入、输出数据的频谱; 改变FFT的点数,观察结果; 通过Profile分析算法的运行时间。 (FFT algorithm to create a realization of the DSP project, and add to the project source files, library files and link observation command file input and output data of the spectrum change FFT points, observation results through the Profile of the run-time analysis algorithms.)
    2007-12-04 19:46:38下载
    积分:1
  • PIadjust
    基于matlab实现模糊自整定PI参数的模型()
    2008-07-04 11:40:40下载
    积分:1
  • FUNTION-INTERFACES
    应用matlab 和epanet的各种函数接口 函数说明以及 epanet的 软件 帮助功能翻译(The application the Matlab and epanet various function interface function description and epanet software helps translation)
    2013-04-27 10:51:01下载
    积分:1
  • HS
    说明:  Harmony Search Optimazation
    2016-02-03 14:17:50下载
    积分:1
  • TVV
    用matlab模拟全电视信号,包括场、行消隐脉冲,亮度信号,色度信号,色同步信号(Matlab simulation with the whole television signal, including the field, line blanking pulse, luminance signal, chrominance signal and color sync signal)
    2007-09-06 22:44:17下载
    积分:1
  • RTD_Temperature_Sensor_classic_tutorial
    RTD Temperature Sens热电阻式温度传感器经典教程or classic tutorial(RTD Temperature Sens heat resistance temperature sensor classic or classic tutorial tutorial)
    2010-07-29 18:14:11下载
    积分:1
  • xiweifenpei
    席位分配 可以在准备数学建模的时候作为练习资料(mathmodeling)
    2010-05-31 18:04:14下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载