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 Attributes | List of all members
TooN::Internal::Field< L, R > Struct Template Reference

#include <operators.hh>

Static Public Attributes

static const int is = IsField<L>::value && IsField<R>::value
 <Set to 1 if the two classes are in the same field. More...
 

Detailed Description

template<class L, class R>
struct TooN::Internal::Field< L, R >

Definition at line 49 of file operators.hh.

Member Data Documentation

template<class L , class R >
const int TooN::Internal::Field< L, R >::is = IsField<L>::value && IsField<R>::value
static

<Set to 1 if the two classes are in the same field.

Definition at line 52 of file operators.hh.


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