[ITK-users] PET-CT importing in ITK

Dženan Zukić dzenanz at gmail.com
Tue Nov 24 09:29:07 EST 2015


Hi Zein,

PET/CT slices are just two DICOM series. Extract PET series and write it as
.mha or .nrrd file, and then do the same for CT series. And then those 2
images are a PET/CT pair. You can also use DicomSeriesReadImageWrite3
<https://github.com/InsightSoftwareConsortium/ITKExamples/blob/master/src/IO/DICOM/DicomSeriesReadImageWrite3/Code.cxx>
.

Regards,
Dženan

On Tue, Nov 24, 2015 at 6:47 AM, Zein Salah <zeinsalah at gmail.com> wrote:

> Thanks Matt!
>
> This was not exactly the question. I already import dicom into itk. My
> question was whether itk can import/extract pet data from pet-ct
> slices.
>
>
> 2015-11-24 11:47 GMT+01:00 Matt McCormick <matt.mccormick at kitware.com>:
> > Hi Zein,
> >
> > Yes, ITK can read DICOM files.  See this example:
> >
> >
> >
> http://www.itk.org/Doxygen/html/Examples_2IO_2DicomSeriesReadImageWrite2_8cxx-example.html
> >
> > HTH,
> > Matt
> >
> > On Tue, Nov 24, 2015 at 4:49 AM, Zein Salah <zeinsalah at gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> I have some PET-CT datasets that I can open, e.g., using DicomWorks.
> >> Is is actually possible to import such data in ITK? I would like to be
> >> able
> >> to load PET and CT data separately. Is there an example
> >> for this?
> >>
> >> Much thanks,
> >> Zien
> >> _____________________________________
> >> Powered by www.kitware.com
> >>
> >> Visit other Kitware open-source projects at
> >> http://www.kitware.com/opensource/opensource.html
> >>
> >> Kitware offers ITK Training Courses, for more information visit:
> >> http://www.kitware.com/products/protraining.php
> >>
> >> Please keep messages on-topic and check the ITK FAQ at:
> >> http://www.itk.org/Wiki/ITK_FAQ
> >>
> >> Follow this link to subscribe/unsubscribe:
> >> http://public.kitware.com/mailman/listinfo/insight-users
> >
> >
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20151124/b5fa76b3/attachment.html>


More information about the Insight-users mailing list