![]() |
Geometrize 1.0
C++ library for geometrizing images into geometric primitives
|
#include <array>
#include <cstdint>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | geometrize |
Enumerations | |
enum | geometrize::ShapeTypes : std::uint32_t { geometrize::RECTANGLE = 1U , geometrize::ROTATED_RECTANGLE = 2U , geometrize::TRIANGLE = 4U , geometrize::ELLIPSE = 8U , geometrize::ROTATED_ELLIPSE = 16U , geometrize::CIRCLE = 32U , geometrize::LINE = 64U , geometrize::QUADRATIC_BEZIER = 128U , geometrize::POLYLINE = 256U , geometrize::SHAPE_COUNT = 9U } |
The ShapeTypes enum specifies the types of shapes that can be used. These can be combined to produce images composed of multiple primitive types. More... | |