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< C[N], LIFT > Struct Template Reference

#include <pixel_traits.h>

Public Types

typedef indirect_type< typename traits< C >::wider_type[N]>::type wider_type
 
typedef indirect_type< typename traits< C >::float_type[N]>::type float_type
 

Detailed Description

template<class C, int N, int LIFT>
struct CVD::Pixel::traits< C[N], LIFT >

Definition at line 226 of file pixel_traits.h.

Member Typedef Documentation

template<class C , int N, int LIFT>
typedef indirect_type<typename traits<C>::float_type[N]>::type CVD::Pixel::traits< C[N], LIFT >::float_type

Definition at line 229 of file pixel_traits.h.

template<class C , int N, int LIFT>
typedef indirect_type<typename traits<C>::wider_type[N]>::type CVD::Pixel::traits< C[N], LIFT >::wider_type

Definition at line 228 of file pixel_traits.h.


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