I'm trying to use this (for the first time), and I keep getting an error, I think it's trying to call 'paramFname' before it has been initialized.
I pasted what I'm seeing below.
Angiorun and MPRresize are both 512x512x497 matrices, I am basically just trying to do a rigid transformation.
elastix(Angiorun,MPRresize,'C:\Users\yuanc\Dropbox (University of Michigan)[ASNR ASFNR AI Workshop]\test\','C:\Users\yuanc\Dropbox (University of Michigan)[ASNR ASFNR AI Workshop]\matlab_elastix-master\example_parameter_files\parameters_Rigid.txt')
Unrecognized function or variable 'paramFname'.
Error in elastix (line 247)
copyfile(paramFname,outputDir)
I'm trying to use this (for the first time), and I keep getting an error, I think it's trying to call 'paramFname' before it has been initialized.
I pasted what I'm seeing below. Angiorun and MPRresize are both 512x512x497 matrices, I am basically just trying to do a rigid transformation.