<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Have you tried extracting only the regions of interest using <a href="http://www.itk.org/Doxygen/html/classitk_1_1RegionOfInterestImageFilter.html">RoI</a> filter and registering these two smaller images? That is the usual workaround if some filter does not respect requested region.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">HTH</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 29, 2015 at 9:49 AM, HONG NHUNG PHAM <span dir="ltr"><<a href="mailto:hong.nhung.pham@univ-poitiers.fr" target="_blank">hong.nhung.pham@univ-poitiers.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:#000000"><div>Hello everyone,</div><div><br></div><div>I want to apply Demons Registration to register two medical images, the image information is strong at the center, therefore I want to apply registration method on only the center region of the images. For example, take a center region of moving image, and find the corresponding positions of each pixel of the region in the fixed image. However, I can not find a method that allows processing on a region like that in itkDemonsRegistrationFilter.h. I tried passing the full fixed image as SetFixedImage, and only the center region of moving image as SetMovingImage. However, it crashes because it requires same size of fixed image and moving image. </div><div><br></div><div>Does anyone have any idea of how to pass a region to demons registration filter?</div><div><br></div><div>Thank you in advance! </div><div><br></div><div><br></div></div></div><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" 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" rel="noreferrer" 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.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>