#include "diplib/polygon.h"
Eigenvalues struct
Container for matrix eigenvalues.
Functions
- auto Eccentricity() const -> dip::dfloat
- Computes eccentricity using the two eigenvalues of the covariance matrix.
Variables
- dip::dfloat largest
- Largest eigenvalue
- dip::dfloat smallest
- Smallest eigenvalue
Function documentation
dip::dfloat Eccentricity( ) const
Computes eccentricity using the two eigenvalues of the covariance matrix.
Variable documentation
dip::dfloat largest
Largest eigenvalue
dip::dfloat smallest
Smallest eigenvalue