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.
Public Member Functions | Public Attributes | List of all members
TooN::Internal::PointerToPlanarComplex< std::complex< Precision > > Struct Template Reference

#include <planar_complex.hh>

Public Member Functions

 PointerToPlanarComplex (std::pair< Precision *, Precision * > d)
 
 PointerToPlanarComplex (std::pair< const Precision *, const Precision * > d)
 
PointerToPlanarComplex< std::complex< Precision > > operator+ (int i) const
 
const std::complex< Precision > operator[] (int i) const
 

Public Attributes

const Precision *const re
 
const Precision *const im
 

Detailed Description

template<class Precision>
struct TooN::Internal::PointerToPlanarComplex< std::complex< Precision > >

Definition at line 11 of file planar_complex.hh.

Constructor & Destructor Documentation

template<class Precision >
TooN::Internal::PointerToPlanarComplex< std::complex< Precision > >::PointerToPlanarComplex ( std::pair< Precision *, Precision * >  d)
inline

Definition at line 16 of file planar_complex.hh.

template<class Precision >
TooN::Internal::PointerToPlanarComplex< std::complex< Precision > >::PointerToPlanarComplex ( std::pair< const Precision *, const Precision * >  d)
inline

Definition at line 20 of file planar_complex.hh.

Member Function Documentation

template<class Precision >
PointerToPlanarComplex<std::complex<Precision> > TooN::Internal::PointerToPlanarComplex< std::complex< Precision > >::operator+ ( int  i) const
inline

Definition at line 24 of file planar_complex.hh.

template<class Precision >
const std::complex<Precision> TooN::Internal::PointerToPlanarComplex< std::complex< Precision > >::operator[] ( int  i) const
inline

Definition at line 29 of file planar_complex.hh.

Member Data Documentation

template<class Precision >
const Precision* const TooN::Internal::PointerToPlanarComplex< std::complex< Precision > >::im

Definition at line 14 of file planar_complex.hh.

template<class Precision >
const Precision* const TooN::Internal::PointerToPlanarComplex< std::complex< Precision > >::re

Definition at line 13 of file planar_complex.hh.


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