<?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: Use makehgtform for 3-D rotation</title>
	<atom:link href="http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/</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: toto</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-24068</link>
		<dc:creator>toto</dc:creator>
		<pubDate>Tue, 29 Mar 2011 22:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-24068</guid>
		<description>thank you about your information and demo location. nice post</description>
		<content:encoded><![CDATA[<p>thank you about your information and demo location. nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qi Chen</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-4925</link>
		<dc:creator>Qi Chen</dc:creator>
		<pubDate>Mon, 25 Sep 2006 22:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-4925</guid>
		<description>Thanks a lot. Rob.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Comer</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-4849</link>
		<dc:creator>Rob Comer</dc:creator>
		<pubDate>Fri, 22 Sep 2006 19:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-4849</guid>
		<description>Qi Chen - You are correct, you can&#039;t use reprojection alone to move data from one reference ellipsoid to another. What you need is a &lt;em&gt;datum conversion&lt;/em&gt;. In fact, just knowing two numbers, a latitude and a longitude, doesn&#039;t tell you where something is. You also need to know which datum (reference system) the numbers refer to. We don&#039;t have a Mapping Toolbox function for datum conversion, but there are some free resources that you can find by searching the Internet.</description>
		<content:encoded><![CDATA[<p>Qi Chen &#8211; You are correct, you can&#8217;t use reprojection alone to move data from one reference ellipsoid to another. What you need is a <em>datum conversion</em>. In fact, just knowing two numbers, a latitude and a longitude, doesn&#8217;t tell you where something is. You also need to know which datum (reference system) the numbers refer to. We don&#8217;t have a Mapping Toolbox function for datum conversion, but there are some free resources that you can find by searching the Internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qi Chen</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-4668</link>
		<dc:creator>Qi Chen</dc:creator>
		<pubDate>Tue, 19 Sep 2006 00:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-4668</guid>
		<description>Steve, thank you very much. I have been reading this demo and thinking in the same direction as you suggested. Another question I have is: if two projections (UTM and Alberts) have different ellipsoids, the geographic coordinates would be different even when they are converted from UTM and Alberts coordinates with minvtran. Is there a function that can convert the geographic coordinates between different ellipsoids?</description>
		<content:encoded><![CDATA[<p>Steve, thank you very much. I have been reading this demo and thinking in the same direction as you suggested. Another question I have is: if two projections (UTM and Alberts) have different ellipsoids, the geographic coordinates would be different even when they are converted from UTM and Alberts coordinates with minvtran. Is there a function that can convert the geographic coordinates between different ellipsoids?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-4661</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 18 Sep 2006 13:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-4661</guid>
		<description>Qi Chen - We don&#039;t have a function that performs raster reprojection end-to-end.  A knowledgeable person could combine functions such as tformarray or interp2 with Mapping Toolbox functions mfwdtran and minvtran to write a reprojection function.  There&#039;s a Mapping Toolbox demo about unprojecting a DEM that shows some of the steps for reprojecting a grid. The demo is called &lt;a href=&quot;http://www.mathworks.com/products/demos/shipping/map/mapexunprojectdem.html?product=MG&quot; rel=&quot;nofollow&quot;&gt;&quot;Un-Projecting a Digital Elevation Model (DEM).&quot;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Qi Chen &#8211; We don&#8217;t have a function that performs raster reprojection end-to-end.  A knowledgeable person could combine functions such as tformarray or interp2 with Mapping Toolbox functions mfwdtran and minvtran to write a reprojection function.  There&#8217;s a Mapping Toolbox demo about unprojecting a DEM that shows some of the steps for reprojecting a grid. The demo is called <a href="http://www.mathworks.com/products/demos/shipping/map/mapexunprojectdem.html?product=MG" rel="nofollow">&#8220;Un-Projecting a Digital Elevation Model (DEM).&#8221;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qi Chen</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-4614</link>
		<dc:creator>Qi Chen</dc:creator>
		<pubDate>Sun, 17 Sep 2006 01:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-4614</guid>
		<description>hi, Steve

I have a question that needs your kind help. I have two images/grids with different projections (UTM and Alberts) for the same area. Do you have any ideas on how to convert any image from one projection to another (say, Alberts -&gt; UTM). 
I checked the Mapping Toolbox and Image processing toolbox and haven&#039;t found a solution to this problem. Any of your hints will be highly appreciated!

Sincerely,
Qi</description>
		<content:encoded><![CDATA[<p>hi, Steve</p>
<p>I have a question that needs your kind help. I have two images/grids with different projections (UTM and Alberts) for the same area. Do you have any ideas on how to convert any image from one projection to another (say, Alberts -&gt; UTM).<br />
I checked the Mapping Toolbox and Image processing toolbox and haven&#8217;t found a solution to this problem. Any of your hints will be highly appreciated!</p>
<p>Sincerely,<br />
Qi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-4579</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 15 Sep 2006 11:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-4579</guid>
		<description>Shanika - use makecform and applycform in the Image Processing Toolbox.  There&#039;s an example in one of my blog postings from June.</description>
		<content:encoded><![CDATA[<p>Shanika &#8211; use makecform and applycform in the Image Processing Toolbox.  There&#8217;s an example in one of my blog postings from June.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanika</title>
		<link>http://blogs.mathworks.com/steve/2006/09/07/use-makehgtform-for-3-d-rotation/#comment-4578</link>
		<dc:creator>Shanika</dc:creator>
		<pubDate>Fri, 15 Sep 2006 11:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=84#comment-4578</guid>
		<description>Steve, cool artwork you&#039;ve created there. I got a question but its nothing to do with 3-D stuff. How can I convert RGB values to L*a*b values in MATLAB? I have uploaded a digital image to MATLAB workspace and wanting to get Lab values for each pixel. Please give me an idea...I tried the MATLAB help also. cheers</description>
		<content:encoded><![CDATA[<p>Steve, cool artwork you&#8217;ve created there. I got a question but its nothing to do with 3-D stuff. How can I convert RGB values to L*a*b values in MATLAB? I have uploaded a digital image to MATLAB workspace and wanting to get Lab values for each pixel. Please give me an idea&#8230;I tried the MATLAB help also. cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

