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

#include <KeyFrame.h>

Public Member Functions

 KeyFrame ()
 
int MakeKeyFrame_Lite (CVD::BasicImage< CVD::byte > &im, int threshold)
 
void MakeKeyFrame_Rest ()
 

Public Attributes

SE3 se3CfromW
 
bool bFixed
 
Level aLevels [LEVELS]
 
std::map< MapPoint *, MeasurementmMeasurements
 
double dSceneDepthMean
 
double dSceneDepthSigma
 
SmallBlurryImagepSBI
 

Detailed Description

Definition at line 76 of file KeyFrame.h.

Constructor & Destructor Documentation

KeyFrame::KeyFrame ( )
inline

Definition at line 78 of file KeyFrame.h.

Member Function Documentation

int KeyFrame::MakeKeyFrame_Lite ( CVD::BasicImage< CVD::byte > &  im,
int  threshold 
)

Definition at line 12 of file KeyFrame.cpp.

void KeyFrame::MakeKeyFrame_Rest ( )

Definition at line 69 of file KeyFrame.cpp.

Member Data Documentation

Level KeyFrame::aLevels[LEVELS]

Definition at line 84 of file KeyFrame.h.

bool KeyFrame::bFixed

Definition at line 83 of file KeyFrame.h.

double KeyFrame::dSceneDepthMean

Definition at line 91 of file KeyFrame.h.

double KeyFrame::dSceneDepthSigma

Definition at line 92 of file KeyFrame.h.

std::map<MapPoint*, Measurement> KeyFrame::mMeasurements

Definition at line 85 of file KeyFrame.h.

SmallBlurryImage* KeyFrame::pSBI

Definition at line 94 of file KeyFrame.h.

SE3 KeyFrame::se3CfromW

Definition at line 82 of file KeyFrame.h.


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