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 | List of all members
CVD::Runnable Class Referenceabstract

This is an abstract base class for anything with a run() method. More...

#include <runnable.h>

Inheritance diagram for CVD::Runnable:
CVD::Thread MapMaker

Public Member Functions

virtual void run ()=0
 Perform the function of this object. More...
 
virtual ~Runnable ()
 

Detailed Description

This is an abstract base class for anything with a run() method.

Definition at line 6 of file runnable.h.

Constructor & Destructor Documentation

virtual CVD::Runnable::~Runnable ( )
inlinevirtual

Definition at line 11 of file runnable.h.

Member Function Documentation

virtual void CVD::Runnable::run ( )
pure virtual

Perform the function of this object.

Implemented in MapMaker, and CVD::Thread.


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