Correa 1
C++ library with Python bindings to analyse the shape of simple closed curves in R^2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
correa::Ellipse Class Reference

Public Member Functions

void EllipseMax (Polygon &curve, double *a, double *b)
 
void EllipseMin (Polygon &curve, double *a, double *b)
 
void EllipseLSQ (Polygon &curve, double *a, double *b)
 
double dEllipseMax (Polygon &curve1, Polygon &curve2, double *a1, double *b1, double *a2, double *b2)
 
double dEllipseMin (Polygon &curve1, Polygon &curve2, double *a1, double *b1, double *a2, double *b2)
 
double dEllipseLSQ (Polygon &curve1, Polygon &curve2, double *a1, double *b1, double *a2, double *b2)
 

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