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.
Static Public Member Functions | List of all members
CVD::Pixel::Internal::ScalarConvert< From, To, D, int1, int2 > Struct Template Reference

#include <scalar_convert.h>

Static Public Member Functions

static To from (const D &from)
 

Detailed Description

template<class From, class To, class D = From, bool int1 = traits<To>::integral && traits<From>::integral, bool int2 = traits<D>::integral>
struct CVD::Pixel::Internal::ScalarConvert< From, To, D, int1, int2 >

Definition at line 120 of file scalar_convert.h.

Member Function Documentation

template<class From , class To , class D = From, bool int1 = traits<To>::integral && traits<From>::integral, bool int2 = traits<D>::integral>
static To CVD::Pixel::Internal::ScalarConvert< From, To, D, int1, int2 >::from ( const D &  from)
inlinestatic

Definition at line 121 of file scalar_convert.h.


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