What's new about OTB? Rotating Header Image

Complex system

OTB is a complex system, if you don’t believe it, look at the image here (click on it for a full view):

otb-dep-mini

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 link problems and to find out where some cleaning is required…

2 Comments on “Complex system”

  1. #1 whatnick
    on Dec 22nd, 2009 at 16:25

    Is it me or that bit near OTBGui look very very busy ?

  2. #2 Emmanuel Christophe
    on Dec 22nd, 2009 at 16:40

    It is… and we are working on it ;-)

Leave a Comment