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< Rgb< T >, LIFT > Struct Template Reference

#include <rgb_components.h>

Public Types

typedef Rgb< typename Pixel::traits< T >::wider_typewider_type
 
typedef Rgb< typename Pixel::traits< T >::float_typefloat_type
 

Detailed Description

template<class T, int LIFT>
struct CVD::Pixel::traits< Rgb< T >, LIFT >

Definition at line 116 of file rgb_components.h.

Member Typedef Documentation

template<class T , int LIFT>
typedef Rgb<typename Pixel::traits<T>::float_type> CVD::Pixel::traits< Rgb< T >, LIFT >::float_type

Definition at line 119 of file rgb_components.h.

template<class T , int LIFT>
typedef Rgb<typename Pixel::traits<T>::wider_type> CVD::Pixel::traits< Rgb< T >, LIFT >::wider_type

Definition at line 118 of file rgb_components.h.


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