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.
SLAMflex.h
Go to the documentation of this file.
1 /*
2  * SLAMflex.h
3  *
4  * Created on: Jan 29, 2015
5  */
6 
7 #ifndef SLAMFLEX_H_
8 #define SLAMFLEX_H_
9 
12  {
17  };
18 
19 
20 
21 #endif /* SLAMFLEX_H_ */
DetectionState
Enum for state of SLAM detection process.
Definition: SLAMflex.h:11