Geometrize  1.0
An application for geometrizing images into geometric primitives
Namespaces | Enumerations | Functions
shapedataexporter.h File Reference
#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...