AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Public Attributes | List of all members
aliceVision::Stat3d Struct Reference

Public Member Functions

void update (Point3d *p)
 
void add (Stat3d *p)
 
void getEigenVectorsDesc (Point3d &cg, Point3d &v1, Point3d &v2, Point3d &v3, float &d1, float &d2, float &d3)
 

Public Attributes

double xsum = 0.0
 
double ysum = 0.0
 
double zsum = 0.0
 
double xxsum = 0.0
 
double yysum = 0.0
 
double zzsum = 0.0
 
double xysum = 0.0
 
double xzsum = 0.0
 
double yzsum = 0.0
 
int count = 0
 
double A [3][3]
 
double V [3][3]
 
double d [3]
 
double X [4]
 
double vx [3]
 
double vy [3]
 
double vz [3]
 

The documentation for this struct was generated from the following files: