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.
Enumerations
SLAMflex.h File Reference

Go to the source code of this file.

Enumerations

enum  DetectionState { Started, InProgres, Stopped, Finished }
 Enum for state of SLAM detection process. More...
 

Enumeration Type Documentation

Enum for state of SLAM detection process.

Enumerator
Started 
InProgres 
Stopped 
Finished 

Definition at line 11 of file SLAMflex.h.