[Insight-users] Resample an anisotropic set of data to make it isotropic and write it as a 2D Dicom series
Luis Ibanez
luis.ibanez at kitware.com
Wed May 14 15:09:47 EDT 2008
Hi Nicolas,
This shouldn't be too hard..
You just need to replace the ImageFileWriter with the
ImageSeriesWriter, and to connect to it a GDCMImageIO
object.
Follow the example on the second part of
Insight/Examples/IO/
ImageReadDicomSeriesWrite.cxx
Regards,
Luis
------------------------
Nicolas Payet wrote:
> Hi all,
>
> I have DICOM dataset (2D series) which is anistropic. I made it
> isotropic using the example in "ResampleVolumesToBeIsotropic.cxx" . Now
> I would like to rewrite my isotropic volume in a 2D DICOM series (to use
> it in DICOM visualization software). How can I do that, since some
> parameters, like the number of slices, have probably changed?
>
> Tks,
>
> Nico
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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