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 Types | Public Attributes | List of all members
Measurement Struct Reference

#include <KeyFrame.h>

Public Types

enum  {
  SRC_TRACKER, SRC_REFIND, SRC_ROOT, SRC_TRAIL,
  SRC_EPIPOLAR
}
 

Public Attributes

int nLevel
 
bool bSubPix
 
Vector< 2 > v2RootPos
 
enum Measurement:: { ... }  Source
 

Detailed Description

Definition at line 44 of file KeyFrame.h.

Member Enumeration Documentation

anonymous enum
Enumerator
SRC_TRACKER 
SRC_REFIND 
SRC_ROOT 
SRC_TRAIL 
SRC_EPIPOLAR 

Definition at line 49 of file KeyFrame.h.

Member Data Documentation

bool Measurement::bSubPix

Definition at line 47 of file KeyFrame.h.

int Measurement::nLevel

Definition at line 46 of file KeyFrame.h.

enum { ... } Measurement::Source
Vector<2> Measurement::v2RootPos

Definition at line 48 of file KeyFrame.h.


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