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 | List of all members
CVD::Pixel::GenericConversion< From, To, N, N > Struct Template Reference

#include <convert_pixel_types.h>

Public Types

typedef Pixel::Component< From >::type FromS
 
typedef Pixel::Component< To >::type ToS
 

Static Public Member Functions

static void convert (const From &from, To &to)
 

Detailed Description

template<class From, class To, int N>
struct CVD::Pixel::GenericConversion< From, To, N, N >

Definition at line 48 of file convert_pixel_types.h.

Member Typedef Documentation

template<class From , class To , int N>
typedef Pixel::Component<From>::type CVD::Pixel::GenericConversion< From, To, N, N >::FromS

Definition at line 49 of file convert_pixel_types.h.

template<class From , class To , int N>
typedef Pixel::Component<To>::type CVD::Pixel::GenericConversion< From, To, N, N >::ToS

Definition at line 50 of file convert_pixel_types.h.

Member Function Documentation

template<class From , class To , int N>
static void CVD::Pixel::GenericConversion< From, To, N, N >::convert ( const From &  from,
To &  to 
)
inlinestatic

Definition at line 51 of file convert_pixel_types.h.


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