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
Tukey 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 19 of file MEstimator.h.

Member Function Documentation

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

Definition at line 77 of file MEstimator.h.

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

Definition at line 66 of file MEstimator.h.

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

Definition at line 58 of file MEstimator.h.

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

Definition at line 52 of file MEstimator.h.


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