[Insight-users] how can i extract the 3 slice from a file dicom?
Luis Ibanez
luis.ibanez at kitware.com
Wed May 18 22:40:00 EDT 2005
Hi Livio,
You have two independent problems
1) Read a DICOM series into a volume
2) Extract three orthogonal slices
You will solve problem (1) by reading the secion
on DICOM reading in the ITK SoftwareGuide
http://www.itk.org/ItkSoftwareGuide.pdf
and by looking at the code of the example
Insight/Examples/IO/
DicomSeriesReadImageWrite2.cxx
and, You will sove problem (2), by also reading
the section on the "ExtractImageFilter" from the
ITK Software Guide. And looking at the code in the
example:
Insight/Examples/IO/
ImageREadExtractWriter.cxx
Regards,
Luis
--------------------------
Livio Stoica wrote:
> I have a series of dicom file (200 file dicom 2d) from philips ct and i
> want to extract the three slice contained in any file, the x y and z
> slice. How can i do?
>
> thanks
> liviu
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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