<?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: Upslope area &#8211; Recursive calculation procedure</title>
	<atom:link href="http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/</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/2007/07/27/upslope-area-part-7/#comment-6956</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 14 Aug 2007 13:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6956</guid>
		<description>Priti&#8212;If you have the Image Processing Toolbox, you can find a kd-tree implementation in toolbox/images/images/private.  Beyond that I don&#039;t know.  Check the MATLAB Central File Exchange.</description>
		<content:encoded><![CDATA[<p>Priti&mdash;If you have the Image Processing Toolbox, you can find a kd-tree implementation in toolbox/images/images/private.  Beyond that I don&#8217;t know.  Check the MATLAB Central File Exchange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6944</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 07 Aug 2007 13:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6944</guid>
		<description>Mark&#8212;I like it!  :-)</description>
		<content:encoded><![CDATA[<p>Mark&mdash;I like it!  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Andrews</title>
		<link>http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6942</link>
		<dc:creator>Mark Andrews</dc:creator>
		<pubDate>Tue, 07 Aug 2007 04:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6942</guid>
		<description>If by &quot;better&quot; you mean &quot;more expensive&quot; then on my lazy days I do this:

  diff = abs( phase( exp(i*theta1)/exp(i*theta2) ) );

:-)</description>
		<content:encoded><![CDATA[<p>If by &#8220;better&#8221; you mean &#8220;more expensive&#8221; then on my lazy days I do this:</p>
<p>  diff = abs( phase( exp(i*theta1)/exp(i*theta2) ) );</p>
<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priti</title>
		<link>http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6939</link>
		<dc:creator>Priti</dc:creator>
		<pubDate>Thu, 02 Aug 2007 15:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6939</guid>
		<description>Hi Steve..I have a quick question not related to the topic you have posted...I m currently working on Content Based Retrieval of Videos....and I m looking for implemetation of SR trees/R trees/R* trees/SS trees or any spatial data structures in MATLAB as my source code for feature extraction is in MATLAB...I could find only C++ libraries available for that...I m not sure if there is any way to import that to MATLAB and use it or are there any coded versions available in MATLAB itself....Thanks in advance...Priti</description>
		<content:encoded><![CDATA[<p>Hi Steve..I have a quick question not related to the topic you have posted&#8230;I m currently working on Content Based Retrieval of Videos&#8230;.and I m looking for implemetation of SR trees/R trees/R* trees/SS trees or any spatial data structures in MATLAB as my source code for feature extraction is in MATLAB&#8230;I could find only C++ libraries available for that&#8230;I m not sure if there is any way to import that to MATLAB and use it or are there any coded versions available in MATLAB itself&#8230;.Thanks in advance&#8230;Priti</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6928</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 28 Jul 2007 14:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6928</guid>
		<description>Nikzad&#8212;See &lt;a href=&quot;http://blogs.mathworks.com/steve/2007/04/26/upslope-area-part-2/&quot; rel=&quot;nofollow&quot;&gt;part 2&lt;/a&gt; of this series for the pixel flow direction code.  When I finish the series, I&#039;ll put the relevant code onto MATLAB Central.</description>
		<content:encoded><![CDATA[<p>Nikzad&mdash;See <a href="http://blogs.mathworks.com/steve/2007/04/26/upslope-area-part-2/" rel="nofollow">part 2</a> of this series for the pixel flow direction code.  When I finish the series, I&#8217;ll put the relevant code onto MATLAB Central.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikzad babaii</title>
		<link>http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6927</link>
		<dc:creator>nikzad babaii</dc:creator>
		<pubDate>Sat, 28 Jul 2007 09:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/07/27/upslope-area-part-7/#comment-6927</guid>
		<description>Dear Steve Eddins,
Thanks for your algorithm description.
Could you please let me know how can I find the Matlab Code for your algorithm(finding pixel directions)?
wishes
    nikzad babaii</description>
		<content:encoded><![CDATA[<p>Dear Steve Eddins,<br />
Thanks for your algorithm description.<br />
Could you please let me know how can I find the Matlab Code for your algorithm(finding pixel directions)?<br />
wishes<br />
    nikzad babaii</p>
]]></content:encoded>
	</item>
</channel>
</rss>

