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

#include <KeyFrame.h>

Public Member Functions

 Level ()
 
Leveloperator= (const Level &rhs)
 

Public Attributes

CVD::Image< CVD::byteim
 
std::vector< CVD::ImageRefvCorners
 
std::vector< int > vCornerRowLUT
 
std::vector< CVD::ImageRefvMaxCorners
 
std::vector< CandidatevCandidates
 
bool bImplaneCornersCached
 
std::vector< Vector< 2 > > vImplaneCorners
 

Detailed Description

Definition at line 54 of file KeyFrame.h.

Constructor & Destructor Documentation

Level::Level ( )
inline

Definition at line 56 of file KeyFrame.h.

Member Function Documentation

Level & Level::operator= ( const Level rhs)

Definition at line 108 of file KeyFrame.cpp.

Member Data Documentation

bool Level::bImplaneCornersCached

Definition at line 69 of file KeyFrame.h.

CVD::Image<CVD::byte> Level::im

Definition at line 59 of file KeyFrame.h.

std::vector<Candidate> Level::vCandidates

Definition at line 67 of file KeyFrame.h.

std::vector<int> Level::vCornerRowLUT

Definition at line 63 of file KeyFrame.h.

std::vector<CVD::ImageRef> Level::vCorners

Definition at line 62 of file KeyFrame.h.

std::vector<Vector<2> > Level::vImplaneCorners

Definition at line 70 of file KeyFrame.h.

std::vector<CVD::ImageRef> Level::vMaxCorners

Definition at line 64 of file KeyFrame.h.


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