hi itkvtk123,<br><br>In the first case of using the ROI filter, the filter resets the origin of the output to (0,0). If your original images had non-zero origins, then you might land in trouble. Hence, in your experiments, although you used the full image and the method still failed.<br>
<br>While registering images, you can request a sub-region to run through your pipeline by using image2-&gt;SetRequestedRegion(  ) method. You need not use a mask.<br><br><br>Kishore<br><br><div class="gmail_quote">On Fri, Sep 18, 2009 at 12:07 PM,  <span dir="ltr">&lt;<a href="mailto:itkvtk123@gmx.net">itkvtk123@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I want to register image1 with image2.<br>
Both images have same size, but I&#39;m only interested in registering a subsection of image2 with image1.<br>
<br>
I used the RegionOfInterest-Filter to request the desired region.<br>
But now registration fails with &quot;region is at least partially outside the largest possible region&quot;.<br>
This is weird, since when I request a ROI which exactly contains the entire image, the error occurs as well and when I dont use the ROI filter, the error does not occur (-&gt; bug?).<br>
<br>
Since the ROI way did not work, I would like to try using masks.<br>
However, I did not found an example of creating a spatial object (box) which I can use as a mask.<br>
I would like to specify a box in imagespace, e.g. from point (x1,y1) to point (x2,y2) everything inside image2 inside this box I want to register with image1.<br>
In the users guide I only found an example of reading the mask from a binary file, but I do not want to create a mask image, I want to directly create a spatial object and apply it as a mask.<br>
<br>
Thanks a lot.<br>
--<br>
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -<br>
sicherer, schneller und einfacher! <a href="http://portal.gmx.net/de/go/atbrowser" target="_blank">http://portal.gmx.net/de/go/atbrowser</a><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>
Please keep messages on-topic and check the ITK FAQ at: <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>