<?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 &#8211; Part 3</title>
	<atom:link href="http://blogs.mathworks.com/steve/2009/07/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2009/07/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/</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/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/#comment-21997</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 24 Jul 2009 00:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/#comment-21997</guid>
		<description>Sven&#8212;Glad to hear it&#039;s working for you. For those cases when you need L, you might consider consider computing it with &lt;tt&gt;L = labelmatrix(bwconncomp(BW))&lt;/tt&gt;.  That way you&#039;ll get L with a more memory efficient data type.

And I&#039;ll make a note to ask the M-Lint team if they can refine the pattern detection so the message won&#039;t be issued if L is used elsewhere in your code.</description>
		<content:encoded><![CDATA[<p>Sven&mdash;Glad to hear it&#8217;s working for you. For those cases when you need L, you might consider consider computing it with <tt>L = labelmatrix(bwconncomp(BW))</tt>.  That way you&#8217;ll get L with a more memory efficient data type.</p>
<p>And I&#8217;ll make a note to ask the M-Lint team if they can refine the pattern detection so the message won&#8217;t be issued if L is used elsewhere in your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://blogs.mathworks.com/steve/2009/07/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/#comment-21985</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Tue, 21 Jul 2009 00:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/#comment-21985</guid>
		<description>I am probably one of the target audiences for this change, and yes, I&#039;d say at least 50% of the time I calculate L, it&#039;s simply to send to regionprops.
When I first upgraded to 2009, I encountered the M-Lint message during an instance where I actually wanted to keep the L matrix. I remember being a little confused about the message - mostly because I was used to the old method. Therefore, I left things as they were, and accepted that my once &#039;all green&#039; functions had some specs of &#039;lint-orange&#039; in them.
When my data sets grew and I started getting out of memory errors however, I was thankful that the seed was planted by the M-lint messages, so it didn&#039;t take much time to fully understand the new usage, and just browse through my functions updating where necessary. 
Now, my more data-rich (ie, larger) data sets can be processed without memory errors.
Thanks for the update!

Cheers,
Sven.</description>
		<content:encoded><![CDATA[<p>I am probably one of the target audiences for this change, and yes, I&#8217;d say at least 50% of the time I calculate L, it&#8217;s simply to send to regionprops.<br />
When I first upgraded to 2009, I encountered the M-Lint message during an instance where I actually wanted to keep the L matrix. I remember being a little confused about the message &#8211; mostly because I was used to the old method. Therefore, I left things as they were, and accepted that my once &#8216;all green&#8217; functions had some specs of &#8216;lint-orange&#8217; in them.<br />
When my data sets grew and I started getting out of memory errors however, I was thankful that the seed was planted by the M-lint messages, so it didn&#8217;t take much time to fully understand the new usage, and just browse through my functions updating where necessary.<br />
Now, my more data-rich (ie, larger) data sets can be processed without memory errors.<br />
Thanks for the update!</p>
<p>Cheers,<br />
Sven.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Orr</title>
		<link>http://blogs.mathworks.com/steve/2009/07/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/#comment-21984</link>
		<dc:creator>Ken Orr</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2009/07/20/a-new-look-for-connected-component-labeling-in-r2009a-part-3/#comment-21984</guid>
		<description>M-Lint is a wonderful thing! We have a whole bunch more articles on M-Lint over at the &lt;a href=&quot;http://blogs.mathworks.com/desktop/&quot; rel=&quot;nofollow&quot;&gt;Desktop blog&lt;/a&gt;:

&lt;a href=&quot;http://blogs.mathworks.com/desktop/2009/03/16/click-for-more-information/&quot; rel=&quot;nofollow&quot;&gt;Click for more information&lt;/a&gt;
&lt;a href=&quot;http://blogs.mathworks.com/desktop/2009/04/06/finding-the-right-m-lint-message/&quot; rel=&quot;nofollow&quot;&gt;Finding the right M-Lint message&lt;/a&gt;
&lt;a href=&quot;http://blogs.mathworks.com/desktop/2008/03/03/sharing-your-m-lint-settings/&quot; rel=&quot;nofollow&quot;&gt;Sharing your M-Lint settings&lt;/a&gt;

-Ken</description>
		<content:encoded><![CDATA[<p>M-Lint is a wonderful thing! We have a whole bunch more articles on M-Lint over at the <a href="http://blogs.mathworks.com/desktop/" rel="nofollow">Desktop blog</a>:</p>
<p><a href="http://blogs.mathworks.com/desktop/2009/03/16/click-for-more-information/" rel="nofollow">Click for more information</a><br />
<a href="http://blogs.mathworks.com/desktop/2009/04/06/finding-the-right-m-lint-message/" rel="nofollow">Finding the right M-Lint message</a><br />
<a href="http://blogs.mathworks.com/desktop/2008/03/03/sharing-your-m-lint-settings/" rel="nofollow">Sharing your M-Lint settings</a></p>
<p>-Ken</p>
]]></content:encoded>
	</item>
</channel>
</rss>

