<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.14">
<TITLE>3d Stereo Imaging the open source way. (OSSIM, OpenSceneGraph, GRASS)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hey folks,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">At last nights meeting interest was brought up concerning 3d stereo imaging using open source solutions. So why not research it a bit. If you can contribute comment please feel free.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Well I started this search at OSSIM, cause, well it made sense. For more info on the project check out: </FONT><A HREF="http://www.ossim.org/OSSIM/Welcome.html"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">http://www.ossim.org/OSSIM/Welcome.html</FONT></U></A></P>

<P><FONT SIZE=2 FACE="Arial">These folks are mainly interested in imagery and image maipulation wihtin a geomatics context.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Next I searched for Open Source and various keywords with 3d imaging, stereo imaging and the like.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Well journal articles are always exciting and boring at the same time. But one in particular jumped out that looked like it might be a similar application of what we discussed.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Check out&nbsp; The article &quot;</FONT> <FONT SIZE=5 FACE="Times New Roman">Interactive Stereo Electron Microscopy Enhanced with Virtual Reality</FONT><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &quot;&nbsp; here: </FONT><A HREF="http://www-vis.lbl.gov/Publications/2002/LBNL-48336-StereoEM.pdf"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">http://www-vis.lbl.gov/Publications/2002/LBNL-48336-StereoEM.pdf</FONT></U></A></P>

<P><FONT SIZE=2 FACE="Arial">So if you take the principles here and replace the exlectron microscope imagery with stereo air photos you may achieve the same benefits. Notice how the images look like that red and blue cartoon outlines we used to find in shredy boxes with the funky glasses. Basicaly it interlaces the two images (form my understanding)</FONT></P>

<P><FONT SIZE=2 FACE="Arial">So what software did they use?... Well they reference a project called</FONT> <FONT FACE="Arial">OpenRM</FONT><FONT FACE="Arial">. Check out the overview of the project here: </FONT><A HREF="http://www.openrm.org/overview.shtml"><U><FONT COLOR="#0000FF" FACE="Arial">http://www.openrm.org/overview.shtml</FONT></U></A></P>

<P><FONT FACE="Arial">Now I'll have to research this feature more but they mention:</FONT>

<BR><FONT FACE="Arial">*</FONT> <FONT FACE="Arial">Support for binocular analglyph and multibuffered stereo. </FONT>
</P>

<P><FONT FACE="Arial">Now before you download OpenRM and expect results, notice this is a libray and API&#8230; it is NOT an application.</FONT>
</P>

<P><FONT FACE="Arial">So what do we use to exploit the library?.... Well Check out Open Scene Graph at: </FONT><A HREF="http://www.openscenegraph.org/"><U><FONT COLOR="#0000FF" FACE="Arial">http://www.openscenegraph.org/</FONT></U></A>
</P>

<P><FONT FACE="Arial">And is it also coincidence that OSSIM uses open scene graph? Which brings us back to the circle.</FONT>
</P>

<P><FONT FACE="Arial">So now you have a 3d stereo imaging library, a graphical environment and a geomatics package.</FONT>
</P>

<P><FONT FACE="Arial">Now how close is this to production quality.&nbsp;&nbsp; No idea, but it would be interesting to hear how people fare by piecing it together.</FONT></P>

<P><FONT FACE="Arial">Any missing pieces of the puzzle or other alternatives would probably help answer the original question.</FONT>
</P>

<P><FONT FACE="Arial">Now another option is using GRASS and their stereo package. It is unmaintained since 1998 but might be a good starting point if another stereo project starts up. The source is still available.</FONT></P>

<P><FONT FACE="Arial">Check out this small tutorial for a run through. Not sure if this is eaxactly what we want but might be interesting.</FONT>

<BR><FONT FACE="Arial">Check it out: </FONT><A HREF="http://grass.itc.it/gdp/stereo-grass/index.html"><U><FONT COLOR="#0000FF" FACE="Arial">http://grass.itc.it/gdp/stereo-grass/index.html</FONT></U></A>
</P>

<P><FONT FACE="Arial">Markus from GRASS used to work with stereo imagery and GRASS so he might be a good resource:</FONT>

<BR><A HREF="http://grass.itc.it/pipermail/grassuser/2001-April/004577.html"><U><FONT COLOR="#0000FF" FACE="Arial">http://grass.itc.it/pipermail/grassuser/2001-April/004577.html</FONT></U></A>
</P>

<P><FONT FACE="Arial">There is the TINA project: </FONT><A HREF="http://www.tina-vision.net/"><U><FONT COLOR="#0000FF" FACE="Arial">http://www.tina-vision.net/</FONT></U></A>
</P>
<BR>

<P><FONT FACE="Arial">&quot;</FONT><FONT SIZE=2 FACE="Courier New">The TINA libraries can be used in one of two ways.&nbsp; They have been designed to be<BR>
&nbsp;69 highly modular, allowing users to strip out parts of the functionality to use in<BR>
&nbsp;70 their own code (under the terms of the licence).&nbsp; However, they also include code<BR>
&nbsp;71 for interfaces to the algorithms.&nbsp; This code is in the form of a set of &quot;tools&quot;,<BR>
&nbsp;72 each of which appears as a window on the screen, and which collect together related<BR>
&nbsp;73 functionality applicable to a certain task (loading single images, stereo image<BR>
&nbsp;74 pairs, temporal sequences or medical image volumes; stereo vision; medical image<BR>
&nbsp;75 segmentation; registration; blood flow analysis etc. etc. ).&nbsp; In order to use this<BR>
&nbsp;76 interface, you must build a &quot;toolkit&quot;, a program that includes the tools you want<BR>
&nbsp;77 to access.</FONT><FONT SIZE=2 FACE="Courier New">&quot;</FONT>
</P>
<BR>

<P><FONT FACE="Arial">AND Finaly check out this page:</FONT>

<BR><A HREF="http://www.cs.cmu.edu/~cil/v-source.html"><U><FONT COLOR="#0000FF" FACE="Arial">http://www.cs.cmu.edu/~cil/v-source.html</FONT></U></A>
</P>

<P><FONT FACE="Arial">It lists a bunch of projects and software dealing with various vision packages&#8230; a scattering of open source options.</FONT>
</P>
<BR>

<P><FONT FACE="Arial">If you have anything to add or have experience with these packages feel free to let the group know.</FONT>
</P>

<P><FONT FACE="Arial">Cheers and Goble Goble.</FONT>

<BR><FONT FACE="Arial">&nbsp;</FONT>
</P>

</BODY>
</HTML>