<?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 algorithms&#8212;Introduction</title>
	<atom:link href="http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/</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 Eddins</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-24757</link>
		<dc:creator>Steve Eddins</dc:creator>
		<pubDate>Thu, 22 Dec 2011 14:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-24757</guid>
		<description>Anton&#8212;Take a look at the &#039;ball&#039; option of strel.</description>
		<content:encoded><![CDATA[<p>Anton&mdash;Take a look at the &#8216;ball&#8217; option of strel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-24756</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 22 Dec 2011 14:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-24756</guid>
		<description>Hi Steve, how can i get dilation  using element of
hemispheric at selected scale.(sory for bad english)</description>
		<content:encoded><![CDATA[<p>Hi Steve, how can i get dilation  using element of<br />
hemispheric at selected scale.(sory for bad english)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-23215</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-23215</guid>
		<description>Danish&#8212;The Image Processing Toolbox supports morphology on arrays (rectlinear grids) only. You&#039;ll need to develop your own implementations for other geometries.</description>
		<content:encoded><![CDATA[<p>Danish&mdash;The Image Processing Toolbox supports morphology on arrays (rectlinear grids) only. You&#8217;ll need to develop your own implementations for other geometries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danish</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-23209</link>
		<dc:creator>Danish</dc:creator>
		<pubDate>Tue, 22 Jun 2010 06:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-23209</guid>
		<description>Hi Steve,

How can we apply morphological operators (esp. Dilation) to 3D triangulated meshes similar to :
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.36.9118&amp;rep=rep1&amp;type=pdf

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>How can we apply morphological operators (esp. Dilation) to 3D triangulated meshes similar to :<br />
<a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.36.9118&#038;rep=rep1&#038;type=pdf" rel="nofollow">http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.36.9118&#038;rep=rep1&#038;type=pdf</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hira</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-22749</link>
		<dc:creator>hira</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-22749</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-22743</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-22743</guid>
		<description>Hira&#8212;I don’t generally have time to consult on individual image analysis or algorithm development projects, or to help interpret research papers.  I suggest that you take a look at the numerical pixel values at each step.  Is the output of the dilation what you expect?  And the output of the erosion?  And then check the output of the elementwise division.  If that is not what you expect, then it may be a data type or scaling issue.  Check out the MATLAB documentation on the how arithmetic operators work on integer data types, and check out the Image Processing Toolbox documentation on the default dynamic ranges for different image types and data types.  Finally, your formula dil(y)/ero(y) is missing any mention of structuring element, so you might want to review the paper again to try to determine what structuring element they are using.</description>
		<content:encoded><![CDATA[<p>Hira&mdash;I don’t generally have time to consult on individual image analysis or algorithm development projects, or to help interpret research papers.  I suggest that you take a look at the numerical pixel values at each step.  Is the output of the dilation what you expect?  And the output of the erosion?  And then check the output of the elementwise division.  If that is not what you expect, then it may be a data type or scaling issue.  Check out the MATLAB documentation on the how arithmetic operators work on integer data types, and check out the Image Processing Toolbox documentation on the default dynamic ranges for different image types and data types.  Finally, your formula dil(y)/ero(y) is missing any mention of structuring element, so you might want to review the paper again to try to determine what structuring element they are using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hira</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-22728</link>
		<dc:creator>hira</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-22728</guid>
		<description>hi 
actually i want to make a MapLum = dil(y)/ero(y) as doen in this paper &quot;Face and Eyes Detection to Improve Natural Human-Computer Dialogue&quot;. 
for the MapLum will give high values around the eyes. i m trying to implement it but stucked in this MapLum as i m not getting the desired results as shown in the paper. after performing the dilation and erosion when i divide the images it gives me a totally black image. i dont know where is the problem. may be its the matter of the structuring element.
please help me. kindly take a look of the paper and guide me how i could perform it.the link for the paper is:

www.eurasip.org/Proceedings/Ext/ISCCSP2006/defevent/.../cr1070.pdf</description>
		<content:encoded><![CDATA[<p>hi<br />
actually i want to make a MapLum = dil(y)/ero(y) as doen in this paper &#8220;Face and Eyes Detection to Improve Natural Human-Computer Dialogue&#8221;.<br />
for the MapLum will give high values around the eyes. i m trying to implement it but stucked in this MapLum as i m not getting the desired results as shown in the paper. after performing the dilation and erosion when i divide the images it gives me a totally black image. i dont know where is the problem. may be its the matter of the structuring element.<br />
please help me. kindly take a look of the paper and guide me how i could perform it.the link for the paper is:</p>
<p><a href="http://www.eurasip.org/Proceedings/Ext/ISCCSP2006/defevent/.../cr1070.pdf" rel="nofollow">http://www.eurasip.org/Proceedings/Ext/ISCCSP2006/defevent/&#8230;/cr1070.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-22709</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Feb 2010 12:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-22709</guid>
		<description>Hira&#8212;The choice of structuring element depends on what effect you are trying to accomplish.  You haven&#039;t said.  For element-wise division use the &lt;/tt&gt;./&lt;/tt&gt; operator.</description>
		<content:encoded><![CDATA[<p>Hira&mdash;The choice of structuring element depends on what effect you are trying to accomplish.  You haven&#8217;t said.  For element-wise division use the ./ operator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hira</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-22704</link>
		<dc:creator>hira</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-22704</guid>
		<description>what sort of structuring element should i use???

after applying dilation and erosion i have to divide both images &quot;dy&quot;(dilated image) and &quot;ey&quot;( eroded image). dy/ey gives error. please guide how to divide the images.
regards</description>
		<content:encoded><![CDATA[<p>what sort of structuring element should i use???</p>
<p>after applying dilation and erosion i have to divide both images &#8220;dy&#8221;(dilated image) and &#8220;ey&#8221;( eroded image). dy/ey gives error. please guide how to divide the images.<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithms-introduction/#comment-22701</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 14 Feb 2010 15:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2008/09/03/dilation-algorithmsintroduction/#comment-22701</guid>
		<description>Hira&#8212;Use &lt;tt&gt;imdilate&lt;/tt&gt; and &lt;tt&gt;imerode&lt;/tt&gt;.</description>
		<content:encoded><![CDATA[<p>Hira&mdash;Use <tt>imdilate</tt> and <tt>imerode</tt>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

