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::ConvertPixels< From, To, Conv, both_pod > Struct Template Reference

#include <convert_pixel_types.h>

Static Public Member Functions

static void convert (const From *from, To *to, size_t count)
 

Detailed Description

template<class From, class To, class Conv = typename DefaultConversion<From,To>::type, bool both_pod = CVD::Internal::is_POD<From>::is_pod && CVD::Internal::is_POD<To>::is_pod>
struct CVD::Pixel::ConvertPixels< From, To, Conv, both_pod >

Definition at line 255 of file convert_pixel_types.h.

Member Function Documentation

template<class From , class To , class Conv = typename DefaultConversion<From,To>::type, bool both_pod = CVD::Internal::is_POD<From>::is_pod && CVD::Internal::is_POD<To>::is_pod>
static void CVD::Pixel::ConvertPixels< From, To, Conv, both_pod >::convert ( const From *  from,
To *  to,
size_t  count 
)
inlinestatic

Definition at line 256 of file convert_pixel_types.h.


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