Geometrize 1.0
C++ library for geometrizing images into geometric primitives
Public Attributes | List of all members
geometrize::ShapeResult Struct Reference

The ShapeResult struct is a container for info about a shape added to the model. More...

#include <shaperesult.h>

Collaboration diagram for geometrize::ShapeResult:
Collaboration graph
[legend]

Public Attributes

const double score
 
const geometrize::rgba color
 
const std::shared_ptr< geometrize::Shapeshape
 

Detailed Description

The ShapeResult struct is a container for info about a shape added to the model.

Author
Sam Twidale (https://samcodes.co.uk/)

Member Data Documentation

◆ color

const geometrize::rgba geometrize::ShapeResult::color

◆ score

const double geometrize::ShapeResult::score

◆ shape

const std::shared_ptr<geometrize::Shape> geometrize::ShapeResult::shape

The documentation for this struct was generated from the following file: