<?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: Spatial transformations: Inverse mapping</title>
	<atom:link href="http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/</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>Sat, 11 Feb 2012 18:27:50 +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/05/05/spatial-transformations-inverse-mapping/#comment-24005</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 11 Mar 2011 19:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-24005</guid>
		<description>Esther&#8212;Implicit zero padding by default.</description>
		<content:encoded><![CDATA[<p>Esther&mdash;Implicit zero padding by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esther</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-24003</link>
		<dc:creator>Esther</dc:creator>
		<pubDate>Fri, 11 Mar 2011 02:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-24003</guid>
		<description>Hi Steve,

I wonder what pad method is being used in imtransform when bicubic or bilinear interpolation method is chosen as in:
B = imtrasnform(A, TFORM, INTERP)?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>I wonder what pad method is being used in imtransform when bicubic or bilinear interpolation method is chosen as in:<br />
B = imtrasnform(A, TFORM, INTERP)?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-21230</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 08 Nov 2008 19:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-21230</guid>
		<description>Sam&#8212;Can you be a little more specific? What is it you want to know that&#039;s not covered in this post?</description>
		<content:encoded><![CDATA[<p>Sam&mdash;Can you be a little more specific? What is it you want to know that&#8217;s not covered in this post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-21229</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sat, 08 Nov 2008 19:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-21229</guid>
		<description>hello steve,

Sam- I&#039;m having trouble understanding Reverse Mapping Could you please explain it in some more detail.

thank you very much</description>
		<content:encoded><![CDATA[<p>hello steve,</p>
<p>Sam- I&#8217;m having trouble understanding Reverse Mapping Could you please explain it in some more detail.</p>
<p>thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-21074</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Sep 2008 11:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-21074</guid>
		<description>Ramana&#8212;There are several relevant functions in the Image Processing Toolbox.  See &lt;tt&gt;maketform&lt;/tt&gt;, &lt;tt&gt;tformfwd&lt;/tt&gt;, &lt;tt&gt;tforminv&lt;/tt&gt;, &lt;tt&gt;cp2tform&lt;/tt&gt;, and &lt;tt&gt;cpselect&lt;/tt&gt;.</description>
		<content:encoded><![CDATA[<p>Ramana&mdash;There are several relevant functions in the Image Processing Toolbox.  See <tt>maketform</tt>, <tt>tformfwd</tt>, <tt>tforminv</tt>, <tt>cp2tform</tt>, and <tt>cpselect</tt>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramana Murthy</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-21071</link>
		<dc:creator>Ramana Murthy</dc:creator>
		<pubDate>Tue, 16 Sep 2008 08:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-21071</guid>
		<description>Hi steve,
I&#039;m encountering a similar problem.
With some points in input space and corresponding output space(manually choosing)I try to fit a funtion T. Then using T or T-1, I can obtain mapping for all the points in any way.
How to write this in MATLAB code.Any material for pseudo code etc.
Thanking you very much,

with regards,
ramana murthy</description>
		<content:encoded><![CDATA[<p>Hi steve,<br />
I&#8217;m encountering a similar problem.<br />
With some points in input space and corresponding output space(manually choosing)I try to fit a funtion T. Then using T or T-1, I can obtain mapping for all the points in any way.<br />
How to write this in MATLAB code.Any material for pseudo code etc.<br />
Thanking you very much,</p>
<p>with regards,<br />
ramana murthy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-20631</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 21 Apr 2008 14:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-20631</guid>
		<description>Diego&#8212;In that case, the spatial transformation is inferred in the inverse direction (from output space to input space). See &lt;a href=&quot;http://blogs.mathworks.com/steve/2006/07/27/spatial-transformations-handling-noninvertible-cases/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Diego&mdash;In that case, the spatial transformation is inferred in the inverse direction (from output space to input space). See <a href="http://blogs.mathworks.com/steve/2006/07/27/spatial-transformations-handling-noninvertible-cases/" rel="nofollow">this post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-20620</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Fri, 18 Apr 2008 19:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-20620</guid>
		<description>Hi Steve, 

first of all congratulations for this blog. I would like to know what happen when it is not possible to calculate the inverse spatial transformation T^-1. What I think it is the case in non-linear registration, for example, in small deformation approaches when the deformations are parameterized
by a linear combination of continuous basis functions.</description>
		<content:encoded><![CDATA[<p>Hi Steve, </p>
<p>first of all congratulations for this blog. I would like to know what happen when it is not possible to calculate the inverse spatial transformation T^-1. What I think it is the case in non-linear registration, for example, in small deformation approaches when the deformations are parameterized<br />
by a linear combination of continuous basis functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roman</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-17672</link>
		<dc:creator>roman</dc:creator>
		<pubDate>Fri, 28 Dec 2007 03:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-17672</guid>
		<description>Because they always talk about the advantages and disadvantages ever in the texts</description>
		<content:encoded><![CDATA[<p>Because they always talk about the advantages and disadvantages ever in the texts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/05/05/spatial-transformations-inverse-mapping/#comment-17579</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 26 Dec 2007 14:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=55#comment-17579</guid>
		<description>Roman&#8212;I&#039;ll add it to my list of possible blog topics. Why are you interested?</description>
		<content:encoded><![CDATA[<p>Roman&mdash;I&#8217;ll add it to my list of possible blog topics. Why are you interested?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

