![]() |
Geometrize 1.0
C++ library for geometrizing images into geometric primitives
|
#include "shapearrayexporter.h"
#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::exportShapeArray (const std::vector< geometrize::ShapeResult > &data) |
exportShapeArray Exports shape data to a compact array-style format. Data is three lines per shape, each line: shapeEnumTypeId shapeData R,G,B,A More... | |