<?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: Spatial transformations: findbounds</title>
	<link>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/</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 00:52:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-22070</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:26:20 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-22070</guid>
		<description>Zhenbo&#8212;Can you say more about what you are looking for? I gave a specific example in this post.  Also, be aware that users generally don't need to worry about calling findbounds directly. This post was intended to explain a little bit about what's going on behind the scene.</description>
		<content:encoded><![CDATA[<p>Zhenbo&mdash;Can you say more about what you are looking for? I gave a specific example in this post.  Also, be aware that users generally don&#8217;t need to worry about calling findbounds directly. This post was intended to explain a little bit about what&#8217;s going on behind the scene.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhenbo Wang</title>
		<link>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-22068</link>
		<dc:creator>Zhenbo Wang</dc:creator>
		<pubDate>Thu, 20 Aug 2009 03:46:10 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-22068</guid>
		<description>Hi,Steve.
Would you give a specific Example by using findbounds function,PLZ? I still don't quite get it after reading the "findbounds" demo.</description>
		<content:encoded><![CDATA[<p>Hi,Steve.<br />
Would you give a specific Example by using findbounds function,PLZ? I still don&#8217;t quite get it after reading the &#8220;findbounds&#8221; demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-7266</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 24 Aug 2007 20:01:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-7266</guid>
		<description>And&#8212;The functions &lt;tt&gt;tformfwd&lt;/tt&gt; and &lt;tt&gt;tforminv&lt;/tt&gt; can be used to transform point locations.  See my &lt;a href="http://blogs.mathworks.com/steve/2006/02/14/spatial-transformations-maketform-tformfwd-and-tforminv/" rel="nofollow"&gt;February 10, 2006 post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>And&mdash;The functions <tt>tformfwd</tt> and <tt>tforminv</tt> can be used to transform point locations.  See my <a href="http://blogs.mathworks.com/steve/2006/02/14/spatial-transformations-maketform-tformfwd-and-tforminv/" rel="nofollow">February 10, 2006 post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: and</title>
		<link>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-7265</link>
		<dc:creator>and</dc:creator>
		<pubDate>Fri, 24 Aug 2007 19:55:37 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-7265</guid>
		<description>i have a data set of points (10 points of the image in different places of the image) of an image that i'm interest to and i would like to know if there is a way to know where these points would be after a rotation .</description>
		<content:encoded><![CDATA[<p>i have a data set of points (10 points of the image in different places of the image) of an image that i&#8217;m interest to and i would like to know if there is a way to know where these points would be after a rotation .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-4213</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 06 Sep 2006 17:01:42 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-4213</guid>
		<description>Qi - Thanks for the suggestion.</description>
		<content:encoded><![CDATA[<p>Qi - Thanks for the suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qi Chen</title>
		<link>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-4212</link>
		<dc:creator>Qi Chen</dc:creator>
		<pubDate>Wed, 06 Sep 2006 16:57:05 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/13/spatial-transformations-findbounds/#comment-4212</guid>
		<description>Excellent explanation. I suggest to include this in the help documentation. I have struggled for understanding how imtransform works when reading the help file in matlab. I wasn't clear until reading this.</description>
		<content:encoded><![CDATA[<p>Excellent explanation. I suggest to include this in the help documentation. I have struggled for understanding how imtransform works when reading the help file in matlab. I wasn&#8217;t clear until reading this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
