Dec 18th, 2009
by Emmanuel Christophe.
OTB is a complex system, if you don’t believe it, look at the image here (click on it for a full view):
This image shows the dynamic dependencies of otb: the libraries required by each element. This image was generated using cmake:
cmake . –graphviz=otb-dep.dot
dot -Tpng -ootb-dep.png otb-dep.dot
It is a very useful representation to understand the potential [...]
Dec 15th, 2008
by Emmanuel Christophe.
Programming using OTB is not always easy. However, even if the learning curve is steep at the beginning, it really worths it after you surpassed the initial difficulties.
This also applies when you’re writing a new OTB program. The hardest step is usually to get it to compile and once it compiles, it usually works (as [...]
Sep 30th, 2008
by Jordi Inglada.
In the last weeks, intensive work has been carried out by the OTB Development Team in order to set up this.
As you can see, you can browse OTB source code (library, applications, bindings and software guide). Every change to the source code is automatically available through the server.
Actually we have migrated the OTB source revision [...]