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
MapMakerData Struct Reference

#include <MapMaker.h>

Public Member Functions

int GoodMeasCount ()
 

Public Attributes

std::set< KeyFrame * > sMeasurementKFs
 
std::set< KeyFrame * > sNeverRetryKFs
 

Detailed Description

Definition at line 30 of file MapMaker.h.

Member Function Documentation

int MapMakerData::GoodMeasCount ( )
inline

Definition at line 34 of file MapMaker.h.

Member Data Documentation

std::set<KeyFrame*> MapMakerData::sMeasurementKFs

Definition at line 32 of file MapMaker.h.

std::set<KeyFrame*> MapMakerData::sNeverRetryKFs

Definition at line 33 of file MapMaker.h.


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