[Insight-users] multiframe dicom
Luis Ibanez
luis.ibanez at kitware.com
Tue Feb 10 19:37:25 EST 2009
Hi Ashis,
Yes, this should be possible.
If you have a single file, containing the set of 2D frames,
you can read this file as a 3D image by simply using the
ImageFileReader<> instantiated over a 3D image.
Then you could process the images by extracting the individual
slices with the ExtractImageFilter.
You may also find interesting to look at the itkSliceBySliceImageFilter
in the directory Insight/Code/Review.
For writing the image as a multi-frame DICOM you simply need to use
the ImageFileWriter<> instantiated over the 3D image. This should
produces as output a single multi-frame DICOM file.
Please let us know if you run into any problem,
Thanks
Luis
------------------
Ashish Singh wrote:
> Hi,
>
> Is it possible to write multiframe dicom using ITK? I have a large Cine
> US in multiframe dicom format. The size is more than 500MB. I have to do
> some processing on each frame and then write them all to a new
> multiframe dicom file. If anyone has any idea of doing this, please let
> me know.
>
> Thanks,
> Ashis
>
>
> ------------------------------------------------------------------------
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> 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://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list