<?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: Forward mapping</title>
	<link>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/</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 01:35:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22148</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 22 Sep 2009 12:30:10 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22148</guid>
		<description>Douglas&#8212;Use &lt;tt&gt;cp2tform&lt;/tt&gt; to infer a spatial transformation from your point set.  One of the spatially varying ones might be best.  Then use &lt;tt&gt;imtransform&lt;/tt&gt; to warp your image.</description>
		<content:encoded><![CDATA[<p>Douglas&mdash;Use <tt>cp2tform</tt> to infer a spatial transformation from your point set.  One of the spatially varying ones might be best.  Then use <tt>imtransform</tt> to warp your image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: douglas</title>
		<link>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22147</link>
		<dc:creator>douglas</dc:creator>
		<pubDate>Tue, 22 Sep 2009 06:10:27 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22147</guid>
		<description>Could you tell how to apply the grid points (data points from the transformation grid) in the transformation ?

&lt;em&gt;[Points edited out for space.]&lt;/em&gt;
</description>
		<content:encoded><![CDATA[<p>Could you tell how to apply the grid points (data points from the transformation grid) in the transformation ?</p>
<p><em>[Points edited out for space.]</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolph</title>
		<link>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22076</link>
		<dc:creator>Rudolph</dc:creator>
		<pubDate>Fri, 28 Aug 2009 08:05:13 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22076</guid>
		<description>I managed to overcome the idea of linear indexing which imtransform use to determine the custom spatial transform. Thanks</description>
		<content:encoded><![CDATA[<p>I managed to overcome the idea of linear indexing which imtransform use to determine the custom spatial transform. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolph</title>
		<link>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22072</link>
		<dc:creator>Rudolph</dc:creator>
		<pubDate>Fri, 21 Aug 2009 09:23:06 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-22072</guid>
		<description>Hi Steve,

I need to perform lense calibration on an image taken with specific camera.  The lense coefficients are available.

The distortions on the lense are radial distortion, decentering of the principal point and some affinity.  According to me I'll have to calculate the (subpixel units) distance which I have to move each pixel in the x and y direction.  So each pixel will have it's own resulting transformation. I went through most of your blogs and I want to create a custom tform struct which I can implement on bulk images.

Now I can't see how I will be able to do this with inverse mapping, true? Will imtransform deal with the overlapping and gaps for me automatically with chosen interpolation? How do I deal with a pixel that moves 0.166 pixels up for instance? How will matlab save the info on output space?

Any guidence would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>I need to perform lense calibration on an image taken with specific camera.  The lense coefficients are available.</p>
<p>The distortions on the lense are radial distortion, decentering of the principal point and some affinity.  According to me I&#8217;ll have to calculate the (subpixel units) distance which I have to move each pixel in the x and y direction.  So each pixel will have it&#8217;s own resulting transformation. I went through most of your blogs and I want to create a custom tform struct which I can implement on bulk images.</p>
<p>Now I can&#8217;t see how I will be able to do this with inverse mapping, true? Will imtransform deal with the overlapping and gaps for me automatically with chosen interpolation? How do I deal with a pixel that moves 0.166 pixels up for instance? How will matlab save the info on output space?</p>
<p>Any guidence would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-20560</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 05 Apr 2008 02:49:02 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-20560</guid>
		<description>Leonardo&#8212;Sounds like you could use &lt;tt&gt;cp2tform&lt;/tt&gt; to estimate a spatial transform fitting your points.</description>
		<content:encoded><![CDATA[<p>Leonardo&mdash;Sounds like you could use <tt>cp2tform</tt> to estimate a spatial transform fitting your points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo</title>
		<link>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-20559</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Fri, 04 Apr 2008 22:37:55 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/28/spatial-transforms-forward-mapping/#comment-20559</guid>
		<description>Dear Steve,
I have an input image from which I digitized grid points.
I know the real distance between the grid points, so I can create an output array. I would like to specify a transformation using these points, so I can assign the real location to each point from the input.
Is it possible?
Best
Leonardo</description>
		<content:encoded><![CDATA[<p>Dear Steve,<br />
I have an input image from which I digitized grid points.<br />
I know the real distance between the grid points, so I can create an output array. I would like to specify a transformation using these points, so I can assign the real location to each point from the input.<br />
Is it possible?<br />
Best<br />
Leonardo</p>
]]></content:encoded>
	</item>
</channel>
</rss>
