<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Detecting Circular Objects in Images</title>
	<atom:link href="http://blogs.mathworks.com/steve/2012/09/04/detecting-circular-objects-in-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2012/09/04/detecting-circular-objects-in-images/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.</description>
	<lastBuildDate>Wed, 22 May 2013 10:54:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Nino</title>
		<link>http://blogs.mathworks.com/steve/2012/09/04/detecting-circular-objects-in-images/#comment-24907</link>
		<dc:creator>Nino</dc:creator>
		<pubDate>Tue, 11 Sep 2012 17:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=662#comment-24907</guid>
		<description><![CDATA[If you use this method along with RGB thresholding you might get better results, don&#039;t you?]]></description>
		<content:encoded><![CDATA[<p>If you use this method along with RGB thresholding you might get better results, don&#8217;t you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spandan Tiwari</title>
		<link>http://blogs.mathworks.com/steve/2012/09/04/detecting-circular-objects-in-images/#comment-24905</link>
		<dc:creator>Spandan Tiwari</dc:creator>
		<pubDate>Thu, 06 Sep 2012 13:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=662#comment-24905</guid>
		<description><![CDATA[Sven,

That&#039;s a nice suggestion for the cartoon. I especially like the randi(360) touch!]]></description>
		<content:encoded><![CDATA[<p>Sven,</p>
<p>That&#8217;s a nice suggestion for the cartoon. I especially like the randi(360) touch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Eddins</title>
		<link>http://blogs.mathworks.com/steve/2012/09/04/detecting-circular-objects-in-images/#comment-24904</link>
		<dc:creator>Steve Eddins</dc:creator>
		<pubDate>Wed, 05 Sep 2012 17:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=662#comment-24904</guid>
		<description><![CDATA[The methods used are from the family of circular Hough transform algorithms.]]></description>
		<content:encoded><![CDATA[<p>The methods used are from the family of circular Hough transform algorithms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://blogs.mathworks.com/steve/2012/09/04/detecting-circular-objects-in-images/#comment-24903</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Wed, 05 Sep 2012 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=662#comment-24903</guid>
		<description><![CDATA[what method circels detected i am familier with hough circle transform is it this method?
or it find object use bwlabel and match eccentrity 0 for circle]]></description>
		<content:encoded><![CDATA[<p>what method circels detected i am familier with hough circle transform is it this method?<br />
or it find object use bwlabel and match eccentrity 0 for circle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://blogs.mathworks.com/steve/2012/09/04/detecting-circular-objects-in-images/#comment-24901</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Tue, 04 Sep 2012 22:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=662#comment-24901</guid>
		<description><![CDATA[Nice post Spandan - I&#039;ve got some old code that used a FEX houghcircle submission that looks like it could be cleaned up and perhaps made more efficient with these 2012a additions.

There&#039;s one thing missing from your cartoon though!


t = text(centers(:,1),centers(:,2),&#039;m&#039;,&#039;Color&#039;,[1 1 1]*.75,&#039;FontWeight&#039;,&#039;bold&#039;,&#039;Fontsize&#039;,14,&#039;HorizontalAlignment&#039;,&#039;center&#039;,&#039;VerticalAlignment&#039;,&#039;middle&#039;);
for i=1:length(t), set(t(i),&#039;Rotation&#039;,randi(360)), end
]]></description>
		<content:encoded><![CDATA[<p>Nice post Spandan &#8211; I&#8217;ve got some old code that used a FEX houghcircle submission that looks like it could be cleaned up and perhaps made more efficient with these 2012a additions.</p>
<p>There&#8217;s one thing missing from your cartoon though!</p>
<p>t = text(centers(:,1),centers(:,2),&#8217;m',&#8217;Color&#8217;,[1 1 1]*.75,&#8217;FontWeight&#8217;,'bold&#8217;,'Fontsize&#8217;,14,&#8217;HorizontalAlignment&#8217;,'center&#8217;,'VerticalAlignment&#8217;,'middle&#8217;);<br />
for i=1:length(t), set(t(i),&#8217;Rotation&#8217;,randi(360)), end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
