<?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: Nonlinear operations using imfilter</title>
	<link>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/</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>Mon, 23 Nov 2009 08:19:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20860</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 10 Jul 2008 16:58:19 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20860</guid>
		<description>Francisco&#8212;At last count, there were 13,273,474 journal and conference papers describing different methods of edge detection.  :-)

Think about regions of differing texture.  The local standard deviation operator would have a relatively higher response in regions of "busier" texture, and it would have a relatively lower response in "smoother" regions.  This is different than what most people think an edge detector does.</description>
		<content:encoded><![CDATA[<p>Francisco&mdash;At last count, there were 13,273,474 journal and conference papers describing different methods of edge detection.  :-)</p>
<p>Think about regions of differing texture.  The local standard deviation operator would have a relatively higher response in regions of &#8220;busier&#8221; texture, and it would have a relatively lower response in &#8220;smoother&#8221; regions.  This is different than what most people think an edge detector does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francisco</title>
		<link>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20859</link>
		<dc:creator>francisco</dc:creator>
		<pubDate>Wed, 09 Jul 2008 16:56:05 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20859</guid>
		<description>Hi Steve,

You mention that the local standard deviation technique measures the 'business' of an image. How is this different, if at all, from edge detection? It looks like your first example does a really amazing job at finding edges, albeit they are rather thick.

thanks
-francisco</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>You mention that the local standard deviation technique measures the &#8216;business&#8217; of an image. How is this different, if at all, from edge detection? It looks like your first example does a really amazing job at finding edges, albeit they are rather thick.</p>
<p>thanks<br />
-francisco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20854</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 07 Jul 2008 15:58:31 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20854</guid>
		<description>Luca&#8212;Thanks for submitting your code to the File Exchange!</description>
		<content:encoded><![CDATA[<p>Luca&mdash;Thanks for submitting your code to the File Exchange!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Balbi</title>
		<link>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20853</link>
		<dc:creator>Luca Balbi</dc:creator>
		<pubDate>Mon, 07 Jul 2008 15:21:18 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2008/07/07/nonlinear-operations-using-imfilter/#comment-20853</guid>
		<description>This very same "sum of squares minus sqaure of sum" consideration drove me to re-implement the Kuwahara nonlinear filter in a faster way, though I did not use imfilter but just straightforward convolution, as I did not want the Image Processing Toolbox to be needed:

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15027&#38;objectType=FILE

Nice example by the way Steve! And thanks for pointing to the stdfilt function.</description>
		<content:encoded><![CDATA[<p>This very same &#8220;sum of squares minus sqaure of sum&#8221; consideration drove me to re-implement the Kuwahara nonlinear filter in a faster way, though I did not use imfilter but just straightforward convolution, as I did not want the Image Processing Toolbox to be needed:</p>
<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15027&amp;objectType=FILE" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15027&amp;objectType=FILE</a></p>
<p>Nice example by the way Steve! And thanks for pointing to the stdfilt function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
