use 3D free form deformation for 3D image registration

8 views (last 30 days)
Hello every body. Im working on medical image registration. Is there any matlab code for 3D free form deformation in order to use it for 3D medical image registration?
thanks a lot

Accepted Answer

Matt J
Matt J on 21 May 2019
Edited: Matt J on 21 May 2019
There is imwarp, interpn, and griddedInterpolant.
  2 Comments
tala
tala on 21 May 2019
thanks for your attention and answer. but arent these for interpolation? I need a function for free form deformation algorithm
Matt J
Matt J on 21 May 2019
Edited: Matt J on 21 May 2019
Aren't they the same? What does it mean to "deform" an image, if not to re-interpolate it at various locations?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!