| Description |
Point set registration Matlab toolbox. The Coherent Point Drift (CPD) algorithm. CPD allows to align and to find correspondences between two N-D point sets. You can select to use rigid, affine or non-rigid transformations.
Multiple options and demos are in the 'examples' folder.
Also see the project webpage:
http://www.bme.ogi.edu/~myron/matlab/cpd/
To use:
a) Unzip and add to Matlab path with subfolders.
b) Run cpd_make.m
c) Check for examples in the 'example' folder.
References:
A. Myronenko, X. Song,"Point set registration: Coherent Point Drift", Technical Report, OHSU, 2009.
A. Myronenko, X. Song, M. Carreira-Perpinan, "Non-rigid point set registration: Coherent Point Drift", Neural Information Processing Systems (NIPS) 2006.
Enjoy!
Please report any bugs on my email ( see: http://www.bme.ogi.edu/~myron) |
| Other Files |
cpd/core/cpd_make.m, cpd/core/cpd_register.m, cpd/core/FGT/fgt_model.c, cpd/core/FGT/fgt_predict.c, cpd/core/mex/cpd_P.c, cpd/core/mex/cpd_Pappmex.c, cpd/core/mex/cpd_Pcorrespondence.c, cpd/core/Nonrigid/cpd_GRBF.m, cpd/core/Nonrigid/cpd_GRBF_lowrank.m, cpd/core/Nonrigid/cpd_GRBF_lowrankQS.m, cpd/core/Rigid/cpd_affine.m, cpd/core/Rigid/cpd_rigid.m, cpd/core/utils/cpd_deform.m, cpd/core/utils/cpd_denormalize.m, cpd/core/utils/cpd_G.m, cpd/core/utils/cpd_normalize.m, cpd/core/utils/cpd_P_FGT.m, cpd/core/utils/cpd_Pfast.m, cpd/core/utils/cpd_plot_iter.m, cpd/core/utils/cpd_R.m, cpd/core/utils/cpd_transform.m, cpd/core/utils/disptime.m, cpd/data/bun_zipper.mat, cpd/data/bun_zipper_res2.mat, cpd/data/bun_zipper_res3.mat, cpd/data/bun_zipper_res4.mat, cpd/data/cpd_data2D_fish.mat, cpd/data/cpd_data3D_bunny.mat, cpd/data/cpd_data3D_face.mat, cpd/data/cpd_data3D_face50.mat, cpd/examples/cpd_affine_example1.m, cpd/examples/cpd_affine_example2.m, cpd/examples/cpd_Nonrigid_example1.m, cpd/examples/cpd_Nonrigid_example2.m, cpd/examples/cpd_Nonrigid_example3.m, cpd/examples/cpd_Nonrigid_example4.m, cpd/examples/cpd_Nonrigid_example5.m, cpd/examples/cpd_Nonrigid_example6.m, cpd/examples/cpd_rigid_example1.m, cpd/examples/cpd_rigid_example2.m, cpd/examples/cpd_rigid_example3.m, cpd/examples/cpd_rigid_example4.m, cpd/examples/cpd_rigid_example5.m, cpd/examples/cpd_rigid_example6.m, cpd/INSTALL.txt, cpd/README.txt, license.txt
|