<?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: A new look for connected component labeling in R2009a</title>
	<atom:link href="http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/</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>Sat, 11 Feb 2012 18:27:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-24624</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 11 Nov 2011 22:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-24624</guid>
		<description>Suyun&#8212;If you have the Image Processing Toolbox, type this:

&lt;pre class=&quot;code&quot;&gt;
edit labelmatrix
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Suyun&mdash;If you have the Image Processing Toolbox, type this:</p>
<pre class="code">
edit labelmatrix
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suyun Ju</title>
		<link>http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-24612</link>
		<dc:creator>Suyun Ju</dc:creator>
		<pubDate>Wed, 09 Nov 2011 01:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-24612</guid>
		<description>Hello, This is Suyun

Now I am studying about Blob Labeling using Matlab.

I would like to see the original source code of &quot;labelmatrix&quot;

It is possible to see this code??

Please help me.</description>
		<content:encoded><![CDATA[<p>Hello, This is Suyun</p>
<p>Now I am studying about Blob Labeling using Matlab.</p>
<p>I would like to see the original source code of &#8220;labelmatrix&#8221;</p>
<p>It is possible to see this code??</p>
<p>Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22618</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 15 Jan 2010 19:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22618</guid>
		<description>Saber&#8212;The concept of convex hull is well described in many, many places.  You could just start with Wikipedia for that.  Eccentricity, MajorAxisLength, MinorAxisLength, and Orientation are all based on fitting an ellipse to the region by matching second-order moments.  Equations were drawn from Haralick and Shapiro, Computer and Robot Vision vol I, Addison-Wesley 1992, Appendix A.  See the subfunction ComputeEllipseParams in regionprops.m.</description>
		<content:encoded><![CDATA[<p>Saber&mdash;The concept of convex hull is well described in many, many places.  You could just start with Wikipedia for that.  Eccentricity, MajorAxisLength, MinorAxisLength, and Orientation are all based on fitting an ellipse to the region by matching second-order moments.  Equations were drawn from Haralick and Shapiro, Computer and Robot Vision vol I, Addison-Wesley 1992, Appendix A.  See the subfunction ComputeEllipseParams in regionprops.m.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saber</title>
		<link>http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22616</link>
		<dc:creator>Saber</dc:creator>
		<pubDate>Fri, 15 Jan 2010 17:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22616</guid>
		<description>Hi Steve,
First of all, thanks a lot for your posts on image processing, I really learned a lot through this blog.
Secondly, could you please refer me to the theory (e.g. papers or articles) upon which REGIONPROPS features like:
     - ConvexHull
     - Eccentricity
     - Major-, MinorAxisLength
     - Orientation 
are implemented.
Best regards</description>
		<content:encoded><![CDATA[<p>Hi Steve,<br />
First of all, thanks a lot for your posts on image processing, I really learned a lot through this blog.<br />
Secondly, could you please refer me to the theory (e.g. papers or articles) upon which REGIONPROPS features like:<br />
     &#8211; ConvexHull<br />
     &#8211; Eccentricity<br />
     &#8211; Major-, MinorAxisLength<br />
     &#8211; Orientation<br />
are implemented.<br />
Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22078</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22078</guid>
		<description>Ahmed&#8212;You need to break down your code a line at a time, looking carefully at each output to see if it matches your expectations.  For example, what is the number of elements in the output of bwconncomp?  That will tell you how many objects it detected.</description>
		<content:encoded><![CDATA[<p>Ahmed&mdash;You need to break down your code a line at a time, looking carefully at each output to see if it matches your expectations.  For example, what is the number of elements in the output of bwconncomp?  That will tell you how many objects it detected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed Mostafa</title>
		<link>http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22066</link>
		<dc:creator>Ahmed Mostafa</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/06/a-new-look-for-connected-component-labeling-in-r2009a/#comment-22066</guid>
		<description>Hello Steve
i really like your articles, it helped me a lot through my study. i kinda have a problem with bwconncomp and isosurface, it will be great if you can have time to look at it

http://www.mathworks.com/matlabcentral/newsreader/view_thread/258281#672407

Thanks</description>
		<content:encoded><![CDATA[<p>Hello Steve<br />
i really like your articles, it helped me a lot through my study. i kinda have a problem with bwconncomp and isosurface, it will be great if you can have time to look at it</p>
<p><a href="http://www.mathworks.com/matlabcentral/newsreader/view_thread/258281#672407" rel="nofollow">http://www.mathworks.com/matlabcentral/newsreader/view_thread/258281#672407</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

