[Insight-users] How to implement the multi-planar reconstruction(MPR) using the ITK?
Jun Xiong
junxiongcn at gmail.com
Fri Jul 4 09:51:12 EDT 2008
Hi Luis and itk users,
I'm sorry i can't understand the relationship between the planar
equation with the versor and translation. Can you tell me how can i
get the parameters of VersorRigid3DTransform when i know the planar
equation or the normal. Thank you very much!
With best regards!
Jun Xiong
2008/7/2, Luis Ibanez <luis.ibanez at kitware.com>:
> Hi 熊俊
>
>
> Welcome to ITK !
>
>
> Yes, You can easily implement multi-planar reconstruction (MPR) in ITK.
>
> MPR is simply a fancy (and now obsolete) name for
>
> "resampling an image in an arbitrary orientation"
>
> It looks good in product descriptions though... :-)
>
>
> ----
>
> Please read the ITK Software Guide:
>
> http://www.itk.org/ItkSoftwareGuide.pdf
>
> in particular the section on Geometrical Transformation,
> where the use of the ResampleImageFilter is described.
>
> The ITK components that you need to combine are:
>
> a) ResampleImageFilter
> b) VersorRigid3DTransform
> c) LinearInterpolator (or BSpline is you have
> a powerful computer and what a higher quality
> resampling.
>
>
> You will find source code examples in
>
>
> Insight/Examples/
> ResampleImageFilter.cxx
> ResampleImageFilter2.cxx
> ResampleImageFilter3.cxx
> ResampleImageFilter4.cxx
> ResampleImageFilter5.cxx
> ResampleImageFilter6.cxx
> ResampleImageFilter7.cxx
> ResampleImageFilter8.cxx
> ResampleImageFilter9.cxx
> ResampleOrientedImageFilter.cxx
> ResampleVolumesToBeIsotropic.cxx
>
> Set the Rigid transform to the orientation of
> slices that you want to obtain, and set the
> parameters of the Resample image filter for the
> image grid that you want at the output.
>
>
> Regards,
>
>
> Luis
>
>
> ------------
> 熊俊 wrote:
> >
> > Dear all,
> > Forgive me for just asking you without giving any contribution yet,
> > since I am still newbie in itkfield. Hope you can still enough time
> > to give me some advises.
> > I have some questions on the itk. Can I use the itk to implement the
> > muti-planar reconstruction? I had read the user guide but i have no
> > idea about it. Thank you very much!
> >
> >
> > Jun Xiong
> > Institute of Biophysics and Biochemics
> > Huazhong Univ of Sci. & Tech.
> > _______________________________________________
> > 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