Correa 1
C++ library with Python bindings to analyse the shape of simple closed curves in R^2
|
extract infromation about a polygon More...
#include "2DShape.h"
#include "InOut.h"
#include "PolygonBuilder.h"
#include "Polygon.h"
#include "Ellipse.h"
#include "PH0.h"
#include "Curvature.h"
#include "Component.h"
Functions | |
int | main (int argc, char **argv) |
bool | parse_args (int argc, char **argv, std::string *infile) |
extract infromation about a polygon
Given a polygon stored in a file, calculate the following information about the polygon: length, area, sphericity, maximum volume inscribed ellipse, minimum volume inscribing ellipse, least square ellipse, Willmore energy, and the dimension 0 persistence diagram with essential pairing of the essential 0-cycle and essential 1-cycle.