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

#include <rgb_components.h>

Public Types

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

Detailed Description

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

Definition at line 122 of file rgb_components.h.

Member Typedef Documentation

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

Definition at line 125 of file rgb_components.h.

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

Definition at line 124 of file rgb_components.h.


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