![]() |
Geometrize 1.0
C++ library for geometrizing images into geometric primitives
|
#include "shapejsonexporter.h"
#include <cstdint>
#include <sstream>
#include <string>
#include <vector>
#include "shapeserializer.h"
#include "../shape/shape.h"
#include "../shape/shapetypes.h"
#include "../shaperesult.h"
Namespaces | |
namespace | geometrize |
namespace | geometrize::exporter |
Functions | |
std::string | geometrize::exporter::exportShapeJson (const std::vector< geometrize::ShapeResult > &data) |
exportShapeJson Exports shape data to JSON. More... | |