![]() |
Geometrize 1.0
C++ library for geometrizing images into geometric primitives
|
#include "shapetypes.h"
Namespaces | |
namespace | geometrize |
Variables | |
const std::array< ShapeTypes, static_cast< std::size_t >(ShapeTypes::SHAPE_COUNT)> | geometrize::allShapes |
allShapes is a convenient array of all of the members of ShapeTypes. More... | |
const std::vector< std::pair< ShapeTypes, std::string > > | geometrize::shapeTypeNames |
shapeTypeNames provides a convenient mapping to names of types of shape (all lower case, underscores instead of spaces e.g. rotated_ellipse). More... | |