![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
geometrize | |
geometrize::exporter | |
Enumerations | |
enum | geometrize::exporter::ShapeDataFormat { geometrize::exporter::ShapeDataFormat::JSON, geometrize::exporter::ShapeDataFormat::CUSTOM_ARRAY } |
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... | |