SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Static Public Member Functions | List of all members
LeastSquares Struct Reference

#include <MEstimator.h>

Static Public Member Functions

static double FindSigmaSquared (std::vector< double > &vdErrorSquared)
 
static double SquareRootWeight (double dErrorSquared, double dSigmaSquared)
 
static double Weight (double dErrorSquared, double dSigmaSquared)
 
static double ObjectiveScore (double dErrorSquared, double dSigmaSquared)
 

Detailed Description

Definition at line 43 of file MEstimator.h.

Member Function Documentation

double LeastSquares::FindSigmaSquared ( std::vector< double > &  vdErrorSquared)
inlinestatic

Definition at line 188 of file MEstimator.h.

double LeastSquares::ObjectiveScore ( double  dErrorSquared,
double  dSigmaSquared 
)
inlinestatic

Definition at line 182 of file MEstimator.h.

double LeastSquares::SquareRootWeight ( double  dErrorSquared,
double  dSigmaSquared 
)
inlinestatic

Definition at line 177 of file MEstimator.h.

double LeastSquares::Weight ( double  dErrorSquared,
double  dSigmaSquared 
)
inlinestatic

Definition at line 172 of file MEstimator.h.


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