Hello,<br><br>I have two brain volumes, that I successfully loaded into ITK from two different sets of dicom series, namely,<br><br>image 1 data: (header info that I obtained when I saved my first volume as a nrrd file in Slicer)<br>
type: short<br>dimension: 3<br>space: left-posterior-superior<br>sizes: 256 256 124<br>space directions: (0,0.9375,0) (0,0,-0.9375) (-1.3,0,0)<br>kinds: domain domain domain<br>endian: little<br>encoding: gzip<br>space origin: (-79.9,-125.9,121.8)<br clear="all">
<br>image 2 data: (header info that I obtained when I saved my second volume as a nrrd file in Slicer)<br>type: unsigned short<br>dimension: 3<br>space: left-posterior-superior<br>sizes: 256 256 166<br>space directions: (0,0,-0.93905) (0,0.93905,0) (1.2024,0,0)<br>
kinds: domain domain domain<br>endian: little<br>encoding: gzip<br>space origin: (198.396,-0,-0)<br><br>I want to use a deformable registration such that I will deform the first image into the the second image.  Because the images will have different modalities, I am planning to use a modified version of either DeformableRegistration8.cxx (which uses itk::BSplineDeformableTransform, itk::MattesMutualInformationImageToImageMetric with the LBFGSB Optimizer).  I may also try using DeformableRegistration14.cxx which uses a gradientsteepestdescent optimizer. As a final refinement, maybe a multiresolution scheme of these routines to speed up the computation.<br>
<br>I noticed that in the parameter file for DeformableRegistration8.cxx, only one size Nx, Ny, Nz is specified for both images, but my images have different sizes and different space directions, and different space origins as listed in the nrrd headers above for these images.<br>
<br>I will try on my own, but I was wondering if someone has some helpful insight or hints as to whether there are many modifications that I have to do, to refine DeformableRegistration8.cxx or DeformableRegistration14.cxx and their associated classes to make this workable for my situation.<br>
<br>Any suggestions are welcome.<br><br>Thank you.<br><br>john<br><br>-- <br>John Drozd<br>Postdoctoral Fellow<br>Imaging Research Laboratories<br>Robarts Research Institute<br>Room 1256<br>100 Perth Drive<br>London, Ontario, Canada<br>
N6A 5K8<br>(519) 661-2111 ext. 25306<br>