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 | List of all members
CVD::Pixel::traits< Rgb8, LIFT > Struct Template Reference

#include <rgb_components.h>

Public Types

typedef Rgb< int > wider_type
 
typedef Rgb< float > float_type
 

Detailed Description

template<int LIFT>
struct CVD::Pixel::traits< Rgb8, LIFT >

Definition at line 134 of file rgb_components.h.

Member Typedef Documentation

template<int LIFT>
typedef Rgb<float> CVD::Pixel::traits< Rgb8, LIFT >::float_type

Definition at line 137 of file rgb_components.h.

template<int LIFT>
typedef Rgb<int> CVD::Pixel::traits< Rgb8, LIFT >::wider_type

Definition at line 136 of file rgb_components.h.


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