Hi Greg,
I ran the svn update and aside from the following warning during
CMake...
CMake Warning at src/plastimatch/CMakeLists.txt:117 (message):
Plastimatch is built with GDCM 2.X -- DICOM-RT functions are
disabled; if
possible, please use GDCM 1.X instead.
I was still able to generate the makefile etc. I was also able to run
the make to 100%.
Thank you!
However, when I run the command file (included in the first post
above) the registered image is still identical to the the original
'moving' image.
I get the following output when I run it...
jpatrick@MercutioNix:~/Desktop/plastimatchScripts$ ../../plastimatch/
bin/plastimatch register MRIreg_01to12.txt
Loading fixed image: ./12M/12_MRI_512x512x299.mhd
Loading moving image: ./01M/01_MRI_512x512x299.mhd
[1] xf_in->m_type = 0, xf_out->m_type = 0
Origin = 175.552 151.046 -849.894
Dim = 8.20314 8.20314 9.81006
Spacing = 85 85 100
Direction Cosines =
-1 0 0
0 -1 0
0 0 1
Origin = 247.322 164.628 -867.898
Dim = 8.20314 8.20314 9.81006
Spacing = 85 85 100
Direction Cosines =
-1 0 0
0 -1 0
0 0 1
Starting ITK registration
MSE [ 0,43477920] 1.330 [25.797 secs]
EndEvent:
ITK registration complete
[2] xf_out->m_type = 5, xf_in->m_type = 0
Writing transformation ...
Warping...
plm_warp_itk: xform_to_itk_vf
plm_warp_itk: convert_to_itk
plm_warp_itk: warping...
Saving image...
Trying to write image to ./Registrations/12M/01_regTo_12.mhd
Load: 1.22809
Run: 26.6468
Save: 301.307
Total: 329.182
Finished!
jpatrick@MercutioNix:~/Desktop/plastimatchScripts$