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 | Macros | Typedefs
KeyFrame.h File Reference
#include "TooN.h"
#include "se3.h"
#include "image.h"
#include "byte.h"
#include <vector>
#include <set>
#include <map>
#include "globals.h"

Go to the source code of this file.

Classes

struct  Candidate
 
struct  Measurement
 
struct  Level
 
struct  KeyFrame
 

Macros

#define LEVELS   4
 

Typedefs

typedef std::map< MapPoint *, Measurement >::iterator meas_it
 

Macro Definition Documentation

#define LEVELS   4

Definition at line 33 of file KeyFrame.h.

Typedef Documentation

typedef std::map<MapPoint*, Measurement>::iterator meas_it

Definition at line 97 of file KeyFrame.h.