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< Rgb< P > > Struct Template Reference

#include <rgb_components.h>

Public Types

typedef P type
 

Static Public Member Functions

static const P & get (const Rgb< P > &pixel, size_t i)
 
static P & get (Rgb< P > &pixel, size_t i)
 

Static Public Attributes

static const size_t count = 3
 

Detailed Description

template<class P>
struct CVD::Pixel::Component< Rgb< P > >

Definition at line 36 of file rgb_components.h.

Member Typedef Documentation

template<class P >
typedef P CVD::Pixel::Component< Rgb< P > >::type

Definition at line 38 of file rgb_components.h.

Member Function Documentation

template<class P >
static const P& CVD::Pixel::Component< Rgb< P > >::get ( const Rgb< P > &  pixel,
size_t  i 
)
inlinestatic

Definition at line 43 of file rgb_components.h.

template<class P >
static P& CVD::Pixel::Component< Rgb< P > >::get ( Rgb< P > &  pixel,
size_t  i 
)
inlinestatic

Definition at line 49 of file rgb_components.h.

Member Data Documentation

template<class P >
const size_t CVD::Pixel::Component< Rgb< P > >::count = 3
static

Definition at line 39 of file rgb_components.h.


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