[ITK-users] [ITK] combining N images

Arnaud Gelas arnaudgelas at gmail.com
Fri Aug 22 02:58:34 EDT 2014


Hi Brad,

Thanks for the link! It helped me to get on track...
In the end, it was not that complicated to do all in one filter (let me
know if anyone is interested).

Arnaud


On Wed, Aug 20, 2014 at 6:53 PM, Bradley Lowekamp <brad at lowekamp.net> wrote:

> This may be of some use:
>
>
> https://github.com/blowekamp/itkStreamingSinc/blob/master/include/itkBoundingRegionImageSinc.h
>
> On Aug 20, 2014, at 11:51 AM, Arnaud Gelas <arnaudgelas at gmail.com> wrote:
>
> Hi,
>
> I do not want to add images, it is more something like pasting but I do
> not know in advance what would be the output image size, but it would be at
> least the bounding box of all images...
>
> Arnaud
>
> On Wednesday, August 20, 2014, Mordig, Maximilian Oliver <
> maximilian_oliver.mordig at roche.com> wrote:
>
>> Once you have resampled all images, you can use the itk AddFilter.
>>
>>
>> On Wed, Aug 20, 2014 at 4:28 PM, Arnaud Gelas <arnaudgelas at gmail.com>
>> wrote:
>>
>>> Hi all,
>>>
>>> I am trying to combine N images together into a single image of the same
>>> dimension.
>>>
>>> These N images have the same direction, but can have different origin,
>>> start index, spacing, size (there is no overlap). Then gaps in between
>>> images would be filled with a given constant value.
>>>
>>> Is there such a filter? or assuming I have already resampled all images
>>> to a common ground, is there a filter to do this?
>>>
>>> Thanks,
>>> Arnaud
>>>
>>> _____________________________________
>>> 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://public.kitware.com/mailman/listinfo/insight-users
>>>
>>> _______________________________________________
>>> Community mailing list
>>> Community at itk.org
>>> http://public.kitware.com/mailman/listinfo/community
>>>
>>>
>>  _____________________________________
> 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://public.kitware.com/mailman/listinfo/insight-users
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20140822/47df5d3b/attachment.html>


More information about the Insight-users mailing list