![]() |
Geometrize 1.0
C++ library for geometrizing images into geometric primitives
|
The ShapeResult struct is a container for info about a shape added to the model. More...
#include <shaperesult.h>

Public Attributes | |
| const double | score |
| const geometrize::rgba | color |
| const std::shared_ptr< geometrize::Shape > | shape |
The ShapeResult struct is a container for info about a shape added to the model.
| const geometrize::rgba geometrize::ShapeResult::color |
| const double geometrize::ShapeResult::score |
| const std::shared_ptr<geometrize::Shape> geometrize::ShapeResult::shape |