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
Huber 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 35 of file MEstimator.h.

Member Function Documentation

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

Definition at line 155 of file MEstimator.h.

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

Definition at line 142 of file MEstimator.h.

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

Definition at line 137 of file MEstimator.h.

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

Definition at line 129 of file MEstimator.h.


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