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.
Classes | Typedefs
SendMessage.h File Reference

Go to the source code of this file.

Classes

class  SendMessage
 

Typedefs

typedef void(* sendMessageFunc) (const char *)
 
typedef void(* sendLogFunc) (const char *)
 
typedef void(* sendPoseFunc) (float, float, float, double, double, double)
 
typedef void(* sendArrayPoints) (int[], int size)
 

Typedef Documentation

typedef void(* sendArrayPoints) (int[], int size)

Definition at line 9 of file SendMessage.h.

typedef void(* sendLogFunc) (const char *)

Definition at line 7 of file SendMessage.h.

typedef void(* sendMessageFunc) (const char *)

Definition at line 6 of file SendMessage.h.

typedef void(* sendPoseFunc) (float, float, float, double, double, double)

Definition at line 8 of file SendMessage.h.