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
TooN::Internal::One Struct Reference

#include <objects.h>

Public Member Functions

 One ()
 
template<class C >
 operator C () const
 Generic cast to anything. More...
 

Detailed Description

Definition at line 51 of file objects.h.

Constructor & Destructor Documentation

TooN::Internal::One::One ( )
inline

This constructor does nothing. This allows const One to be declared with no initializer.

Definition at line 53 of file objects.h.

Member Function Documentation

template<class C >
TooN::Internal::One::operator C ( ) const
inline

Generic cast to anything.

Definition at line 55 of file objects.h.


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