[Insight-users] Creating 3D volume

Luis Ibanez luis.ibanez at kitware.com
Fri Nov 5 20:40:45 EST 2004


Hi Marek,

Please look at the the example

    Insight/Examples/IO/
         DicomSeriesReadImageWrite.cxx

It does exactly what you need


If your data is Tilted you will have to
do reformating. Please read the Chapter
on Geometric transformations in the ITK
Software Guide

  http://www.itk.org/ItkSoftwareGuide.pdf




   Regards,


      Luis


---------------------------
mf1 at tatramed.sk wrote:

> 	Hello everybody,
> 	 
> 	I'm new to ITK and struggle with what I guess must be a simple
> problem:
> 	 
> 	In my application, I have multiple 2D images (originally coming from
> DICOM series). I want to create an itk::Image, 3-dimensional, from my data.
> 	 
> 	What I do not know how to cope with, is how to use my image data
> with its correct spatial position, and feed them into itk::Image. I'd know
> how to cope with rectangular orientations, and even spacing. But what if my
> data is oriented arbitrary (tilted), and not spaced evenly (now I mean
> z-spacing, of course; x and y spacings are even)?
> 	 
> 	I've had a look into ImageSeriesReader (which I think must be
> solving this problem, as it can read in a DICOM image series), but found no
> clue.
> 	 
> 	Thanks for any help,
> 	Marek.
> 
> 
> _______________________________________________
> 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