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 Types | Static Public Member Functions | Static Public Attributes | List of all members
CVD::Pixel::Component< TooN::Vector< N > > Struct Template Reference

#include <builtin_components.h>

Public Types

typedef double type
 

Static Public Member Functions

static const typeget (const TooN::Vector< N > &pixel, size_t i)
 
static typeget (TooN::Vector< N > &pixel, size_t i)
 

Static Public Attributes

static const size_t count =N
 

Detailed Description

template<int N>
struct CVD::Pixel::Component< TooN::Vector< N > >

Definition at line 84 of file builtin_components.h.

Member Typedef Documentation

template<int N>
typedef double CVD::Pixel::Component< TooN::Vector< N > >::type

Definition at line 86 of file builtin_components.h.

Member Function Documentation

template<int N>
static const type& CVD::Pixel::Component< TooN::Vector< N > >::get ( const TooN::Vector< N > &  pixel,
size_t  i 
)
inlinestatic

Definition at line 89 of file builtin_components.h.

template<int N>
static type& CVD::Pixel::Component< TooN::Vector< N > >::get ( TooN::Vector< N > &  pixel,
size_t  i 
)
inlinestatic

Definition at line 94 of file builtin_components.h.

Member Data Documentation

template<int N>
const size_t CVD::Pixel::Component< TooN::Vector< N > >::count =N
static

Definition at line 87 of file builtin_components.h.


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