[ITK-users] [ITK] Adding two images of different sizes

Nicolas Gallego nicgallego at gmail.com
Tue May 13 16:38:08 EDT 2014


Hi Ricky,
I would start by resampling one image in the space of the other, probably
with some translation and the add them or do what you need:
itkResampleImageFilter
itkTranslationTransform
itkAddImageFilter

Remember that itk pipelines checks for physical space coordinates, you have
to make sure both images are on the same physical space (origin and spacing)

Hope that helps

Nicolas Gallego
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20140513/4891b2fe/attachment.html>


More information about the Insight-users mailing list