<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Is there a possibility if you have 2 semi-overlapping IR-photo, with<br>
known flight-altitude, distance between picture, camera-model and<br>
pictures corners coordinat, to make a 3D model with height-data?<br>
<br>
To use 2 pictures to get "stereo-vision", requere quite special<br>
dual-screens and gfx-card and polaroid-glasses, so to skip this, are<br>
there some other software that can pick altitude for every pixel in<br>
the area  there 2 IR-photo cover?.<br></blockquote></blockquote><div> </div><br>just to be sure, what kind of result are you hoping? a DEM map with the altitude for each pixel, or just to watch your area in 3D?<br><br>if you just want to wach your area in 3d, you can take a look at <a href="http://grass.osgeo.org/wiki/Stereo_anaglyphs">http://grass.osgeo.org/wiki/Stereo_anaglyphs</a>! just consider that your 2 IR-photo are the result of step 1 to 3 ...<br>
<br>so you will have to do:<br><ol><li> "<tt>ppmtorgb3 left.ppm</tt>"<br>→ Creates from <tt>left.ppm</tt> 
the files <tt>left.red</tt>, <tt>left.green</tt>, <tt>left.blue</tt>
</li><li> "<tt>ppmtorgb3 right.ppm</tt>"<br>→ Creates from <tt>right.ppm</tt>
 the files <tt>right.red</tt>, <tt>right.green</tt>, <tt>right.blue</tt>
</li><li> "<tt>rgb3toppm left.red right.green right.blue > 
myfirstanaglyph.ppm</tt>"
</li><li> Put on the red-green glasses and view <tt>myfirstanagly.ppm</tt>
 with your favourite image viewer.
</li></ol>(ppmtorgb3 is part of the netpbm software <a href="http://netpbm.sourceforge.net/">http://netpbm.sourceforge.net/</a>)<br><br><br><br><br>Sylvain Maillard<br><br>Doctorant en Sciences de l'Environnement<br>
Laboratoire Chimie Provence - UMR 6264 / Université de Provence<br>la Tour du Valat - Centre de recherche pour la conservation des zones humides méditerranéennes<br>Le Sambuc<br>13200 Arles<br>France<br>tél:04.90.97.29.79<br>
fax:04.90.97.20.19<br><a href="http://www.tourduvalat.org">www.tourduvalat.org</a><br></div>