<div dir="ltr">Hi Ricky,<div>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:</div><div>itkResampleImageFilter</div><div>itkTranslationTransform</div>
<div>itkAddImageFilter</div><div><br></div><div>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)</div><div><br></div>
<div>Hope that helps</div><div class="gmail_extra"><br><div dir="ltr"><div>Nicolas Gallego</div></div>
</div></div>