<?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: Connected component labeling &#8211; Part 7</title>
	<atom:link href="http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/</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/2007/06/12/connected-component-labeling-part-7/#comment-23001</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 16 Apr 2010 17:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-23001</guid>
		<description>Aaron&#8212;The function &lt;tt&gt;bwlabeln&lt;/tt&gt; doesn&#039;t use &lt;tt&gt;dmperm&lt;/tt&gt;. It uses an implementation of the union-find algorithm. The implementation was based on the union-find description in Robert Sedgewick, Algorithms: Parts 1&#8211;4, 3rd edition, Addison-Wesley, 1998, pp. 10&#8211;23.</description>
		<content:encoded><![CDATA[<p>Aaron&mdash;The function <tt>bwlabeln</tt> doesn&#8217;t use <tt>dmperm</tt>. It uses an implementation of the union-find algorithm. The implementation was based on the union-find description in Robert Sedgewick, Algorithms: Parts 1&ndash;4, 3rd edition, Addison-Wesley, 1998, pp. 10&ndash;23.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Thode</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-23000</link>
		<dc:creator>Aaron Thode</dc:creator>
		<pubDate>Fri, 16 Apr 2010 13:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-23000</guid>
		<description>Steve, thank you for your reply.  Last question:  I&#039;m preparing a scientific manuscript that used bwlabeln extensively.  The journal discourages web citations, particularly blogs (I know, I know...), unless more formal references are unavailable, so out of the references you&#039;ve sprinkled throughout this series, are there one or two you&#039;d recommend as appropriate for further information on the particular component connecting technique that uses  Dulmage-Mendelsohn permutations?  You&#039;ve already posted a reference for run-length encoding here...thanks!</description>
		<content:encoded><![CDATA[<p>Steve, thank you for your reply.  Last question:  I&#8217;m preparing a scientific manuscript that used bwlabeln extensively.  The journal discourages web citations, particularly blogs (I know, I know&#8230;), unless more formal references are unavailable, so out of the references you&#8217;ve sprinkled throughout this series, are there one or two you&#8217;d recommend as appropriate for further information on the particular component connecting technique that uses  Dulmage-Mendelsohn permutations?  You&#8217;ve already posted a reference for run-length encoding here&#8230;thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-22997</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 15 Apr 2010 12:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-22997</guid>
		<description>Aaron&#8212;The advantage of bwconncomp is that it typically uses a lot less memory for its output.  bwlabel produces a label matrix in double-precision format with the same size as the input image.  That can be a lot of wasted memory, particularly when there aren&#039;t many foreground pixels relative to the total number of image pixels.</description>
		<content:encoded><![CDATA[<p>Aaron&mdash;The advantage of bwconncomp is that it typically uses a lot less memory for its output.  bwlabel produces a label matrix in double-precision format with the same size as the input image.  That can be a lot of wasted memory, particularly when there aren&#8217;t many foreground pixels relative to the total number of image pixels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Thode</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-22995</link>
		<dc:creator>Aaron Thode</dc:creator>
		<pubDate>Wed, 14 Apr 2010 21:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-22995</guid>
		<description>Greetings Steve, I just stumbled across your blog when researching bwlabel, and found it extremely clear and useful.  Would you mind commenting how bwconncomp differs from bwlabel?  Seems like run-length encoding and dmperm are still used, so why is it more efficient?</description>
		<content:encoded><![CDATA[<p>Greetings Steve, I just stumbled across your blog when researching bwlabel, and found it extremely clear and useful.  Would you mind commenting how bwconncomp differs from bwlabel?  Seems like run-length encoding and dmperm are still used, so why is it more efficient?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João Henriques</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-22685</link>
		<dc:creator>João Henriques</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-22685</guid>
		<description>I&#039;d just like to say that I also finished reading this series, and found it very informative! Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>I&#8217;d just like to say that I also finished reading this series, and found it very informative! Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21711</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 27 Apr 2009 00:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21711</guid>
		<description>Ashwati&#8212;Thanks! I forwarded your comment to Dr. Gonzalez, who wrote the frequency domain processing chapter.</description>
		<content:encoded><![CDATA[<p>Ashwati&mdash;Thanks! I forwarded your comment to Dr. Gonzalez, who wrote the frequency domain processing chapter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwati</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21710</link>
		<dc:creator>Ashwati</dc:creator>
		<pubDate>Sun, 26 Apr 2009 13:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21710</guid>
		<description>Dear Steve,
I am currently doing a project in Digital Image Processing. I just wanted to say that I have followed your book, DIP with Matlab, and have found it a very satisfying experience, especially the section of Frequency Domain processing, cleared a lot of cobwebs. Thank you very much.
Ashwati</description>
		<content:encoded><![CDATA[<p>Dear Steve,<br />
I am currently doing a project in Digital Image Processing. I just wanted to say that I have followed your book, DIP with Matlab, and have found it a very satisfying experience, especially the section of Frequency Domain processing, cleared a lot of cobwebs. Thank you very much.<br />
Ashwati</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21196</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 29 Oct 2008 22:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21196</guid>
		<description>Jxwht&#8212;Not directly by using indexing offsets, but it can be programmed in MATLAB.  I have done it in the past, but a long time ago.  I don&#039;t have code for it anymore.</description>
		<content:encoded><![CDATA[<p>Jxwht&mdash;Not directly by using indexing offsets, but it can be programmed in MATLAB.  I have done it in the past, but a long time ago.  I don&#8217;t have code for it anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jxwht</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21179</link>
		<dc:creator>jxwht</dc:creator>
		<pubDate>Tue, 21 Oct 2008 12:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-21179</guid>
		<description>Hi Steve,
  As you mentioned before, we can find the 4- or 8- connected &quot;pairs&quot; by using linear indexing and linear neighbor index offsets, is there a similar algorithm to find the 4- or 8- connected &quot;pairs&quot; RUNs?
  Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Steve,<br />
  As you mentioned before, we can find the 4- or 8- connected &#8220;pairs&#8221; by using linear indexing and linear neighbor index offsets, is there a similar algorithm to find the 4- or 8- connected &#8220;pairs&#8221; RUNs?<br />
  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-14131</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 05 Nov 2007 23:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/06/12/connected-component-labeling-part-7/#comment-14131</guid>
		<description>Emanuele&#8212;I&#039;m glad you liked it.  Thanks for taking the time to comment.</description>
		<content:encoded><![CDATA[<p>Emanuele&mdash;I&#8217;m glad you liked it.  Thanks for taking the time to comment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

