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

Elastix fails to run if no modifying structure is provided. #15

Closed raacampbell closed 8 years ago

raacampbell commented 8 years ago

OUT=elastix(movingImage,fixedImage); Using default parameter file elastix_default.yml Cell contents assignment to a non-cell array object.

Error in elastix (line 200) paramFname{1} = fullfile(outputDir,paramFname);

raacampbell commented 8 years ago

9f4ab42