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< Rgb8 > Struct Template Reference

#include <rgb_components.h>

Public Types

typedef unsigned char type
 

Static Public Member Functions

static const typeget (const Rgb8 &pixel, size_t i)
 
static typeget (Rgb8 &pixel, size_t i)
 

Static Public Attributes

static const size_t count = 3
 

Detailed Description

template<>
struct CVD::Pixel::Component< Rgb8 >

Definition at line 58 of file rgb_components.h.

Member Typedef Documentation

typedef unsigned char CVD::Pixel::Component< Rgb8 >::type

Definition at line 60 of file rgb_components.h.

Member Function Documentation

static const type& CVD::Pixel::Component< Rgb8 >::get ( const Rgb8 pixel,
size_t  i 
)
inlinestatic

Definition at line 63 of file rgb_components.h.

static type& CVD::Pixel::Component< Rgb8 >::get ( Rgb8 pixel,
size_t  i 
)
inlinestatic

Definition at line 69 of file rgb_components.h.

Member Data Documentation

const size_t CVD::Pixel::Component< Rgb8 >::count = 3
static

Definition at line 61 of file rgb_components.h.


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