[Insight-users] 2D slice registration

frankmiller at jhmi.edu frankmiller at jhmi.edu
Wed Nov 19 10:03:20 EST 2008


Hi Susie,

The important steps to perform 2D slice to 3D volume registration in ITK
are as follows:

  * Represent the 2D slice as a 3D image with size [width,height,1]
  * Set the slice as the fixed image.
  * Set the volume as the moving image.

Also, make sure you are using itk::OrientedImage to properly represent
the initial orientation of the oblique slice.

I can't speak on your specific application but I suspect it will work
fine if you pick the right metric.

Good luck,

Frank

On Tue, Nov 18, 2008 at 05:31:15PM -0800, Susie Heo wrote:
> Hello,
> I would like to register a 2D EPI oblique axial slice to a 3D MPRAGE and am hoping that ITK will help me do this!  Caveat: Each subject's EPI axial slice was taken parallel to his/her specific hippocampal longitudinal axis and the angle is unknown.  Therefore, I have a low-res 2D axial slice at an unknown angle and a high-res 3D MPRAGE.  
> 
> Is ITK capable of finding and applying the appropriate transformation?  Any suggestions would be greatly appreciated.
> 
> Best,
> Susie
> 
> 
>       
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list