<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: bwlabeln - design decision</title>
	<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at &#60;a href="http://www.mathworks.com/"&#62;The MathWorks&#60;/a&#62; and coauthored &#60;a href="http://www.mathworks.com/support/books/book5291.html?category=-1&#38;language=-1"&#62;Digital Image Processing Using MATLAB&#60;/a&#62;. He writes here about image processing concepts, algorithm implementations, and MATLAB.&#60;br&#62;&#60;br&#62;&#60;img&#62;</description>
	<pubDate>Sun, 08 Nov 2009 06:02:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-20738</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 27 May 2008 13:15:31 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-20738</guid>
		<description>Jiang&#8212;Thanks for your comments.</description>
		<content:encoded><![CDATA[<p>Jiang&mdash;Thanks for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiang</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-20726</link>
		<dc:creator>jiang</dc:creator>
		<pubDate>Wed, 21 May 2008 14:46:58 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-20726</guid>
		<description>bwlabeln would output something smaller than a double.

another choice is if the bwlabeln could be implemented by 
 using the index of connected components , or the spare 
matrix .  by this way , the matrix could be rather large .
maybe bwlabeln have a improved performance.</description>
		<content:encoded><![CDATA[<p>bwlabeln would output something smaller than a double.</p>
<p>another choice is if the bwlabeln could be implemented by<br />
 using the index of connected components , or the spare<br />
matrix .  by this way , the matrix could be rather large .<br />
maybe bwlabeln have a improved performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiang</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-20725</link>
		<dc:creator>jiang</dc:creator>
		<pubDate>Wed, 21 May 2008 14:41:24 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-20725</guid>
		<description>i have change the bwlabl c function output data type to uint16, and the output support uint16 .

 so the matrix can be large.</description>
		<content:encoded><![CDATA[<p>i have change the bwlabl c function output data type to uint16, and the output support uint16 .</p>
<p> so the matrix can be large.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18540</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 11 Jan 2008 19:24:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18540</guid>
		<description>Jeremy&#8212;Thanks for your comments.  It's on my list of things to think about.</description>
		<content:encoded><![CDATA[<p>Jeremy&mdash;Thanks for your comments.  It&#8217;s on my list of things to think about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18405</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 09 Jan 2008 23:00:55 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18405</guid>
		<description>Steve, 
I just want to say that I agree with Pete, it would be nice if bwlabeln would output something smaller than a double. I too am working with rather large images and I would like to process them in parallel, but if each of the labs call bwlabeln at the same time I quickly run out of memory.

I know in my image that I should have less than 2000 objects. I also know that if the number of object approaches 2^16, something went seriously wrong. Thus, as you can see, having more control of the output class from bwlabeln would be benefical 

Thanks</description>
		<content:encoded><![CDATA[<p>Steve,<br />
I just want to say that I agree with Pete, it would be nice if bwlabeln would output something smaller than a double. I too am working with rather large images and I would like to process them in parallel, but if each of the labs call bwlabeln at the same time I quickly run out of memory.</p>
<p>I know in my image that I should have less than 2000 objects. I also know that if the number of object approaches 2^16, something went seriously wrong. Thus, as you can see, having more control of the output class from bwlabeln would be benefical </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18239</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 07 Jan 2008 14:41:34 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18239</guid>
		<description>Beverley&#8212;If your image is already labeled, there's nothing else you need to do before calling &lt;tt&gt;regionprops&lt;/tt&gt;.  Also, you might consider calling &lt;tt&gt;bwlabel&lt;/tt&gt;, which is usually faster than &lt;tt&gt;bwlabeln&lt;/tt&gt; for two-dimensional images.  I don't understand the second part of your question.</description>
		<content:encoded><![CDATA[<p>Beverley&mdash;If your image is already labeled, there&#8217;s nothing else you need to do before calling <tt>regionprops</tt>.  Also, you might consider calling <tt>bwlabel</tt>, which is usually faster than <tt>bwlabeln</tt> for two-dimensional images.  I don&#8217;t understand the second part of your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beverley</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18174</link>
		<dc:creator>beverley</dc:creator>
		<pubDate>Sun, 06 Jan 2008 15:50:59 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-18174</guid>
		<description>Hi steve,

 i have a question to ask regarding the bwlabeln, i have already implemented it to the image selected by using bwlabeln(L,4) and have come up with an image labelled with {17 20 21 23 25 26} since six patches are determined from the image, i dont know how to separate the clusters so that i can use the regionprops to determine the area. plus my algorithm will be applied to different images so the label for the patches varies, what should i do to pull these clusters to start feature extraction already
thanks steve 
-beverley</description>
		<content:encoded><![CDATA[<p>Hi steve,</p>
<p> i have a question to ask regarding the bwlabeln, i have already implemented it to the image selected by using bwlabeln(L,4) and have come up with an image labelled with {17 20 21 23 25 26} since six patches are determined from the image, i dont know how to separate the clusters so that i can use the regionprops to determine the area. plus my algorithm will be applied to different images so the label for the patches varies, what should i do to pull these clusters to start feature extraction already<br />
thanks steve<br />
-beverley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-13167</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 31 Oct 2007 12:11:34 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-13167</guid>
		<description>Pete&#8212;Thanks.</description>
		<content:encoded><![CDATA[<p>Pete&mdash;Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-13047</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 29 Oct 2007 17:02:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-13047</guid>
		<description>Yes, I think that would be better.

I actually find myself drawn to the idea that the default class remains double, but the user can specify another class if they consider it necessary - that way one always knows in advance what class to expect.  But that may be symptomatic of a personal need-for-control issue which I ought to overcome, since I am struggling to think of an occasion when using anything other than the smallest required class would actually be useful.  Unless it simplifies implementation or backwards compatibility.

Sorry, I'm not good at deciding even my own wishes.  But yes, the option of using something smaller than double, either automatically or otherwise, is something I would find useful.</description>
		<content:encoded><![CDATA[<p>Yes, I think that would be better.</p>
<p>I actually find myself drawn to the idea that the default class remains double, but the user can specify another class if they consider it necessary - that way one always knows in advance what class to expect.  But that may be symptomatic of a personal need-for-control issue which I ought to overcome, since I am struggling to think of an occasion when using anything other than the smallest required class would actually be useful.  Unless it simplifies implementation or backwards compatibility.</p>
<p>Sorry, I&#8217;m not good at deciding even my own wishes.  But yes, the option of using something smaller than double, either automatically or otherwise, is something I would find useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-13045</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 29 Oct 2007 16:22:37 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/07/17/bwlabeln-design-decision/#comment-13045</guid>
		<description>Pete&#8212;So would you like to see the output class dependent on how many objects there are?</description>
		<content:encoded><![CDATA[<p>Pete&mdash;So would you like to see the output class dependent on how many objects there are?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
