This class defines the LDD strategy to build a graph. More...
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 | |
namespace | te |
TerraLib. | |
namespace | te::da |
Namespace for the DataAccess API of TerraLib. | |
namespace | te::graph |
namespace | te::rst |
Namespace for the Raster module of TerraLib. | |
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.