<?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: Dilation, erosion, and the morphological gradient</title>
	<atom:link href="http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/</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>Fri, 10 Feb 2012 18:55:59 +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/09/25/dilation-erosion-and-the-morphological-gradient/#comment-24413</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 17 Aug 2011 01:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-24413</guid>
		<description>Tom&#8212;Image Processing Toolbox functions do not support spatially varying structuring elements.</description>
		<content:encoded><![CDATA[<p>Tom&mdash;Image Processing Toolbox functions do not support spatially varying structuring elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-24369</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 28 Jul 2011 15:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-24369</guid>
		<description>i have another doubt,is it possible to create a spatially variant structuring element by knowing the orientation of the pixels in an image</description>
		<content:encoded><![CDATA[<p>i have another doubt,is it possible to create a spatially variant structuring element by knowing the orientation of the pixels in an image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-24367</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 28 Jul 2011 15:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-24367</guid>
		<description>thank you..</description>
		<content:encoded><![CDATA[<p>thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-24366</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 28 Jul 2011 14:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-24366</guid>
		<description>Tom&#8212;Sure. imdilate and imerode support arbitrarily shaped, multidimensional structuring elements. See the doc for strel.</description>
		<content:encoded><![CDATA[<p>Tom&mdash;Sure. imdilate and imerode support arbitrarily shaped, multidimensional structuring elements. See the doc for strel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-24365</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 28 Jul 2011 14:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-24365</guid>
		<description>can i create a structuring element of my own?</description>
		<content:encoded><![CDATA[<p>can i create a structuring element of my own?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-24202</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 13 May 2011 14:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-24202</guid>
		<description>Ricardo&#8212;Large structuring elements take longer to compute and can cause detailed structures of interest (as opposed to variations caused by noise) to vanish.</description>
		<content:encoded><![CDATA[<p>Ricardo&mdash;Large structuring elements take longer to compute and can cause detailed structures of interest (as opposed to variations caused by noise) to vanish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-23987</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Mon, 28 Feb 2011 20:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-23987</guid>
		<description>Hello Steve. I am currently working on computing the gradient of a synthetic image to which noise has been added. By computing the normal gradient, when I calculate the gaussian curvature of the noisy image, the results are really bad. 

So I have been trying to compute the morphological gradient instead, that has been giving me better results. However, I&#039;ve noticed that when computing the directional gradients, by using larger structuring elements, the result is a lot more resistant to noise. 

My question is, is there a disadvantage to using large structuring elements, and why is it more robust to noise? Thank you.</description>
		<content:encoded><![CDATA[<p>Hello Steve. I am currently working on computing the gradient of a synthetic image to which noise has been added. By computing the normal gradient, when I calculate the gaussian curvature of the noisy image, the results are really bad. </p>
<p>So I have been trying to compute the morphological gradient instead, that has been giving me better results. However, I&#8217;ve noticed that when computing the directional gradients, by using larger structuring elements, the result is a lot more resistant to noise. </p>
<p>My question is, is there a disadvantage to using large structuring elements, and why is it more robust to noise? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-23439</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 07 Sep 2010 11:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-23439</guid>
		<description>Saleem&#8212;Yes. I did that a long time ago, and I put them into the Image Processing Toolbox.</description>
		<content:encoded><![CDATA[<p>Saleem&mdash;Yes. I did that a long time ago, and I put them into the Image Processing Toolbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saleem</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-23429</link>
		<dc:creator>saleem</dc:creator>
		<pubDate>Sun, 05 Sep 2010 10:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-23429</guid>
		<description>hi , can you write the m-function for erosion and Dilation?</description>
		<content:encoded><![CDATA[<p>hi , can you write the m-function for erosion and Dilation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/09/25/dilation-erosion-and-the-morphological-gradient/#comment-23216</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=86#comment-23216</guid>
		<description>Danish—The Image Processing Toolbox supports morphology on arrays (rectlinear grids) only. You’ll need to develop your own implementations for other geometries.</description>
		<content:encoded><![CDATA[<p>Danish—The Image Processing Toolbox supports morphology on arrays (rectlinear grids) only. You’ll need to develop your own implementations for other geometries.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

