[Insight-users] 3D dicom volume
Luis Ibanez
luis.ibanez at kitware.com
Tue Mar 16 13:30:07 EDT 2010
Hi Syrine,
You may want to use the following two ITK Examples:
A) To Read a DICOM series and write
it as a single filie 3D image:
Insight/Examples/IO/
DicomSeriesReadImageWrite2.cxx
B) To extract a region of interest from this
single file 3D image:
Insight/Examples/IO/
ImageReadRegionOfInterestWrite.cxx
Both examples are described in detail
in the ITK Software Guide:
http://www.itk.org/ItkSoftwareGuide.pdf
Regards,
Luis
-------------------------------------------------------------------------------
On Mon, Mar 15, 2010 at 1:30 PM, Syrine Sahmim <syrine.sahmim at yahoo.fr> wrote:
> Hi,
> I have a 3D dicom volume and i want to filter it on matlab . My problem is
> that matlab gives me an error in relation with the memory allocated. so i
> must to reduce the size of the volume. I think that if i use just a 3D
> window of this volume it will be betterand it helps me to test my program.
> can you help me to give me ideas even in C++ or matlab that can use to
> extract just a 3D window from the whole volume
> Thanks
>
>
>
> _____________________________________
> 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.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