<?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: Nonflat grayscale dilation and erosion</title>
	<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 &#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, 22 Nov 2009 23:25:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<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>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-22319</guid>
		<description>Fredric&#8212;Use the &lt;tt&gt;'ball'&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>&#8216;ball&#8217;</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>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#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>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#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>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#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>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#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>
	<item>
		<title>By: Christina</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-21754</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Tue, 12 May 2009 14:04:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-21754</guid>
		<description>Hi, thanks for the answer, but how should I modify the HEIGHT to make it 3d?
I have a Volume and I want to 'filter' or take out all structures whos values that are higher than a certain threshold and that are connected in the origin/center over  3 slices. Is it correct than, if I use this 3D strel?
Thanks so much, Christina</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the answer, but how should I modify the HEIGHT to make it 3d?<br />
I have a Volume and I want to &#8216;filter&#8217; or take out all structures whos values that are higher than a certain threshold and that are connected in the origin/center over  3 slices. Is it correct than, if I use this 3D strel?<br />
Thanks so much, Christina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-21753</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 12 May 2009 13:42:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-21753</guid>
		<description>Christina&#8212;You have used a two-dimensional structuring element neighborhood (NHOOD), so you're only going to get within-plane effects.  Use a three-dimensional one instead.  Also, I doubt that you need the HEIGHT argument.</description>
		<content:encoded><![CDATA[<p>Christina&mdash;You have used a two-dimensional structuring element neighborhood (NHOOD), so you&#8217;re only going to get within-plane effects.  Use a three-dimensional one instead.  Also, I doubt that you need the HEIGHT argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-21750</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Tue, 12 May 2009 09:33:11 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-21750</guid>
		<description>Hi Steve, I have the following problem: I have a 256*256*20 Volume (MRImage) and I want to use strel to cluster connected elements. It works perfect if I use it in 2-D like  

se     = strel('diamond',1); 
area = imerode(area,se);

what I want is to cluster the actual plane with the plane before and the plane behind.

If I use  
NHOOD=[0 1 0; 1 1 1 ; 0 1 0];
HEIGHT=[0 0 0 ; 0 1 0; 0 0 0];
se=strel(NHOOD,HEIGHT);
Volume2=imerode(Volume,se);
nothing happens. Where is my mistake?
Thanks in advance, Christina</description>
		<content:encoded><![CDATA[<p>Hi Steve, I have the following problem: I have a 256*256*20 Volume (MRImage) and I want to use strel to cluster connected elements. It works perfect if I use it in 2-D like  </p>
<p>se     = strel(&#8217;diamond&#8217;,1);<br />
area = imerode(area,se);</p>
<p>what I want is to cluster the actual plane with the plane before and the plane behind.</p>
<p>If I use<br />
NHOOD=[0 1 0; 1 1 1 ; 0 1 0];<br />
HEIGHT=[0 0 0 ; 0 1 0; 0 0 0];<br />
se=strel(NHOOD,HEIGHT);<br />
Volume2=imerode(Volume,se);<br />
nothing happens. Where is my mistake?<br />
Thanks in advance, Christina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clcclcclc</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-20666</link>
		<dc:creator>clcclcclc</dc:creator>
		<pubDate>Tue, 29 Apr 2008 12:36:49 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-20666</guid>
		<description>Oh,thank you very much.Recently I saw a paper named
"FACE DETECTION IN COLOR IMAGES" by Rein-Lien Hsu§, Mohamed Abdel-Mottaleb*, and Anil K. Jain §,in which mentioned that "In our eye detection algorithm, the greyscale dilation and erosion using hemispheric structuring elements at an estimated scale are applied independently to construct EyeMap in the luma".
Now I know the algorithm,but I don't know the structure to be used.
I am a Chinese student,thank you again for your answer</description>
		<content:encoded><![CDATA[<p>Oh,thank you very much.Recently I saw a paper named<br />
&#8220;FACE DETECTION IN COLOR IMAGES&#8221; by Rein-Lien Hsu§, Mohamed Abdel-Mottaleb*, and Anil K. Jain §,in which mentioned that &#8220;In our eye detection algorithm, the greyscale dilation and erosion using hemispheric structuring elements at an estimated scale are applied independently to construct EyeMap in the luma&#8221;.<br />
Now I know the algorithm,but I don&#8217;t know the structure to be used.<br />
I am a Chinese student,thank you again for your answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-20665</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 29 Apr 2008 11:32:23 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/10/23/nonflat-grayscale-dilation-and-erosion/#comment-20665</guid>
		<description>clcclcclc&#8212;That's an interesting name that you have.  How do you pronounce it?

I haven't seen the term &lt;em&gt;scaled hemispheric element&lt;/em&gt; before, but I'd guess that it's the kind of structuring element returned by &lt;tt&gt;strel('ball', ...)&lt;/tt&gt;.

See the &lt;a href="http://www.mathworks.com/access/helpdesk/help/toolbox/images/strel.html" rel="nofollow"&gt;strel doc&lt;/a&gt; for more information.</description>
		<content:encoded><![CDATA[<p>clcclcclc&mdash;That&#8217;s an interesting name that you have.  How do you pronounce it?</p>
<p>I haven&#8217;t seen the term <em>scaled hemispheric element</em> before, but I&#8217;d guess that it&#8217;s the kind of structuring element returned by <tt>strel(&#8217;ball&#8217;, &#8230;)</tt>.</p>
<p>See the <a href="http://www.mathworks.com/access/helpdesk/help/toolbox/images/strel.html" rel="nofollow">strel doc</a> for more information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
