[Insight-users] Dealing with time series (4D)

Bill Lorensen bill.lorensen at gmail.com
Tue Sep 29 09:37:43 EDT 2009


BasicFilters/TileImageFilter

from the documentation:

... * value specified with the SetDefault value method. The input images
 * must have a dimension less than or equal to the output image. The
 * output image have a larger dimension than the input images. This
 * filter can be used to create a volume from a series of inputs by
 * specifying a layout of 1,1,0.
 */

A 4d image can be created from a series of 3D images by specifying a
layout of 1,1,1,0.

Bill

On Tue, Sep 29, 2009 at 9:12 AM, Erik Tuerke <tuerke at cbs.mpg.de> wrote:
> Hi!
>
> I am just working with a 4D nifti data set.
>
> What i want to do is to apply a registration of each timestep and a 3D
> reference image.
>
> At the moment i am capable of converting the 4D timeseries to a 3D timestep
> (specified by a requested timestep).
> Then i am registering the 3D timestep with the reference image. But how can
> i create a new 4D timeseries out of th registered 3D timesteps ?
>
> To make this more reasonable, one possible application is a motion
> correction.
>
>
> Thanks for your help!
>
> Best regards!
>
> _____________________________________
> 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