Correa 1
C++ library with Python bindings to analyse the shape of simple closed curves in R^2
Loading...
Searching...
No Matches
Functions
2DShape.cpp File Reference

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)
 

Detailed Description

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.

Author
Patrice Koehl
Yossi Bokor Bleile
Date
April 2023
Version
1