Depends on the metric. Please look at the code of the metric in question. <br><br>For MeanSq its at least 1 sample, as you suspect.<br>  Line 110: itkMeanSquaresImageToImageMetric.txx<br>     if( !this-&gt;m_NumberOfPixelsCounted )<br>
<br>itkMattesMutualnformationImageToImageMetric imposes a 25% overlap threshold.<br>  Line 1109 :   if( nSamples &lt; m_NumberOfSpatialSamples / 4 )<br><br>Your threshold overlap is metric dependent. Overall a low overlap -&gt; low confidence in metric.<br>
<br>For MI, overlap is quite important, since with MI can increase as overlap reduces, making the optimizer unstable, and driving the registration towards the 0 overlap point. <br><br><br><br>-- <br>Karthik Krishnan<br>R&amp;D Engineer,<br>
Kitware Inc.<br><br><div class="gmail_quote">On Fri, Jul 31, 2009 at 7:42 AM, Gomez Herrero, Alberto <span dir="ltr">&lt;<a href="mailto:alberto.gomez-herrero@philips.com">alberto.gomez-herrero@philips.com</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;">





<div link="blue" vlink="purple" lang="DE">
<div>
<p><span lang="EN-US">Hi,</span></p>
<p><span lang="EN-US"> </span></p>
<p><span lang="EN-US">In the frame of a registration process, I am exploring a metric to get the values for each displacement, something similar to what is done in the example MeanSquaresImageMetric1.cxx.</span></p>
<p><span lang="EN-US">My question is the following:</span></p>
<p><span lang="EN-US"> </span></p>
<p><span lang="EN-US">To compute the metric for a given displacement, the two images have to overlap at least partially. What is the minimum overlap? One may think that any overlap &gt; 0 should work, but my tests make my think that actually
 at least one full pixel of the moving image must be fully overlapping the fixed image, otherwise throws exception. Can anyone confirm this please?</span></p>
<p><span lang="EN-US"> </span></p>
<p><span lang="EN-US">Thanks,</span></p>
<p><span lang="EN-US"> </span></p>
<p><span lang="EN-US">Alberto</span></p>
</div>
<br>
<hr>
<font size="1" color="Gray" face="Arial">The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified
 that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.<br>

</font>
</div>

<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>
<br></blockquote></div><br><br>