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::DefaultConversion< From, To, FN, TN > Struct Template Reference

#include <convert_pixel_types.h>

Public Types

typedef GenericConversion< From, To > type
 

Detailed Description

template<class From, class To, int FN = Pixel::Component<From>::count, int TN = Pixel::Component<To>::count>
struct CVD::Pixel::DefaultConversion< From, To, FN, TN >

Definition at line 225 of file convert_pixel_types.h.

Member Typedef Documentation

template<class From , class To , int FN = Pixel::Component<From>::count, int TN = Pixel::Component<To>::count>
typedef GenericConversion<From,To> CVD::Pixel::DefaultConversion< From, To, FN, TN >::type

Definition at line 226 of file convert_pixel_types.h.


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