LDDGraphBuilder.h File Reference

This class defines the LDD strategy to build a graph. More...

#include "../Config.h"
#include "AbstractGraphBuilder.h"
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  te::graph::LDDGraphBuilder
 This strategy is based on Serio Rosim method, using this "mask" is possible extract a graph from a LDD image. More...
 

Namespaces

 te
 TerraLib.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::graph
 
 te::rst
 Namespace for the Raster module of TerraLib.
 

Detailed Description

This class defines the LDD strategy to build a graph.

  This strategy is based on Serio Rosim method, using this
  "mask" is possible extract a graph from a LDD image.

              -------------------
              |  32 |  64 | 128 |
              -------------------
              |  16 |  *  |  1  |
              -------------------
              |  8  |  4  |  2  |
              -------------------

Definition in file LDDGraphBuilder.h.