Hi Lynx,<br><br>Could you please list the colors of the blobs that surround the &quot;dark red&quot;<br>blob that you are concerned about ?<br><br>Just by looking at the image: blobs_ws03.tif<br><br>it is not obvious which of the blobs is the one that doesn&#39;t seem to <br>
produce the correct output.<br><br><br>Pixel coordinates (or an annotated image) will be very helpful too...<br><br><br>      Thanks<br><br><br>            Luis<br><br><br>--------------------------------------------<br><div class="gmail_quote">
On Sun, Jul 26, 2009 at 4:09 PM,  <span dir="ltr">&lt;<a href="mailto:lynx.abraxas@freenet.de">lynx.abraxas@freenet.de</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;">
Dear Dan Mueller,<br>
<br>
<br>
Thank You for Your quick reply with the examples.<br>
What   I   still   wonder   is   why   I   don&#39;t   get   2   when  I  ask  the<br>
SignedDanielssonDistanceMap for squared  distance  output.  Squared  distances<br>
should  be  always  integers  (if  I&#39;m  not mistaken) and should go in the tif<br>
unmodified (eg. 2).<br>
Anyway, I changed my intermediat pixel format to float and  the  output  of  a<br>
single white pixel is as I&#39;d expect.<br>
However  if I run my little watershed test program there is one blob (dark red<br>
blobl in blobs_ws03.tif) that is surrounded by four split blobs but itself  is<br>
not  split  although  it  has some crease. I even made the effort to count the<br>
pixels by hand. The  minima-line  is  8  pixels  off  the  rim  in  horizontal<br>
direction.  Now  accounting  for the additional distance to the left up to the<br>
end of the minima-line I&#39;d say the gray values should decrease  further  since<br>
the  distanc  to the left has to be added to the 8 pixels up or down.But still<br>
blobs_rm01.tif has just one minimum. Are my expectations wrong here?<br>
I ran my test prog like this for the pics in the tbz  (h-min  height=  0,  all<br>
fully connectd):<br>
watershed05b blobs.tif blobs_sddm_01.vtk blobs_hm01.tif blobs_rm01.tif blobs_cc01.tif blobs_ws01.tif blobs_ws02.tif blobs_ws03.tif 0 1 1<br>
<br>
<br>
Thanks for hints or help<br>
Lynx<br>
<div><div></div><div class="h5"><br>
<br>
On 26/07/09 15:33:53, Dan Mueller wrote:<br>
&gt; Hi Lynx,<br>
&gt;<br>
&gt; The SignedDanielssonDistanceMap will perform the distance computation<br>
&gt; using real (ie. float/double) precision. If the output is integer (ie.<br>
&gt; signed short in your case) it will cast the result. The corner pixels<br>
&gt; (which you expect to be 2) are actual sqrt(2) = 1.414, which when cast<br>
&gt; to signed short come out as 1.<br>
&gt;<br>
&gt; Please find attached an input image for which the floating point<br>
&gt; signed distance (InsideIsPositive=False) has been computed -- the<br>
&gt; result is as expected.<br>
&gt;<br>
&gt; HTH<br>
&gt;<br>
&gt; Cheers, Dan<br>
&gt;<br>
&gt; 2009/7/26  &lt;<a href="mailto:lynx.abraxas@freenet.de">lynx.abraxas@freenet.de</a>&gt;:<br>
&gt; &gt; Hello!<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Using  the  SignedDanielssonDistanceMap and squared distances (signed short as<br>
&gt; &gt; output) I wonder why a distance of 2 has the same grey value as  the  distance<br>
&gt; &gt; 1.<br>
&gt; &gt; eg. input image (x white, space black):<br>
&gt; &gt; |   |<br>
&gt; &gt; | x |<br>
&gt; &gt; |   |<br>
&gt; &gt;<br>
&gt; &gt; The relative distance map I get looks like:<br>
&gt; &gt; |111|<br>
&gt; &gt; |1x1|<br>
&gt; &gt; |111|<br>
&gt; &gt;<br>
&gt; &gt; I&#39;d expect:<br>
&gt; &gt; |212|<br>
&gt; &gt; |1x1|<br>
&gt; &gt; |212|<br>
&gt; &gt;<br>
&gt; &gt; Is  my  expactation wrong or is the SignedDanielssonDistanceMapImageFilter not<br>
&gt; &gt; that accurate? Would flout as output and not squared distances exchage the  2s<br>
&gt; &gt; by sqrt(2)?<br>
&gt; &gt;<br>
&gt; &gt; Thanks for any hint or help<br>
&gt; &gt; Lynx<br>
<br>
<br>
<br>
<br>
<br>
</div></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>