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::Matrix< N, M > > Struct Template Reference

#include <builtin_components.h>

Public Types

typedef double type
 

Static Public Member Functions

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

Static Public Attributes

static const size_t count =N*M
 

Detailed Description

template<int N, int M>
struct CVD::Pixel::Component< TooN::Matrix< N, M > >

Definition at line 100 of file builtin_components.h.

Member Typedef Documentation

template<int N, int M>
typedef double CVD::Pixel::Component< TooN::Matrix< N, M > >::type

Definition at line 102 of file builtin_components.h.

Member Function Documentation

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

Definition at line 105 of file builtin_components.h.

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

Definition at line 110 of file builtin_components.h.

Member Data Documentation

template<int N, int M>
const size_t CVD::Pixel::Component< TooN::Matrix< N, M > >::count =N*M
static

Definition at line 103 of file builtin_components.h.


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