I&#39;m unaware of a single class to accomplish that task. You could use Region::Crop to calculate the common region, create a binary mask image from the region, use MaskImageFilter to apply the mask to each images and finally use AddImageFilter to add the pixel values together.<div>
<br></div><div>... or you can write a new filter :)</div><div><br></div><div><br><div class="gmail_quote">On Fri, Jun 10, 2011 at 9:34 AM, Luca Penasa <span dir="ltr">&lt;<a href="mailto:luca.penasa@gmail.com">luca.penasa@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Is there any method to sum two regions? So to get a region that contains<br>
both?? I see there is a Crop method, but what about a Sum?<br>
<br>
<br>
<br>
--<br>
---------------------------<br>
Luca Penasa<br>
Student at Geosciences Dpt.<br>
University of Padua (IT)<br>
<a href="mailto:luca.penasa@email.it">luca.penasa@email.it</a><br>
---------------------------<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br></div>