<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>What&#039;s new about OTB? &#187; News</title>
	<atom:link href="http://blog.orfeo-toolbox.org/category/news/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.orfeo-toolbox.org</link>
	<description>For the latest news on the Orfeo Toolbox</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:01:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Jpeg2000 and Pleiades data support in OTB</title>
		<link>http://blog.orfeo-toolbox.org/news/jpeg2000-and-pleiades-data-support-in-otb</link>
		<comments>http://blog.orfeo-toolbox.org/news/jpeg2000-and-pleiades-data-support-in-otb#comments</comments>
		<pubDate>Thu, 24 Nov 2011 16:21:00 +0000</pubDate>
		<dc:creator>Julien Michel</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Preview]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=763</guid>
		<description><![CDATA[With the Pleiades launch a few weeks ahead, there has been a lot of ongoing work from the OTB team to prepare for these new data. Since a lot of discussions happened off the list, either with phone meetings, or on other mailing lists (we will see later on why), and since we now have [...]]]></description>
			<content:encoded><![CDATA[<div>
<p id="internal-source-marker_0.3633089808281511" style="text-align: justify;" dir="ltr">With the <a href="http://www.cnes.fr/web/CNES-en/3236-pleiades.php">Pleiades</a> launch a few weeks ahead, there has been a lot of ongoing work from the OTB team to prepare for these new data. Since a lot of discussions happened off the list, either with phone meetings, or on other mailing lists (we will see later on why), and since we now have a comprehensive knowledge of what the support of Pleiades images in OTB will be, it is about time we explain it to users and developers.</p>
<h4 style="text-align: justify;" dir="ltr">Reminder on Pleiades images</h4>
<p style="text-align: justify;" dir="ltr">We will start with a reminder : Pleiades images will be available in Jpeg2000 format allowing a high compression rate, tiled in 2048&#215;2048 pixels, so a standard Pleiades image will contain a few hundreds of tiles. A typical Pleiades image size is 40 000 x 40 000 pixels (corresponding to a 20 km by 20 km area), and one of the standard product is a pan-sharpened one, which is a merge of the high resolution panchromatic and lower resolution multispectral imagery to create a single high resolution color image. These images would be very heavy without Jpeg2000 compression : for instance, if the Jpeg2000 file weights 1.7 Go, the decompressed file weights 7.3 Go. To decode those JPEG2000 files, there are a few commercial libraries, the most popular beeing <a href="http://www.kakadusoftware.com/">Kakadu</a>. There is also some open-source alternatives, among which <a href="http://code.google.com/p/openjpeg/">OpenJPEG</a> seems to be the most advanced. Of course, for Pleiades support in OTB, we need an open-source solution, even if <a href="http://www.gdal.org/">GDAL</a> can be compiled with a driver based on Kakadu (has to be the commercial version, not the trial one available for free under restrictions of use).</p>
</div>
<h4 style="text-align: justify;">Open-source <a href="http://en.wikipedia.org/wiki/JPEG_2000">JPEG 2000</a> implementation</h4>
<div>
<p style="text-align: justify;" dir="ltr">Back in 2007, the OTB people here at CNES already spotted OpenJPEG as the best open-source bet for JPEG2000 support in OTB. Since the library was missing some important features (like partial decoding and MCT support), they set-up a CNES contract with the CS Company in order to add these features to OpenJPEG. But when this contract was over, the new features were not integrated in OpenJPEG trunk but left on a side branch (the so-called v2), because nobody in OpenJPEG community had in-dept knowledge of what had been done in this new version. The development of the trunk went on with bug-fixes and enhancements, while the v2 branch did not evolve. In the meantime, we started a driver in OTB based on the v2 OpenJPEG version, but this was not a sustainable option, because the v2 was barely maintained. Thanks to its more advanced functionnalities, the v2 branch of OpenJPEG also received interest from other FOSS projects in need for advanced decoding capabilities, and got integrated in at least <a href="http://www.itk.org">ITK</a>, <a href="http://sourceforge.net/projects/gdcm">GDCM</a> and <a href="http://www.gdal.org">GDAL</a>.</p>
<p style="text-align: justify;" dir="ltr">Four months ago, we agreed with the OpenJPEG community that we needed to get the v2 merged with the OpenJPEG trunk. Mickaël Savinaud from the CS OTB team got involved into OpenJPEG development to get the merge between v2 and trunk done, and we now have a full-featured version of OpenJPEG in trunk thanks to his great work and to the support of the OpenJPEG community.</p>
<p style="text-align: justify;" dir="ltr">Now, it is time to face the truth : even with this new version, in terms of decoding performances, this state-of-the-art open-source software is way worse than Kakadu : decoding one tile is way slower than with Kakadu, and one tile of 2048&#215;2048 pixels is the atomic unit for decoding (i.e. if you need one pixel, you will still need to first decode the whole tile).</p>
<p style="text-align: justify;" dir="ltr">We looked into optimization : reducing file seeking, implementing some macroscopic code optimisation (mainly avoiding pessimisation) of the Tier1 part which is clearly identify as the performances bottleneck (see figure below with profiling reports using <a href="http://kcachegrind.sourceforge.net/html/Home.html">kcachegrind</a>). We made some clear progress, but the JPEG2000 standard is complex, and without knowledge of the big picture, we could not gain a lot.</p>
<div id="attachment_785" class="wp-caption aligncenter" style="width: 440px"><a href="http://blog.orfeo-toolbox.org/wp-content/uploads/2011/11/openjpeg_callgrind.png"><img class="size-large wp-image-785  " title="openjpeg_callgrind" src="http://blog.orfeo-toolbox.org/wp-content/uploads/2011/11/openjpeg_callgrind-1024x474.png" alt="" width="430" height="199" /></a><p class="wp-caption-text">KCachegrind representation of time percentage per functions</p></div>
<div style="text-align: justify;">
<h4 id="internal-source-marker_0.3633089808281511" dir="ltr">What does it mean for Pleiades data ?</h4>
</div>
<div style="text-align: justify;">
<p dir="ltr">It means that simply decoding a full Pleiades image at full resolution will take about 20 minutes on a decent i5 CPU with 4 Go of RAM, while the same image in standard TIF format would have taken 8 minutes and Kakadu takes only 4 minutes. Any OTB processing pipeline streaming the whole image will be limited by this decompression time. And we are not even talking of sub-sampling or estimating statistics at some point in the pipeline.</p>
<div>
<p id="internal-source-marker_0.3633089808281511" dir="ltr">Of course, we could tell our users to buy a Kakadu licence and compile GDAL with the Kakadu driver enabled, but we can not even tell them how much it will cost, and this is clearly in contradiction with the open-source philosophy of OTB. Still, this remains an option to get high performances JPEG2000 support in OTB, but you are on your own if you choose this solution.</p>
</div>
</div>
<div>
<p id="internal-source-marker_0.3633089808281511" style="text-align: justify;" dir="ltr">Now, what will it be possible to do using Pleiades data with the open-source solution OpenJPEG in OTB ?</p>
<ul style="text-align: justify;">
<li>
<p dir="ltr">On OTB side: No specific handling will be added. It is the responsibility of the developer to know that the JPEG2000 driver is not as fast as the other drivers. The developer has the possibility to easily select the appropriate resolution and accordingly set the size streamed region (to reduce the number of decoding operations).  Of course, metadata related to geometric and radiometric calibration will be supported through <a href="http://www.ossim.org/OSSIM/OSSIM_Home.html" target="_blank">OSSIM</a>. Moreover, we will support the GMLJP2 box included in the Pleiades to support geo-information in case of ortho-image products.</p>
</li>
<li>
<p dir="ltr">On applications side:</p>
</li>
<ul>
<li>
<p dir="ltr">We will provide an application able to convert a Pleiades image, either full or extract, from any JPEG2000 resolution, into another file format (like TIF for instance). Of course, one will need a lot of disk space to handle the decompressed data. Please note that this is not fully supported by Kakadu trial version, which decodes a maximum of 3 channels (and which use is restricted by the way),</p>
</li>
<li>
<p dir="ltr">All applications will support Pleiades images, but it will be highly recommended to first decompress the image to disk for reasonable performances and if more than one processing is to be executed on the image,</p>
</li>
</ul>
<li>
<p dir="ltr">On Monteverdi side:</p>
</li>
<ul>
<li>
<p dir="ltr">Pleiades images will open in a dedicated new type of data in Monteverdi interface, and the user will be able to select the resolution level for decoding,</p>
</li>
<li>
<p dir="ltr">The viewer module will accept this new type of data and we will be able to efficiently navigate within Pleiades images : fast quicklook computation due to JPEG2000 capabilities, instant navigation into a 4 tiles squared area thanks to caching, and quick-enough refresh when moving outside this cached area thanks to parallel tiles decoding. We expect the navigation experience to be quite good !</p>
</li>
<li>
<p dir="ltr">The extract ROI module will accept this new type of data and allow to select an extract of the image using the fast quicklook ability. Caching (which will decompress image to disk in TIF format) will be recommended (this behaviour might be extended to other modules later).</p>
</li>
<li>
<p dir="ltr">The writer module will accept this new type of data for conversion purposes.</p>
</li>
<li>
<p dir="ltr">All other modules will not accept this new type of data : to use them, the user will first have to use the extract ROI module which will produce a plain image type accepted by all modules. Caching will be recommended for this purpose.</p>
</li>
</ul>
</ul>
<h4 style="text-align: justify;" dir="ltr">Closing Thoughts</h4>
<p style="text-align: justify;" dir="ltr">We can hope that the widening use of JPEG2000 in spatial imagery will encourage the improvement of open-source JPEG2000 libraries performances. When and if this becomes available, you will be able to use those datasets in OTB seamlessly, as any other image.</p>
<p style="text-align: justify;" dir="ltr">Until then, we can look at the bright side :</p>
<p style="text-align: justify;" dir="ltr"><strong>OTB will provide an open-source and free access to Pleiades data for those not owning a commercial image processing software <strong> (please note that Gdal is looking into the new OpenJPEG version and might also support Pleiades through it in a near future)</strong>. </strong></p>
<p style="text-align: justify;" dir="ltr"><strong>OTB will provide an efficient solution for Pleiades data decompression and visualization. </strong></p>
<p style="text-align: justify;" dir="ltr"><strong>Last, the whole set of OTB processing remains fully available, at the expense of extra decoding time or once your Pleiades data have been decompressed to disk.</strong></p>
<p style="text-align: justify;" dir="ltr">This has also been a great experience of collaboration between open-source projects towards a common goal. We would like to thank again the members of the OpenJPEG community, as well as the OTB Team at CS for their great work !</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/jpeg2000-and-pleiades-data-support-in-otb/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OTB (Original, Tasty &amp; Beautiful) Cake !</title>
		<link>http://blog.orfeo-toolbox.org/news/otb-original-tasty-beautiful-cake</link>
		<comments>http://blog.orfeo-toolbox.org/news/otb-original-tasty-beautiful-cake#comments</comments>
		<pubDate>Wed, 21 Sep 2011 07:50:29 +0000</pubDate>
		<dc:creator>Julien Michel</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[cookbook]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=736</guid>
		<description><![CDATA[Some people can be talented in several domains. In addition to his good work with Orfeo ToolBox on a supervised method to enhance segmentation results for categories of objects of interest, our intern, Olivier Canévet, has proven many times to be a very good baker. When he started planning to bake an OTB cake, at [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Some people can be talented in several domains. In addition to his good work with Orfeo ToolBox on a supervised method to enhance segmentation results for categories of objects of interest, our intern, Olivier Canévet, has proven many times to be a very good baker. When he started planning to bake an OTB cake, at first we did not think he was serious. But with the end of his internship coming, he showed up one morning with this :</p>
<p><a href="http://blog.orfeo-toolbox.org/wp-content/uploads/2011/09/otb_cake.jpg"><img class="aligncenter size-full wp-image-737" title="otb_cake" src="http://blog.orfeo-toolbox.org/wp-content/uploads/2011/09/otb_cake.jpg" alt="" width="480" height="360" /></a></p>
<p style="text-align: justify;">It took him no less than 7 hours in two days to do it, including building the cake pan out of carton pieces. It is needless to say it took us far less time to eat it once cut, and we can assure you that this cake was as tasty as beautiful !</p>
<p>Cheers !</p>
<p>Julien Michel</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/otb-original-tasty-beautiful-cake/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orfeo Toolbox selected for ESA SOCIS</title>
		<link>http://blog.orfeo-toolbox.org/news/orfeo-toolbox-selected-for-esa-socis</link>
		<comments>http://blog.orfeo-toolbox.org/news/orfeo-toolbox-selected-for-esa-socis#comments</comments>
		<pubDate>Wed, 20 Jul 2011 07:55:57 +0000</pubDate>
		<dc:creator>Julien Malik</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[contribute]]></category>
		<category><![CDATA[OTB]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=611</guid>
		<description><![CDATA[Inspired by the Google initiative and their GSoC, ESA has launched their Summer of Code in Space. The idea is more or less the same as for the GSoC : ESA selects open source projects as mentoring organizations, and propose to pay students a very decent amount of money to work on those open source [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by the Google initiative and their <a href="http://code.google.com/soc/">GSoC</a>, <a href="http://www.esa.int">ESA</a> has launched their <a href="http://sophia.estec.esa.int/socis2011/">Summer of Code in Space</a>.</p>
<p>The idea is more or less the same as for the GSoC : ESA selects open source projects as mentoring organizations, and propose to pay students a very decent amount of money to work on those open source projects during a few months in the summer.</p>
<p>Students have the opportunity to work on fun projects during the summer, and in the end they can add an interesting experience to their resume.</p>
<p>The list of mentoring organizations selected by ESA can be seen <a href="http://sophia.estec.esa.int/socis2011/?q=node/13">here</a>. As you can see, <a href="http://www.orfeo-toolbox.org/otb/">Orfeo Toolbox</a> is selected for this pilot year !</p>
<p>An ideas list for this program has been compiled <a href="http://wiki.orfeo-toolbox.org/index.php/ESA_SOCIS_2011">here</a>, so students can start applying by picking up ideas from there. Of course, any other project which improves the library will be welcome, as long as we have the opportunity to <a href="http://groups.google.com/group/otb-developers">discuss it</a> before the application.</p>
<p>This year being a pilot year, the schedule is very tight, and students must apply before the 27th of July.</p>
<p>Students : we are looking forward to <a href="http://groups.google.com/group/otb-developers">hearing from you</a> soon !</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/orfeo-toolbox-selected-for-esa-socis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OTB 3.10 and Monteverdi 1.8 Release Candidate ready for testing!</title>
		<link>http://blog.orfeo-toolbox.org/uncategorized/otb-3-10-and-monteverdi-1-8-release-candidate-ready-for-testing</link>
		<comments>http://blog.orfeo-toolbox.org/uncategorized/otb-3-10-and-monteverdi-1-8-release-candidate-ready-for-testing#comments</comments>
		<pubDate>Fri, 17 Jun 2011 08:47:25 +0000</pubDate>
		<dc:creator>Manuel Grizonnet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[orfeo]]></category>
		<category><![CDATA[OTB]]></category>
		<category><![CDATA[release candidate]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=548</guid>
		<description><![CDATA[Dear all, CNES is  happy to announce that the Orfeo ToolBox has entered the release candidate stage. The packages for the stable 3.10 release will be available at the end of June. It will coincide with the fifth anniversary of the Orfeo ToolBox library (the release 1.0 was done the 06/30 2006!). The packages for [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>CNES is  happy to announce that the Orfeo ToolBox has entered the release candidate stage. The packages for the stable 3.10 release will be available at the end of June. It will coincide with the fifth anniversary of the Orfeo ToolBox library (the release 1.0 was done the 06/30 2006!).</p>
<p>The packages for OTB (Library 3.10, Applications 3.10, Monteverdi 1.8 and Wrapping 1.6) Release Candidate 1 are available here:<a href="http://www.orfeo-toolbox.org/packages/OrfeoToolbox-3.10.0-rc1.tgz"></a></p>
<ul>
<li><a href="http://www.orfeo-toolbox.org/packages/OrfeoToolbox-3.10.0-RC1.tgz" target="_blank">http://www.orfeo-toolbox.org/packages/OrfeoToolbox-3.10.0-RC1.tgz</a></li>
<li><a href="http://www.orfeo-toolbox.org/packages/Orfeo-Applications-3.10.0-RC1.tgz" target="_blank">http://www.orfeo-toolbox.org/packages/Orfeo-Applications-3.10.0-RC1.tgz</a></li>
<li><a href="http://www.orfeo-toolbox.org/packages/Monteverdi-1.8.0-RC1.tgz" target="_blank">http://www.orfeo-toolbox.org/packages/Monteverdi-1.8.0-RC1.tgz</a></li>
<li><a href="http://www.orfeo-toolbox.org/packages/OTB-Wrapping-1.6.0-RC1.tgz" target="_blank">http://www.orfeo-toolbox.org/packages/OTB-Wrapping-1.6.0-RC1.tgz</a></li>
</ul>
<p>For MS-Windows users, there are also a binary auto-install packages available for Monterverdi (<a href="http://orfeo-toolbox.org/packages/Monteverdi-1.8.0-RC1-win32.exe" target="_blank">here</a>), OTB-Applications (<a href="http://www.orfeo-toolbox.org/packages/OTB-Applications-3.10.0-RC1-win32.exe" target="_blank">here</a>) and OTB-Wrapping (<a href="http://orfeo-toolbox.org/packages/OTB-Wrapping-1.6.0-RC1-win32.exe" target="_blank">here</a>) !</p>
<p>If you feel like it, you can download them and test the install procedure. Any feedback will be warmly welcomed! There are lots of new features in this release!  The list of new main add-ons is available <a href="http://hg.orfeo-toolbox.org/OTB/file/07e6a90f02a7/RELEASE_NOTES.txt">here</a>.</p>
<p>There are exciting new stuffs in all corners of the library. New functionnalities include among other things :</p>
<ul>
<li>A new multi-image supervised classification suite in OTB-Applications described <a href="http://wiki.orfeo-toolbox.org/index.php/Classification_chain" target="_blank">here</a>.</li>
<li>An application to perform segmentation based on connected components and object based image analysis (see description <a href="http://wiki.orfeo-toolbox.org/index.php/Connected_component_segmentation_module" target="_blank">here</a>)</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" title="input_image" src="http://wiki.orfeo-toolbox.org/upload/f/ff/Round_example_relabeling.jpg" alt="" width="528" height="347" /></p>
<ul>
<li>A framework for cartographic database creation and validation based on the fusion of features in the framework of Dempster-Shafer evidence theory (see description <a href="http://wiki.orfeo-toolbox.org/index.php/CartographicDBValidation" target="_blank">here</a>)</li>
</ul>
<p>The Monteverdi application is now composed of <a href="http://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker%27s_Guide_to_the_Galaxy#Answer_to_the_Ultimate_Question_of_Life.2C_the_Universe.2C_and_Everything_.2842.29" target="_blank">42</a> modules and there are 42+1 applications in OTB-Applications!</p>
<p>The OTB development team also initiated, in addition to the OTB software guide, a guide for OTB-Applications and Monteverdi, dedicated to non-developers.  This guide is composed of a brief tour of OTB-Applications and  Monteverdi, followed by a set of recipes to perform usual remote sensing  tasks with both tools. A first version is already available <a href="http://orfeo-toolbox.org/packages/nightly/latest/CookBook.pdf" target="_blank">here</a>.</p>
<p>Please feel free to send your comments, reviews or contributions!</p>
<p>Best regards,</p>
<p>Manuel GRIZONNET, on behalf of OTB development  team.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/uncategorized/otb-3-10-and-monteverdi-1-8-release-candidate-ready-for-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>North-South cooperations with the Orfeo Toolbox : Pragmatic remote sensing in Madagascar</title>
		<link>http://blog.orfeo-toolbox.org/news/north-south-cooperations-with-the-orfeo-toolbox-pragmatic-remote-sensing-in-madagascar</link>
		<comments>http://blog.orfeo-toolbox.org/news/north-south-cooperations-with-the-orfeo-toolbox-pragmatic-remote-sensing-in-madagascar#comments</comments>
		<pubDate>Mon, 06 Dec 2010 19:08:16 +0000</pubDate>
		<dc:creator>Manuel Grizonnet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cooperation]]></category>
		<category><![CDATA[Monteverdi]]></category>
		<category><![CDATA[OTB]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=502</guid>
		<description><![CDATA[The OTB library and the interactive software Monteverdi were at the center of a workshop organized by the National Committee of Remote Sensing of Madagascar from November 17th to 20th, 2010. The French Space Agency (CNES) in collaboration with the French Institute for Research and Development are helping to the development of the use of [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } -->The OTB library and the interactive software Monteverdi were at the center of a workshop organized by the National Committee of Remote Sensing of Madagascar from November 17th to 20th, 2010.</p>
<p>The French Space Agency (CNES) in collaboration with the French Institute for Research and Development are helping to the development of the use of remote sensing data by getting access to images (Spot) but also by providing tools to manipulate these data.</p>
<p>In 2009, for the first course in Antananarivo, Monteverdi was developed. The software is based on OTB and gives access to lots of functionalities through an interactive and modular structure. It gets access to a wide variety of technical modules and takes advantage of streaming and multi-threading capabilities of the library. We received a lot of interesting feedback after the course, requests for the implementation of new functionalities grew steadily and so the development of Monteverdi continued during 2010.</p>
<p>On the other hand, Monteverdi is a “young” software which could be improved but it is a step to help the development of a pragmatic and interactive tool to manage the use of remote sensing data. A tutorial was just organised on this subject at the <a href="http://www.igarss2010.org/" target="_blank">IGARSS</a> conference in 2010 in Honolulu.</p>
<p>The second course in Antananarivo, two weeks ago, was the occasion to capitalize on concepts learnt in 2009 and was also the occasion to present new functionalities developed during the last 12 months. The courses covered a large scope of the main remote sensing processes available in Monteverdi. From basic operations to the practical use of the <a href="http://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech19.html#x46-28000019" target="_blank">Change detection framework</a> or of the optical calibration module based on the radiative transfer code <a href="http://6s.ltdri.org/" target="_blank">6S</a>.</p>
<p>One  more time Monteverdi proves its abilities as a support for technical courses because it can cover a large scope of the principal tasks needed by a user of remote sensing data. From geometric processing like the orthorectification module to Feature extraction, segmentation or supervised classification.</p>
<p>It also appears that some new modules added in 2010 get a lot of success and are a progress in the right direction. For example, the <a href="http://blog.orfeo-toolbox.org/preview/band-math" target="_blank">Band Math module</a> which allows to perform generic mathematical operations between image layers.</p>
<p>Moreover, this kind of tutorials are also an excellent way to get immediate feedbacks and reactions  about the software and to get a direct interaction with end users:</p>
<p><em>-Is there a module to perform Object based classification in Monteverdi ( notably for VHR data)? YES, have a look to the Object labeling module</em></p>
<p><a href="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/12/maur_classif_context.png"><img class="alignnone size-medium wp-image-504" title="maur_classif_context" src="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/12/maur_classif_context-300x300.png" alt="" width="300" height="300" /></a></p>
<p><em>-Is it possible to save/load process chain in Monteverdi? For now no, but we will work on it&#8230;</em></p>
<p><em>-Is it possible to apply a process to a masked region of the input image?</em></p>
<p><em>-Is it possible to remove results from the data tree in Monteverdi? NO (but it is feasible)</em></p>
<p>The vast majority  of students&#8217; questions or problems often point out really interesting feature requests and as a consequence are the beginning of the roadmap of the software.</p>
<p>There are also more general questions about the software:</p>
<p><em>-How to increase the ergonomy and the user experience of Monteverdi?</em></p>
<p><em>-How can we generalize the integration in Monteverdi of existing OTB filters for non developers?</em></p>
<p><em>-How to achieve a seamless integration and collaboration between OTB and existing Open Source tools?</em></p>
<p>One more time the course was also a proof of the value of Open Source principles: for example the combination of Open Data over Madagascar available through the Open Street Map project and open source software able to use it efficiently like Monteverdi.</p>
<p>The idea is not to believe in a &#8220;techno-utopia&#8221; where information technology could eliminate poverty and inverse difficult solutions. Information technology and Open Source software increase capabilities but are dependent on the fact that they need users which are ready and able to use them.</p>
<p style="text-align: justify;">I hope that this event was as much as valuable for the students that it was fot me and for the future of OTB.</p>
<p>Soon a “Coming next” article about recent improvements in the collaboration between OTB and Quantum GIS&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/north-south-cooperations-with-the-orfeo-toolbox-pragmatic-remote-sensing-in-madagascar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release of OTB 3.6 and Monteverdi 1.4 and new otb-developers mailing list</title>
		<link>http://blog.orfeo-toolbox.org/news/release-of-otb-3-6-and-monteverdi-1-4-and-new-otb-developers-mailing-list</link>
		<comments>http://blog.orfeo-toolbox.org/news/release-of-otb-3-6-and-monteverdi-1-4-and-new-otb-developers-mailing-list#comments</comments>
		<pubDate>Thu, 07 Oct 2010 17:53:25 +0000</pubDate>
		<dc:creator>Manuel Grizonnet</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=467</guid>
		<description><![CDATA[We are happy to announce a new OTB release. This is version 3.6, code name &#8221; California Dreamin&#8217; &#8220;. Simultaneously, we are releasing the new stable version of Monteverdi, the all-in one user-friendly graphical tool for remote sensing image processing and also a new release of OTB-Applications and OTB-Wrapping projects. There are lots of exciting [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce a new OTB release. This is version 3.6, code name &#8221; California Dreamin&#8217; &#8220;.</p>
<p>Simultaneously, we are releasing the new stable version of Monteverdi, the all-in one user-friendly graphical tool for remote sensing image processing and also a new release of OTB-Applications and OTB-Wrapping projects.</p>
<p>There are lots of exciting new features in this release!</p>
<p>These are the new main add-ons to the library:</p>
<ul>
<li>Add filter to perform arbitrary mathematical operation on image bands (BandMathImageFilter)</li>
<li>Add class to parse mathematical expression (Parser)Add interpolation function (BCOInterpolateImageFunction)</li>
<li>Add filter to compute the intensity of a complex image (ComplexToIntensityImageFilter)</li>
<li>Add filter to compare two big images (StreamingCompareImageFilter)</li>
<li>Add filters to compute extrema of big images (StreamingMinMaxImageFilter and StreamingMinMaxVectorImageFilter)</li>
<li>Add filter to perform fine registration between images (FineRegistrationImageFilter)</li>
<li>Add filter for higher order texture computation (ScalarImageToHigherOrderTexturesFilter and MaskedScalarImageToGreyLevelRunLengthMatrixGenerator)</li>
<li>Removal of the old textures: http://wiki.orfeo-toolbox.org/index.php/Textures</li>
<li>Add support for Worldview2 data</li>
<li>Add margin sampler for SVM (SVMMarginSampler)</li>
<li>Add generic resample filter that reproject in any arbitrary projection: cartographic, sensor model (GenericRSResampleImageFilter)</li>
<li>Add class to produce a RPC model from a physical model (PhysicalToRPCSensorModelImageFilter)</li>
<li>Add classes related to SAR calibration (SarParametricMapFunction, SarRadiometricCalibrationFunction, SarRadiometricCalibrationFunctor, SarRadiometricCalibrationToImageFilter)</li>
<li>Add an action handler for the visualization enabling dragging (DragFullWindowActionHandler)</li>
</ul>
<p>To the system:</p>
<ul>
<li>Internal ITK updated to 3.20.0 + OTB Patches</li>
<li>Internal OSSIM and ossim plugins updated to svn revision 18162 + OTB patches (almost none left)</li>
<li>Enable the use of an external build of libLAS</li>
<li>Support compilation on MSVC 2010 and Windows Seven</li>
<li>Better handling of FLTK configuration</li>
<li>Support compilation of Monteverdi on linux 32 bits systems with official FLTK package</li>
<li>Lots of coverage improvements</li>
</ul>
<p>The Monteverdi application includes new modules:</p>
<ul>
<li>New Vectorization module: creates vector data (polygons, lines and points) from image</li>
<li>New BandMath module: mathematical operation on image bands</li>
<li>New SpectralViewer module: designed to display hyperspectral images. also computes spectral angle</li>
<li>New ObjectLabeling module: object based image analysis module, with SVM classification based on object features</li>
<li>New Fine Correlation module</li>
</ul>
<p>The OTB-Applications package provide new useful command line tools:</p>
<ul>
<li>otbFastOrthoRectif: fast orthorectification based on grid subsampling</li>
<li>otbActiveLearning: architecture to enable active learning application (put your own algorithms in the middle)</li>
<li>otbCompareImages: image comparison (PSNR, RMSE&#8230;)</li>
<li><a href="http://blog.orfeo-toolbox.org/preview/coming-next-fine-registration">otbFineRegistration</a>: perform displacement estimation using the standard correlation metric between 2 images</li>
</ul>
<p>A new release of the OTB-Wrapping project which allows to use OTB classes with other languages (Java and Python for now).</p>
<p>The complete list of new main add-ons is available <a href="http://hg.orfeo-toolbox.org/OTB/file/bab4b85fd37b/RELEASE_NOTES.txt" target="_blank">here</a>.</p>
<p>For MS-Windows users (XP/Vista/Seven) there are binary auto-install packages for both <a href="http://sourceforge.net/projects/orfeo-toolbox/files/Monteverdi/Monteverdi-1.4.0-win32.exe/download">Monteverdi</a> and <a href="http://sourceforge.net/projects/orfeo-toolbox/files/orfeo-toolbox/OTB-3.6/OTB-Applications-3.6.0-win32.exe/download" target="_blank">OTB-Applications</a>.</p>
<p>The <a href="http://www.orfeo-toolbox.org/packages/OTBSoftwareGuide.pdf" target="_blank">OTB Software Guide</a> has also been updated and is now 702 pages long.</p>
<p>As usual, you can download the source code and the binary packages from <a href="http://sourceforge.net/projects/orfeo-toolbox/" target="_blank">Source Forge</a>. Follow <a href="https://sourceforge.net/projects/orfeo-toolbox/files/orfeo-toolbox/OTB-3.6/" target="_blank">this link</a> for OTB and <a href="https://sourceforge.net/projects/orfeo-toolbox/files/Monteverdi/" target="_blank">this link</a> for Monteverdi.</p>
<p>Finally, we announce the opening of a new public English-speaking mailing list intended for OTB developers. All discussions related to the development activities, dashboard housekeeping, features to integrate and software architecture will now be held there. Please feel free to subscribe to the <a href="http://groups.google.com/group/otb-developers" target="_blank">otb-developers mailing list</a> and get involve into developing the Orfeo ToolBox!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/release-of-otb-3-6-and-monteverdi-1-4-and-new-otb-developers-mailing-list/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The new OTB Live DVD 3.4 is out!</title>
		<link>http://blog.orfeo-toolbox.org/news/the-new-otb-live-dvd-3-4-is-out</link>
		<comments>http://blog.orfeo-toolbox.org/news/the-new-otb-live-dvd-3-4-is-out#comments</comments>
		<pubDate>Tue, 27 Jul 2010 06:32:40 +0000</pubDate>
		<dc:creator>Manuel Grizonnet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Live DVD]]></category>
		<category><![CDATA[OTB]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=405</guid>
		<description><![CDATA[The new OTB live DVD is out! On the program is the brand new OTB 3.4 (which came out 2 weeks ago) with the last Xubuntu 10.4. It&#8217;s just as usual: download it from http://www.orfeo-toolbox.org/otblive/, burn it on a DVD, put it on a computer and restart (or launch directly  the iso file in a virtual [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>The new OTB live DVD is out! On the program is the brand new OTB 3.4 (which came out 2 weeks ago) with the last Xubuntu 10.4.</p>
<p>It&#8217;s just as usual: download it from <a title="OTB Live CD" href="http://www.orfeo-toolbox.org/otblive/" target="_blank">http://www.orfeo-toolbox.org/otblive/</a>, burn it on a DVD, put it on a computer and restart (or launch directly  the iso file in a virtual host application like <a href="http://www.virtualbox.org/">VirtualBox</a> for example). A DVD is now required to contain the OTB library and all the associated projects (Monteverdi and OTB-Wrapping).</p>
<p>This is the screen you should get:</p>
<p><a href="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/07/Screenshot_Desktop_LiveDVD.png"><img class="alignnone size-medium wp-image-409" title="Screenshot_Desktop_LiveDVD" src="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/07/Screenshot_Desktop_LiveDVD-300x187.png" alt="" width="300" height="187" /></a></p>
<p>To help you get started with OTB, follow the guide on the help page:</p>
<div>
<dl id="attachment_71">
<dt><a href="http://blog.orfeo-toolbox.org/wp-content/uploads/2008/11/otblive26-snapshot2.png"><img title="OTB live CD - Help" src="http://blog.orfeo-toolbox.org/wp-content/uploads/2008/11/otblive26-snapshot2-300x225.png" alt="OTB live CD, help page" width="300" height="225" /></a></dt>
<dd>OTB live DVD, help page</dd>
</dl>
</div>
<p>You can also try the Monteverdi application or numerous OTB-applications directly out of the box:</p>
<div>
<dl id="attachment_72">
<dt><a href="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/07/Screenshotmonteverdilive.png"><img class="alignnone size-medium wp-image-410" title="Screenshot_Monteverdi_Viewer_LiveDVD" src="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/07/Screenshotmonteverdilive-300x234.png" alt="" width="300" height="234" /></a></dt>
<dd>OTB live DVD, example of the Monteverdi application Viewer module</dd>
</dl>
</div>
<p>You can also use the OTB-Python binding which are available through the OTB-Wrapping project. Just open a terminal and run the command <strong>python.</strong></p>
<p><strong></strong>You can find detailed examples of OTB Python source code in the <a href="http://www.orfeo-toolbox.org/otb/documentation">Software Guide</a> or have a look to a <a href="http://blog.orfeo-toolbox.org/uncategorized/otb-mad-lab">previous post</a> which put the emphasize on the powerfulness of the combination of OTB Python bindings and other open source Python project like <a href="http://www.scipy.org/PyLab">PyLab</a>. All these examples are ready to use in the last OTB Live DVD.</p>
<p>We hope that the new version is adapted as much as possible and will suit your requirements. Don&#8217;t hesitate if you&#8217;ve got suggestions or contributions about the project.</p>
<p>Give it a try!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/the-new-otb-live-dvd-3-4-is-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OTB 3.4 and Monteverdi 1.2 are now available</title>
		<link>http://blog.orfeo-toolbox.org/news/otb-3-4-and-monteverdi-1-2-are-now-available</link>
		<comments>http://blog.orfeo-toolbox.org/news/otb-3-4-and-monteverdi-1-2-are-now-available#comments</comments>
		<pubDate>Tue, 13 Jul 2010 11:22:24 +0000</pubDate>
		<dc:creator>Manuel Grizonnet</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=385</guid>
		<description><![CDATA[We are happy to announce a new OTB release. This is version 3.4, code name Perl A Rebours. Simultaneously, we are releasing a new release of Monteverdi and the first stable version of the OTB-Wrapping project wich allows to use OTB classes with other languages (Java and Python for now). These are the new main [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce a new OTB release.  This is version 3.4, code name <strong>Perl A Rebours</strong>. Simultaneously, we are releasing a new release of Monteverdi and the first stable version of the OTB-Wrapping project wich allows to use OTB classes<br />
with other languages (Java and Python for now).</p>
<p>These are the new main add-ons to the library:</p>
<ul>
<li>Produce hill shade image from DEM (HillShadingFilter)</li>
</ul>
<ul>
<li> Compute point set density function (gaussian, epanechnikov)</li>
</ul>
<ul>
<li> Extract a subset from a point set (PointSetExtractROI)</li>
</ul>
<ul>
<li> Apply a transform to a point set (TransformPointSetFilter)</li>
</ul>
<ul>
<li> Generate a random point set (RandomPointSetSource)</li>
</ul>
<ul>
<li> Compute confusion matrix (ConfusionMatrixCalculator)</li>
</ul>
<ul>
<li> Generate a list of samples from a vector data (ListSampleGenerator)</li>
</ul>
<ul>
<li> Compute the ground spacing (GroundSpacingImageFunction)</li>
</ul>
<ul>
<li> Read 6S spectral sensitivity files (SpectralSensitivityReader)</li>
</ul>
<ul>
<li>Improvement in computation of Haralick Texture coefficients (ScalarImageToTexturesFilter, ScalarImageToAdvancedTexturesFilter)</li>
</ul>
<p>Monteverdi application includes new  modules for region of Interest extraction, export image to Google Earth and a new module to perform supervised classification (Experimental).</p>
<p>Monteverdi can be considered ad the successor of the OTB-Applications package, but since some of the legacy applications are not yet integrated in Monteverdi, we are also shipping a 3.4 version of the applications. Moreover OTB-Applications provide also useful command line tools (otbConvert, otbConcatenateImage, otbSplitImage,otbExtractROI, otbConvertSensorToGeoPoint&#8230;)</p>
<p>For MS-Windows users (XP/Vista/Seven) there are binary auto-install packages for both <a href="https://sourceforge.net/projects/orfeo-toolbox/files/Monteverdi/Monteverdi-1.2.0-win32.exe/download">Monteverdi</a> and <a href="https://sourceforge.net/projects/orfeo-toolbox/files/orfeo-toolbox/OTB-3.4/OTB-Applications-3.4.0-win32.exe/download">OTB-Applications</a>.</p>
<p>The <a href="http://www.orfeo-toolbox.org/packages/OTBSoftwareGuide.pdf">OTB Software Guide</a> has also been updated and is now 702 pages long.</p>
<p>As usual, you can download the source code and the binary packages from <a href="http://sourceforge.net/projects/orfeo-toolbox/">Source Forge</a>. Follow <a href="https://sourceforge.net/projects/orfeo-toolbox/files/orfeo-toolbox/OTB-3.4/">this link</a> for OTB and <a href="https://sourceforge.net/projects/orfeo-toolbox/files/Monteverdi/">this link</a> for Monteverdi.</p>
<p>Don&#8217;t forget for those who will be attending IGARSS 2010 (July 25-30 in Honolulu) may be interested in the following tutorial:</p>
<p>&#8220;HD-2: Pragmatic Remote Sensing: A Hands-on Approach to Processing&#8221;</p>
<p>It will be given on Sunday, July 25, 08:30 &#8211; 12:30 and will present in detail the different steps of a general remote sensing image processing chain. Monteverdi will be used for the work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/otb-3-4-and-monteverdi-1-2-are-now-available/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Monteverdi Screencasts</title>
		<link>http://blog.orfeo-toolbox.org/news/monteverdi-screencasts</link>
		<comments>http://blog.orfeo-toolbox.org/news/monteverdi-screencasts#comments</comments>
		<pubDate>Mon, 26 Apr 2010 07:58:23 +0000</pubDate>
		<dc:creator>Manuel Grizonnet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Monteverdi]]></category>
		<category><![CDATA[screencasts]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=327</guid>
		<description><![CDATA[Since the release of Monteverdi (front end application which provides interactive access to OTB functions), there are lots of requests for documentation or tutorials on modules available, how the application can respond to specific problems, etc. Concerning the OTB library, there is a comprehensive guide which comprises about 700 pages (html and pdf), detailing the [...]]]></description>
			<content:encoded><![CDATA[<p>Since the release of <a href="http://blog.orfeo-toolbox.org/monteverdi" target="_blank">Monteverdi</a> (front end application which provides interactive access to OTB functions), there are lots of requests for documentation or tutorials on modules available, how the application can respond to specific problems, etc. Concerning the OTB library, there is a comprehensive guide which comprises about 700 pages (<a href="http://www.orfeo-toolbox.org/SoftwareGuide/">html</a> and <a href="http://www.orfeo-toolbox.org/packages/OTBSoftwareGuide.pdf">pdf</a>), detailing the steps to install OTB and use it but the same document for Monteverdi does not exist for now (you can imagine the effort required to assemble such a guide!).</p>
<p>As a consequence, the OTB Dev Team provides now materials which will demonstrate the software features in an interactive and didactic way.</p>
<p>Firstly, we now make available the slides used during  technical courses which give a complete overview of Monteverdi throught a tutorial which details available components.</p>
<p>Furthermore, the OTB Dev Team provides also screencasts which detail the way to construct interactive OTB process in the application.</p>
<p>Monteverdi provides a complete and operational environment to build interactively your own processes. This application takes transparently advantage of streaming and multi threading capacibilities of the Orfeo Toolbox pipeline. These tutorials will guide users to get a quick and operationnal description of the OTB/Monteverdi architecture and demonstrations of functionalities available for now.</p>
<p>These are first version of screencasts, lot&#8217;s of thing could be improve (for example, for now only the french version of the tutorials are available). Do not hesitate to give us feedbacks about them.</p>
<p>You can find direct link to <a href="http://www.orfeo-toolbox.org/otb/success-stories/64-sliedsotbmonteverdi.html">OTB/Monteverdi slides</a>.</p>
<p>You can find more details about the Monteverdi application and direct links to the <a href="http://www.orfeo-toolbox.org/otb/monteverdi.html" target="_blank">Monteverdi screencasts</a>.</p>
<p>And stay tuned on the <a href="http://www.youtube.com/user/grizonnetm" target="_blank">Orfeo Toolbox Channel</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/monteverdi-screencasts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the rise</title>
		<link>http://blog.orfeo-toolbox.org/news/on-the-rise</link>
		<comments>http://blog.orfeo-toolbox.org/news/on-the-rise#comments</comments>
		<pubDate>Thu, 08 Apr 2010 14:21:43 +0000</pubDate>
		<dc:creator>Emmanuel Christophe</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[mailing list]]></category>

		<guid isPermaLink="false">http://blog.orfeo-toolbox.org/?p=332</guid>
		<description><![CDATA[Here is a graph that shows the activity on the OTB users mailing list in the last 4 years. In blue, the number of registered users and in red, the number of mails per month. The number of users is growing very regularly (and that&#8217;s good!), the activity is not so regular (the drop for [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a graph that shows the activity on the <a href="http://groups.google.com/group/otb-users/">OTB users mailing list </a> in the last 4 years. In blue, the number of registered users and in red, the number of mails per month.</p>
<p><a href="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/04/mailinglist.png"><img class="aligncenter size-full wp-image-334" title="mailinglist" src="http://blog.orfeo-toolbox.org/wp-content/uploads/2010/04/mailinglist.png" alt="OTB mailing list from 2006 to 2010" width="504" height="397" /></a></p>
<p>The number of users is growing very regularly (and that&#8217;s good!), the activity is not so regular (the drop for the summer and Christmas holidays are clearly visible), but overall, the increase in activity is obvious.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.orfeo-toolbox.org/news/on-the-rise/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

