Geometrize
1.0
C++ library for geometrizing images into geometric primitives
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
geometrize
geometrize
geometrize
exporter
shapejsonexporter.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
namespace
geometrize
7
{
8
struct
ShapeResult;
9
}
10
11
namespace
geometrize
12
{
13
14
namespace
exporter
15
{
16
22
std::string
exportShapeJson
(
const
std::vector<geometrize::ShapeResult>& data);
23
24
}
25
26
}
geometrize::exporter::exportShapeJson
std::string exportShapeJson(const std::vector< geometrize::ShapeResult > &data)
exportShapeJson Exports shape data to JSON.
Definition:
shapejsonexporter.cpp:19
Generated on Wed Jan 13 2021 01:04:58 for Geometrize by
1.8.6