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.
Classes | Namespaces | Functions | Variables
objects.h File Reference

Go to the source code of this file.

Classes

struct  TooN::Internal::Identity< P >
 
struct  TooN::Internal::SizedIdentity< P >
 
class  TooN::Internal::ScalarsVector< S, P, B, Ps >
 
class  TooN::Internal::ScalarsMatrix< R, C, P, B, Ps >
 
class  TooN::Internal::AddIdentity< R, C, P, B, Ps >
 
class  TooN::Internal::Scalars< P >
 
class  TooN::Internal::SizedScalars< P >
 
class  TooN::Internal::RCScalars< P >
 
struct  TooN::Internal::One
 
struct  TooN::Internal::NegType< C >
 
struct  TooN::Internal::NegType< One >
 
struct  TooN::Internal::Field< One, Rhs >
 
struct  TooN::Internal::Field< Lhs, One >
 
struct  TooN::Operator< Internal::Zero >
 
struct  TooN::Operator< Internal::RCZero >
 
struct  TooN::Operator< Internal::SizedZero >
 
struct  TooN::Operator< Internal::AddIdentity< R, C, P, B, Precision > >
 
struct  TooN::Operator< Internal::Identity< Pr > >
 
struct  TooN::Operator< Internal::SizedIdentity< Precision > >
 
struct  TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >
 
struct  TooN::Operator< Internal::ScalarsMatrix< R, C, P, B, Precision > >
 
struct  TooN::Operator< Internal::Scalars< P > >
 
struct  TooN::Operator< Internal::SizedScalars< P > >
 
struct  TooN::Operator< Internal::RCScalars< P > >
 

Namespaces

 TooN
 Everything lives inside this namespace.
 
 TooN::Internal
 

Functions

template<class Rhs >
Rhs TooN::Internal::operator* (One, const Rhs &v)
 Multiplies One by something. More...
 
template<class Lhs >
Lhs TooN::Internal::operator* (const Lhs &v, One)
 Multiplies something by One. More...
 
template<class Rhs >
Rhs TooN::Internal::operator+ (One, const Rhs &v)
 Adds something to One. More...
 
template<class Lhs >
Lhs TooN::Internal::operator+ (const Lhs &v, One)
 Adds One to something. More...
 
template<class Rhs >
Rhs TooN::Internal::operator- (One, const Rhs &v)
 Subtracts something from One. More...
 
template<class Lhs >
Lhs TooN::Internal::operator- (const Lhs &v, One)
 Subtracts One from something. More...
 
int TooN::Internal::operator- (const One &)
 Returns negative One. More...
 
template<template< class > class Op, class Pl , class Pr >
Operator< Op< typename Internal::MultiplyType< Pl, Pr >::type > > TooN::operator* (const Pl &l, const Operator< Op< Pr > > &r)
 
template<template< class > class Op, class Pl , class Pr >
Operator< Op< typename Internal::MultiplyType< Pl, Pr >::type > > TooN::operator* (const Operator< Op< Pl > > &l, const Pr &r)
 
template<template< class > class Op, class Pl , class Pr >
Operator< Op< typename Internal::DivideType< Pl, Pr >::type > > TooN::operator/ (const Operator< Op< Pl > > &l, const Pr &r)
 
template<class Op >
Operator< Op > TooN::operator- (const Operator< Op > &o)
 
template<template< class >class Op>
Operator< Op< DefaultPrecision > > TooN::operator- (const Operator< Op< Internal::One > > &o)
 

Variables

static const Operator< Internal::Scalars< Internal::One > > TooN::Ones
 
static Operator< Internal::Zero > TooN::Zeros
 
static Operator< Internal::Identity< Internal::One > > TooN::Identity