<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264900</link>
    <title>MATLAB Central Newsreader - find maximum radius of the object</title>
    <description>Feed for thread: find maximum radius of the object</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 04 Nov 2009 05:38:01 -0500</pubDate>
      <title>find maximum radius of the object</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264900#691915</link>
      <author>zahra daffa</author>
      <description>Hi all,&lt;br&gt;
I need your help&lt;br&gt;
&lt;br&gt;
how to find maximum radius of the object where the object can regular (like circle, rectangle, etc) or irregular object.The radius count from center.&lt;br&gt;
&lt;br&gt;
please help me...&lt;br&gt;
&lt;br&gt;
regards</description>
    </item>
    <item>
      <pubDate>Wed, 04 Nov 2009 08:17:12 -0500</pubDate>
      <title>Re: find maximum radius of the object</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264900#691955</link>
      <author>Nasser M. Abbasi</author>
      <description>&lt;br&gt;
&quot;zahra daffa&quot; &amp;lt;zahra_daffa@yahoo.com&amp;gt; wrote in message &lt;br&gt;
news:hcr3vp$hqg$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; I need your help&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; how to find maximum radius of the object where the object can regular &lt;br&gt;
&amp;gt; (like circle, rectangle, etc) or irregular object.The radius count from &lt;br&gt;
&amp;gt; center.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; please help me...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; regards&lt;br&gt;
&lt;br&gt;
Which object are you talking about? You really need to be more clear in &lt;br&gt;
describing what you need help with.&lt;br&gt;
&lt;br&gt;
Anything and everything in the universe is an object?   what is the context &lt;br&gt;
here?&lt;br&gt;
&lt;br&gt;
--Nasser </description>
    </item>
    <item>
      <pubDate>Wed, 04 Nov 2009 11:37:21 -0500</pubDate>
      <title>Re: find maximum radius of the object</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264900#692000</link>
      <author>ImageAnalyst</author>
      <description>Once you have your object binarized, use bwboundaries() to get the&lt;br&gt;
boundary coordinates.&lt;br&gt;
&lt;br&gt;
Then use bwconncomp (or bwlabel) and regionprops() to get the&lt;br&gt;
centroid.&lt;br&gt;
&lt;br&gt;
Then just get the distance between every boundary point to the&lt;br&gt;
centroid for every object, keeping track of the max distance.&lt;br&gt;
&lt;br&gt;
This demo may help:&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/25157&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/25157&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Wed, 04 Nov 2009 12:21:01 -0500</pubDate>
      <title>Re: find maximum radius of the object</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264900#692011</link>
      <author>John D'Errico</author>
      <description>ImageAnalyst &amp;lt;imageanalyst@mailinator.com&amp;gt; wrote in message &amp;lt;bb71b75b-868f-4d33-9f94-0ed1fc156d75@s15g2000yqs.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Once you have your object binarized, use bwboundaries() to get the&lt;br&gt;
&amp;gt; boundary coordinates.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Then use bwconncomp (or bwlabel) and regionprops() to get the&lt;br&gt;
&amp;gt; centroid.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Then just get the distance between every boundary point to the&lt;br&gt;
&amp;gt; centroid for every object, keeping track of the max distance.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; This demo may help:&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/25157&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/25157&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Of course, the distance to the centroid may not be&lt;br&gt;
a good measure of the size of an object.&lt;br&gt;
&lt;br&gt;
You might use a minimal bounding circle instead.&lt;br&gt;
Identify the points, and then call minboundcircle,&lt;br&gt;
found on the file exchange.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/13643&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/13643&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
HTH,&lt;br&gt;
John</description>
    </item>
  </channel>
</rss>

