raacampbell / matlab_elastix

MATLAB Elastix wrapper
http://www.mathworks.com/matlabcentral/fileexchange/52982-matlab-elastix
GNU Lesser General Public License v3.0
26 stars 12 forks source link

Affine only transform does not work #16

Closed raacampbell closed 8 years ago

raacampbell commented 8 years ago

This does a non-rigid only:

p.Transform='AffineTransform'; [OUT,stats]=elastix(movingImage,fixedImage,'./testElastix',[],'paramstruct',p);