<div dir="ltr">Normally with Python, I can register one template( e.g: a center region of reference image) to the target image to find the corresponding position of the template in the target image. In this Demon Registration algorithm, we of course do not know the position of the template in the fixed image, so my goal is not to register two smaller images but to find the best match of the small region in the fixed image, or do you mean I should do registration with small regions of fixed image iteratively? (Sorry, my English is not so good)</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Best regards,</div><div>===============================<div><font size="1">Phạm Hồng Nhung,</font></div><div><font size="1">ICT Department,</font></div><div><font size="1">University of Science and Technology of Hanoi.</font></div><div><div><font size="1">Mobile: +84979093732</font></div><div><font size="1">Gmail: <a href="mailto:phnhung98@gmail.com" target="_blank">phnhung98@gmail.com</a></font></div><div><font size="1">Skype: phnhung98</font></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Sat, Oct 31, 2015 at 4:51 PM, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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>
<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>