| 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 |
core/cpd_make.m, core/cpd_register.m, core/FGT/fgt_model.c, core/FGT/fgt_predict.c, core/mex/cpd_P.c, core/mex/cpd_Pappmex.c, core/mex/cpd_Pcorrespondence.c, core/Nonrigid/cpd_GRBF.m, core/Nonrigid/cpd_GRBF_lowrank.m, core/Nonrigid/cpd_GRBF_lowrankQS.m, core/Rigid/cpd_affine.m, core/Rigid/cpd_rigid.m, core/utils/cpd_deform.m, core/utils/cpd_denormalize.m, core/utils/cpd_G.m, core/utils/cpd_normalize.m, core/utils/cpd_P_FGT.m, core/utils/cpd_Pfast.m, core/utils/cpd_plot_iter.m, core/utils/cpd_R.m, core/utils/cpd_transform.m, core/utils/disptime.m, data/bun_zipper.mat, data/bun_zipper_res2.mat, data/bun_zipper_res3.mat, data/bun_zipper_res4.mat, data/cpd_data2D_fish.mat, data/cpd_data3D_bunny.mat, data/cpd_data3D_face.mat, data/cpd_data3D_face50.mat, data/cpd_data_geometry.mat, examples/cpd_affine_example1.m, examples/cpd_affine_example2.m, examples/cpd_imageregistration_example.m, examples/cpd_Nonrigid_example1.m, examples/cpd_Nonrigid_example2.m, examples/cpd_Nonrigid_example3.m, examples/cpd_Nonrigid_example4.m, examples/cpd_Nonrigid_example5.m, examples/cpd_Nonrigid_example6.m, examples/cpd_rigid_example1.m, examples/cpd_rigid_example2.m, examples/cpd_rigid_example3.m, examples/cpd_rigid_example4.m, examples/cpd_rigid_example5.m, examples/cpd_rigid_example6.m, INSTALL.txt, license.txt, README.txt
|