It implements the vectorizer, based on TerraLib 4 algorithm. More...
#include "../common/progress/TaskProgress.h"#include "../common/Translator.h"#include "../geometry/Coord2D.h"#include "../geometry/Envelope.h"#include "../geometry/Line.h"#include "../geometry/LinearRing.h"#include "../geometry/Point.h"#include "../geometry/Polygon.h"#include "../geometry/Utils.h"#include "Band.h"#include "BandProperty.h"#include "Config.h"#include "Grid.h"#include "Vectorizer.h"#include "VectorizerPolygonStructure.h"#include "Exception.h"#include <iostream>#include <memory>Go to the source code of this file.
It implements the vectorizer, based on TerraLib 4 algorithm.
Definition in file Vectorizer.cpp.