You can brute force and compute the distance between every white pixel, but its not that efficient. See the attached file.<br><br><div class="gmail_quote">On Sun, Jun 12, 2011 at 9:58 AM, Pedro Névoa <span dir="ltr">&lt;<a href="mailto:pedronevoa@gmail.com">pedronevoa@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;">Hi,<br><br>I forgot one detail. Not the distance between any voxels, but the distance between the 2 white (255) farthest voxels on a black (0) background!<br>
<br>Thank you.<br><br>Regards,<div class="im"><br><br><div class="gmail_quote">2011/6/12 Terry Yoo <span dir="ltr">&lt;<a href="mailto:tyoo@mail.nih.gov" target="_blank">tyoo@mail.nih.gov</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><br>
Pedro:<br>
<br>
x^2 + y^2 + z^2 = d^2<br>
<br>
Simply:  The farthest distance is from one corner to the opposite corner of a rectangular volume.<br>
<br>
max-distance = Sqrt((x-max * x-max) + (y-max * y-max) + (z-max * z-max))<br>
<br>
Or am I missing something, Pedro?  Were you asking something else?<br>
<br>
-Terry<br>
<br>
Terry S. Yoo, PhD<br>
Office of High Performance Computing and Communications<br>
National Library of Medicine<br>
National Institutes of Health<br>
<a href="mailto:tyoo@mail.nih.gov" target="_blank">tyoo@mail.nih.gov</a><br>
<div><div></div><div><br>
<br>
<br>
On Jun 11, 2011, at 4:54 PM, Pedro Névoa wrote:<br>
<br>
&gt; Hello,<br>
&gt;<br>
&gt; Does anyone know a method to calculate the distance between the 2 farthest voxels of an image?<br>
&gt;<br>
&gt; Thank you.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; --<br>
&gt; Pedro Névoa<br>
&gt;<br>
</div></div>&gt; &lt;ATT00001..txt&gt;<br>
<br>
</blockquote></div><br><br clear="all"><br></div>-- <br><font color="#888888">Pedro Névoa<br><br>
</font><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>
<br></blockquote></div><br>