<?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: Nonflat grayscale dilation and erosion</title>
	<atom:link href="http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/</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, 01 Feb 2012 13:58:45 +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/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-24240</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 26 May 2011 17:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-24240</guid>
		<description>Dave&#8212;There&#039;s this option:

&lt;pre class=&quot;code&quot;&gt;
se = strel(&#039;ball&#039;, R, H);
&lt;/pre&gt;

What other shapes are you interested in?</description>
		<content:encoded><![CDATA[<p>Dave&mdash;There&#8217;s this option:</p>
<pre class="code">
se = strel('ball', R, H);
</pre>
<p>What other shapes are you interested in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-24239</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 26 May 2011 17:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-24239</guid>
		<description>Sorry, I&#039;m eroding with my strel().  That should make more sense!</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;m eroding with my strel().  That should make more sense!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-24238</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 26 May 2011 16:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-24238</guid>
		<description>I&#039;m using a non-flat strel() to subsample a volume of interest in a 3D data set.  I&#039;m using the element to dilate a VOI mask to give me the valid top-left-front corner subscripts that are at least some distance X from all other subsamples and still within the VOI.  

The nice thing about dilating a binary mask is you don&#039;t have to mess with the height values.  I can see an advantage to passing a function to strel() to compute the heights, instead of a user-computed matrix.  Perhaps in the next release?  :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m using a non-flat strel() to subsample a volume of interest in a 3D data set.  I&#8217;m using the element to dilate a VOI mask to give me the valid top-left-front corner subscripts that are at least some distance X from all other subsamples and still within the VOI.  </p>
<p>The nice thing about dilating a binary mask is you don&#8217;t have to mess with the height values.  I can see an advantage to passing a function to strel() to compute the heights, instead of a user-computed matrix.  Perhaps in the next release?  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-23569</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 05 Oct 2010 15:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-23569</guid>
		<description>Rod&#8212;Gray-scale dilation is most commonly performed with a flat, zero-height structuring element. For that common case it is basically equivalent to binary image dilation in that both can be considered to be local-max operations.</description>
		<content:encoded><![CDATA[<p>Rod&mdash;Gray-scale dilation is most commonly performed with a flat, zero-height structuring element. For that common case it is basically equivalent to binary image dilation in that both can be considered to be local-max operations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-23568</link>
		<dc:creator>Rod</dc:creator>
		<pubDate>Tue, 05 Oct 2010 15:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-23568</guid>
		<description>Wouldn&#039;t dilating a binary image be quite different from dilating a gray scale image?  The results from dilating the gray scale image would be dependent on the scale range of the gray scale since you are adding a constant height value.</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t dilating a binary image be quite different from dilating a gray scale image?  The results from dilating the gray scale image would be dependent on the scale range of the gray scale since you are adding a constant height value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-22319</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-22319</guid>
		<description>Fredric&#8212;Use the &lt;tt&gt;&#039;ball&#039;&lt;/tt&gt; with &lt;tt&gt;strel&lt;/tt&gt;.  You can also construct a structuring element of arbitrary shape by specifying the domain (nhood) and height values yourself.</description>
		<content:encoded><![CDATA[<p>Fredric&mdash;Use the <tt>'ball'</tt> with <tt>strel</tt>.  You can also construct a structuring element of arbitrary shape by specifying the domain (nhood) and height values yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredric</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-22318</link>
		<dc:creator>Fredric</dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-22318</guid>
		<description>Is there any hemispheric structuring element coding
 in MATLAB?</description>
		<content:encoded><![CDATA[<p>Is there any hemispheric structuring element coding<br />
 in MATLAB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-22301</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-22301</guid>
		<description>Kezia&#8212;Try &lt;tt&gt;imrotate&lt;/tt&gt;.</description>
		<content:encoded><![CDATA[<p>Kezia&mdash;Try <tt>imrotate</tt>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kezia</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-22299</link>
		<dc:creator>kezia</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-22299</guid>
		<description>steve,
how to perform rotation of structuring element by 15 degrees.
kindly answer my question.
thank u
kezia joseph</description>
		<content:encoded><![CDATA[<p>steve,<br />
how to perform rotation of structuring element by 15 degrees.<br />
kindly answer my question.<br />
thank u<br />
kezia joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-21757</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 13 May 2009 12:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=91#comment-21757</guid>
		<description>Christina&#8212;I do not understand why you are using the HEIGHT argument at all.  NHOOD controls the shape of the structuring element; make that 3-D.  Your threshold value will have to be applied as a separate step; erosion does not do that.</description>
		<content:encoded><![CDATA[<p>Christina&mdash;I do not understand why you are using the HEIGHT argument at all.  NHOOD controls the shape of the structuring element; make that 3-D.  Your threshold value will have to be applied as a separate step; erosion does not do that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

