<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:iweb="http://www.apple.com/iweb" version="2.0">
  <channel>
    <title>ossim news</title>
    <link>http://www.ossim.org/OSSIM/News/News.html</link>
    <description>ossimPlanet is being showcased on the Large Data Joint Capabilities and Technology Development effort.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description>
    <generator>iWeb 2.0.3</generator>
    <image>
      <url>http://www.ossim.org/OSSIM/News/News_files/Terrain.jpg</url>
      <title>ossim news</title>
      <link>http://www.ossim.org/OSSIM/News/News.html</link>
    </image>
    <item>
      <title>Registration Plugin</title>
      <link>http://www.ossim.org/OSSIM/News/Entries/2008/9/4_Registration_Plugin.html</link>
      <guid isPermaLink="false">8014ac41-e088-4d25-b912-ffc4525c010d</guid>
      <pubDate>Thu, 4 Sep 2008 08:49:23 -0400</pubDate>
      <description>&lt;a href=&quot;http://www.ossim.org/OSSIM/News/Entries/2008/9/4_Registration_Plugin_files/cia.jpg&quot;&gt;&lt;img src=&quot;http://www.ossim.org/OSSIM/News/Media/cia.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:140px; height:89px;&quot;/&gt;&lt;/a&gt;Notes from Hernán De Angelis&lt;br/&gt;&lt;br/&gt;I want to make clear first that all I have done is in a very&lt;br/&gt;early experimental stage, based on what I understood of the&lt;br/&gt;registration manuals, my own experience and your help in this list.&lt;br/&gt;Therefore, what I write below should *not* be considered as the&lt;br/&gt;canonical rules of how to work with OSSIM registration.&lt;br/&gt;&lt;br/&gt;Together with two colleagues I drive a glaciological project in&lt;br/&gt;Patagonia (Southern South America, thus the need for south UTM&lt;br/&gt;support). We have a bunch of satellite images (Landsat MSS, TM and&lt;br/&gt;ASTER) and some old scanned aerial photographs. The purpose of using&lt;br/&gt;automated registration is to overcome the difficulties/drawbacks of&lt;br/&gt;manually picking up ground control points and to get the best possible&lt;br/&gt;registration.&lt;br/&gt;&lt;br/&gt;One of the major difficulties of using automatic registration over&lt;br/&gt;glaciated areas is the fact that glaciers flow and some features over&lt;br/&gt;them are displaced over time. In fact, this principle has been used by&lt;br/&gt;glaciologists for a long time to track features and estimate surface&lt;br/&gt;velocities in glaciers (see IMCORR:&lt;br/&gt;&lt;a href=&quot;http://www.nsidc.org/data/velmap/imcorr.html%2529&quot;&gt;http://www.nsidc.org/data/velmap/imcorr.html)&lt;/a&gt;. However, glaciers in&lt;br/&gt;our area are relatively small and occupy only a fraction of the image,&lt;br/&gt;so we hope they are not introducing severe errors (though this might&lt;br/&gt;not locally be true). In fact, it would be nice to have the&lt;br/&gt;possibility to mask glacier areas, so they are not included in the&lt;br/&gt;correlation (feature request? mmm may be).&lt;br/&gt;&lt;br/&gt;We use one reference ASTER image (we think the original georeference&lt;br/&gt;is excellent), with 15 m pixel size. This image is actually a subset&lt;br/&gt;of a mosaic of two, because our interest area was not covered by only&lt;br/&gt;one image. The mosaic was done with ERDAS. All other satellite images&lt;br/&gt;were cropped to cover the same area as the reference image and also&lt;br/&gt;resampled to 15 m. The aerial photographs were individually geocoded&lt;br/&gt;and orthorectified in GRASS with an SRTM model. The elevation database&lt;br/&gt;is composed of SRTM tiles and covers completely the area of interest.&lt;br/&gt;&lt;br/&gt;I start with &quot;correl&quot;. The slave images are always geocoded and more&lt;br/&gt;or less within 10-30 pixels of mismatch. Normally I use it in this&lt;br/&gt;way:&lt;br/&gt;&lt;br/&gt;correl -m master_band -s slave_band -c 0.90 -d 0.001 master.tif slave.tif&lt;br/&gt;&lt;br/&gt;during a registration I might vary the values of -c and -d, but those&lt;br/&gt;two (0.90 and 0.001) are giving good results with most images. I&lt;br/&gt;always try to choose master and slave bands that are radiometrically&lt;br/&gt;similar. Examples: ASTER VNIR 3 with LANDSAT TM 4 or MSS 3. Actually,&lt;br/&gt;I do not know how sensitive the algorithm is to radiometrical&lt;br/&gt;differences in images, but as far as my experience is concerned the&lt;br/&gt;visible near infra-red bands may be interchanged without much trouble&lt;br/&gt;(this is hardly surprising). An interesting issue is that registering&lt;br/&gt;a resampled MSS image to the ASTER reference presented no serious&lt;br/&gt;problems.&lt;br/&gt;&lt;br/&gt;After this I work mostly with &quot;modopt&quot;. I simply do:&lt;br/&gt;&lt;br/&gt;modopt tiepts.xml&lt;br/&gt;&lt;br/&gt;(that is with the default polynomial model) and get generally very&lt;br/&gt;acceptable results. Only eventually I might need to do rejout:&lt;br/&gt;&lt;br/&gt;rejout -a 2 -i 0.5 tiepts.xml&lt;br/&gt;&lt;br/&gt;I follow the manual after this: I change the name of the resulting&lt;br/&gt;.geom file to add the base name of the image (e.g. modopt.geom -&gt;&lt;br/&gt;image.geom). I open both the reference and the slave images in&lt;br/&gt;imagelinker and do a visual control. If I am happy I switch to full&lt;br/&gt;resolution and save the results as a new image. WARNING: before doing&lt;br/&gt;this I must normally tell imagelinker that the UTM is south (somehow&lt;br/&gt;OSSIM is not happy with the Southern Hemisphere). I do this in Edit -&gt;&lt;br/&gt;View.&lt;br/&gt;&lt;br/&gt;According to the manual the process should now be finished. However, I&lt;br/&gt;noticed that images produced in this way cannot be displayed correctly&lt;br/&gt;by, for example, OpenEV. I therefore do:&lt;br/&gt;&lt;br/&gt;orthoigen --utm image1.tif image2.tif  (where image1.tif would be the&lt;br/&gt;image saved by imagelinker)&lt;br/&gt;&lt;br/&gt;to get the metadata correctly written in the geotiff. However, even&lt;br/&gt;after this step, gdalinfo does not report South Hemisphere.&lt;br/&gt;&lt;br/&gt;The procedure with the aerial photos is different. The aerial photos&lt;br/&gt;are reported to have abot 4 m ground resolution. After some (not very&lt;br/&gt;lucky) experiments with reduced resolution datasets I used the full&lt;br/&gt;images, which cover only a tiny portion of the reference image:&lt;br/&gt;&lt;br/&gt;correl -m 0 -s 0 -c 0.85 -d 0.002 master.tif aerial.tif&lt;br/&gt;&lt;br/&gt;Notice that now the correlation coefficient is smaller. That was the&lt;br/&gt;only thing I had to do to make it work more or less acceptably. Modopt&lt;br/&gt;was used to optimize the model (polynomial). Errors in the aerial&lt;br/&gt;photos include severe local distortion near the edges (associated with&lt;br/&gt;traditional radial errors that could not be eliminated during the&lt;br/&gt;orthorectification) and some displacements of relative high peaks.&lt;br/&gt;Otherwise it was reasonably OK.&lt;br/&gt;&lt;br/&gt;My results until now can only be said to be very acceptable. They are&lt;br/&gt;not perfect, but I am working on it!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Regards,&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Hernán&lt;br/&gt;&lt;br/&gt;</description>
      <enclosure url="http://www.ossim.org/OSSIM/News/Entries/2008/9/4_Registration_Plugin_files/cia.jpg" length="155264" type="image/jpeg"/>
    </item>
    <item>
      <title>Palomino3D</title>
      <link>http://www.ossim.org/OSSIM/News/Entries/2008/2/15_Palomino3D.html</link>
      <guid isPermaLink="false">0b6846c3-248a-4053-9574-ded48872c6ee</guid>
      <pubDate>Fri, 15 Feb 2008 08:08:26 -0500</pubDate>
      <description>&lt;a href=&quot;http://www.ossim.org/OSSIM/News/Entries/2008/2/15_Palomino3D_files/palomino_20080130.jpg&quot;&gt;&lt;img src=&quot;http://www.ossim.org/OSSIM/News/Media/palomino_20080130.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:93px;&quot;/&gt;&lt;/a&gt;Jim Brooks has developed an excellent open source flight simulator based on &lt;a href=&quot;http://www.openscenegraph.org/&quot;&gt;OpenSceneGraph&lt;/a&gt;. &lt;a href=&quot;http://www.palomino3d.org/&quot;&gt; Palomino3D &lt;/a&gt;runs on Linux, FreeBSD, Mac and Windows.  Jim lives in Melbourne Florida and discovered that we were in the area as well.  After meeting for lunch Jim added ossimPlanet into his flight simulator.  Palomino 3D is written in C++ and uses the CMake build system to support multiple platforms.  We’ve added some of the &lt;a href=&quot;../Palomino.html&quot;&gt;screenshots&lt;/a&gt; to the gallery.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;../Palomino.html&quot;&gt;Palomino3D Screenshots&lt;/a&gt;</description>
      <enclosure url="http://www.ossim.org/OSSIM/News/Entries/2008/2/15_Palomino3D_files/palomino_20080130.jpg" length="101900" type="image/jpeg"/>
    </item>
    <item>
      <title>ossimPlanet 1.7.0</title>
      <link>http://www.ossim.org/OSSIM/News/Entries/2007/11/17_ossimPlanet_1.7.0.html</link>
      <guid isPermaLink="false">b1dbc746-305b-40c7-8719-75747876ce59</guid>
      <pubDate>Sat, 17 Nov 2007 17:55:33 -0500</pubDate>
      <description>&lt;a href=&quot;http://www.ossim.org/OSSIM/News/Entries/2007/11/17_ossimPlanet_1.7.0_files/NavyPier1.jpg&quot;&gt;&lt;img src=&quot;http://www.ossim.org/OSSIM/News/Media/NavyPier1.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:119px; height:91px;&quot;/&gt;&lt;/a&gt;Binary installers are now available for ossimPlanet 1.7.0.  This is the first release where we are supporting Windows XP installers in addition to the MacOSX versions.  Some of the added features in this version are:&lt;br/&gt;&lt;br/&gt; 3D Compass - an OSGeo compass for heading and tilt&lt;br/&gt; KML and KMZ report including 3D Collada Models&lt;br/&gt; Dramatically reduced CPU usage&lt;br/&gt; BigTiff support&lt;br/&gt; Full compliment of GDAL formats supported&lt;br/&gt; Improved WMS interfaces and dialogs&lt;br/&gt; Synchronization of Navigation, Data URLs, and OGC WMS sites between distributed planets&lt;br/&gt; New Router/Action mechanism for upcoming server support&lt;br/&gt; Support for Precision Lightworks 3D Urban Models&lt;br/&gt; Numerous maintenance fixes&lt;br/&gt; Plugin support for the Pixia NUI format&lt;br/&gt; Updated documentation&lt;br/&gt; Bundled installation for Windows and Mac&lt;br/&gt; Bundled global elevation, bathymetry, and blue marble NG backdrops in full install, executables only in minimal install&lt;br/&gt;&lt;br/&gt;Join the ossim mailing list and/or the #ossimplanet IRC channel at irc.freenode.net for more information.  Additional information at &lt;a href=&quot;http://www.ossim.org/&quot;&gt;http://www.ossim.org&lt;/a&gt; &lt;br/&gt;&lt;br/&gt;Downloads at &lt;a href=&quot;http://ossim.telascience.org/ossimdata&quot;&gt;http://ossim.telascience.org/ossimdata&lt;/a&gt; in the Windows and Mac subdirectories.</description>
      <enclosure url="http://www.ossim.org/OSSIM/News/Entries/2007/11/17_ossimPlanet_1.7.0_files/NavyPier1.jpg" length="145811" type="image/jpeg"/>
    </item>
    <item>
      <title>BigTiff support in OSSIM</title>
      <link>http://www.ossim.org/OSSIM/News/Entries/2007/10/12_BigTiff_support_in_OSSIM.html</link>
      <guid isPermaLink="false">9038114a-bfcf-4eaf-98de-63458e26b543</guid>
      <pubDate>Fri, 12 Oct 2007 10:58:00 -0400</pubDate>
      <description>&lt;a href=&quot;http://www.ossim.org/OSSIM/News/Entries/2007/10/12_BigTiff_support_in_OSSIM_files/Honolulu.jpg&quot;&gt;&lt;img src=&quot;http://www.ossim.org/OSSIM/News/Media/Honolulu.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:119px; height:91px;&quot;/&gt;&lt;/a&gt;BigTiff support is now available in the OSSIM baseline.  BigTiff is an extension to the tiff libraries that eliminates the 2 or 4 gig file system limit associated with tiff files.  Libtiff 4.0 now includes this support and the library has been integrated in to OSSIM.  Extensive testing has been performed on files up to 100 GB with OSSIM and ossimPlanet.  OSSIM can now build BigTiff files making it possible to mosaic large areas and output the product as a single large file.  Using the tiled multi-resolution structure supported by bigtiff, ossimPlanet can fly through terrabytes of linked imagery.</description>
      <enclosure url="http://www.ossim.org/OSSIM/News/Entries/2007/10/12_BigTiff_support_in_OSSIM_files/Honolulu.jpg" length="180859" type="image/jpeg"/>
    </item>
    <item>
      <title>Collada Models added</title>
      <link>http://www.ossim.org/OSSIM/News/Entries/2007/10/12_Collada_Models_added.html</link>
      <guid isPermaLink="false">2f34bae4-b260-4f91-80ab-b86fc8aa6c03</guid>
      <pubDate>Fri, 12 Oct 2007 10:53:18 -0400</pubDate>
      <description>&lt;a href=&quot;http://www.ossim.org/OSSIM/News/Entries/2007/10/12_Collada_Models_added_files/ChicagoModels.jpg&quot;&gt;&lt;img src=&quot;http://www.ossim.org/OSSIM/News/Media/ChicagoModels.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:119px; height:91px;&quot;/&gt;&lt;/a&gt;Improved kml and kmz support is now in ossimPlanet.  This includes the addition of Collada models from the Google Earth 3D warehouse.  Necessary software is now in the svn repository, planning on new binary packaging at the end of the month.  These models are supported through the Collada plugin in OpenSceneGraph 2.2.</description>
      <enclosure url="http://www.ossim.org/OSSIM/News/Entries/2007/10/12_Collada_Models_added_files/ChicagoModels.jpg" length="161607" type="image/jpeg"/>
    </item>
  </channel>
</rss>
