This code present a non-rigid registration between two set of points. Free Form Deformation (FFD) has been used to model deformation on the source points (data) in order to approach the target points (model). It exploits the curvature information encoded in the boundaries of the shapes. You may find a DEMO.m file in SDM-FFD folder. Please load bunny_set.mat or any other data set to run the algorithm.
Please cite the following paper in case of using the code:
Mohammad Rouhani, Angel Domingo Sappa: Non-rigid Shape Registration: A Single Linear Least Squares Framework. ECCV (7) 2012: 264-277
Mohammad Rouhani (2021). Non-rigid Registration between 2D Shapes (https://www.mathworks.com/matlabcentral/fileexchange/58987-non-rigid-registration-between-2d-shapes), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Undefined function or variable 'Offset4'.
[t,s]=Offset4(x,y,offs); How to fix theis error?
Can this do 3D registration like registration between a pair of surfaces of hands?
Very useful!