![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include "shapedataexporter.h"#include <cassert>#include <string>#include <vector>#include "geometrize/exporter/shapearrayexporter.h"#include "geometrize/exporter/shapejsonexporter.h"#include "geometrize/shaperesult.h"Namespaces | |
| geometrize | |
| geometrize::exporter | |
Functions | |
| std::string | geometrize::exporter::exportShapeData (const std::vector< geometrize::ShapeResult > &data, ShapeDataFormat format) |
| exportShapeData Exports shape data to a specified format (JSON or a custom textual array format). More... | |