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.
Functions
HomographyInit.cpp File Reference
#include "HomographyInit.h"
#include "SmallMatrixOpts.h"
#include <utility>
#include "se3.h"
#include "SVD.h"
#include "SymEigen.h"
#include "wls.h"
#include "MEstimator.h"

Go to the source code of this file.

Functions

bool operator< (const HomographyDecomposition lhs, const HomographyDecomposition rhs)
 
static double SampsonusError (Vector< 2 > &v2Dash, const Matrix< 3 > &m3Essential, Vector< 2 > &v2)
 

Function Documentation

bool operator< ( const HomographyDecomposition  lhs,
const HomographyDecomposition  rhs 
)

Definition at line 341 of file HomographyInit.cpp.

static double SampsonusError ( Vector< 2 > &  v2Dash,
const Matrix< 3 > &  m3Essential,
Vector< 2 > &  v2 
)
static

Definition at line 346 of file HomographyInit.cpp.