[Insight-users] Append two 3d images to one

Marc Vilà Oliva arvequina87 at gmail.com
Fri Feb 1 08:51:58 EST 2013


Hi,

You could try the itk::AddImageFilter< TInputImage1, TInputImage2,
TOutputImage >

Here you have a 2D image example:

http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/AddImageFilter

Good luck!

Marc

2013/2/1 John Drescher <drescherjm at gmail.com>

> On Fri, Feb 1, 2013 at 5:20 AM, tao sun <colddiesun at gmail.com> wrote:
> > Hi,
> >
> > I'm trying to append one 3D image to another, resulting in another 3D
> image.
> > I understand creating a new image and copy each to the new image is a
> > possible way. But is there a existing filter can achieve this?
> >
>
> My first thought is to try itk::TileImageFilter
>
> http://www.itk.org/Doxygen/html/classitk_1_1TileImageFilter.html
>
> John
> _____________________________________
> 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.php
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130201/0c9c857f/attachment.htm>


More information about the Insight-users mailing list