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 Attributes | List of all members
HomographyMatch Struct Reference

#include <HomographyInit.h>

Public Attributes

Vector< 2 > v2CamPlaneFirst
 
Vector< 2 > v2CamPlaneSecond
 
Matrix< 2 > m2PixelProjectionJac
 

Detailed Description

Definition at line 23 of file HomographyInit.h.

Member Data Documentation

Matrix<2> HomographyMatch::m2PixelProjectionJac

Definition at line 28 of file HomographyInit.h.

Vector<2> HomographyMatch::v2CamPlaneFirst

Definition at line 26 of file HomographyInit.h.

Vector<2> HomographyMatch::v2CamPlaneSecond

Definition at line 27 of file HomographyInit.h.


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