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 Member Functions | Public Attributes | List of all members
CVD::Internal::ImagePromise< twoThirdsSampler< C > > Struct Template Reference

#include <vision.h>

Public Member Functions

 ImagePromise (const SubImage< C > &im)
 
template<class D >
void execute (Image< D > &j)
 

Public Attributes

const SubImage< C > & i
 

Detailed Description

template<class C>
struct CVD::Internal::ImagePromise< twoThirdsSampler< C > >

Definition at line 78 of file vision.h.

Constructor & Destructor Documentation

template<class C >
CVD::Internal::ImagePromise< twoThirdsSampler< C > >::ImagePromise ( const SubImage< C > &  im)
inline

Definition at line 80 of file vision.h.

Member Function Documentation

template<class C >
template<class D >
void CVD::Internal::ImagePromise< twoThirdsSampler< C > >::execute ( Image< D > &  j)
inline

Definition at line 85 of file vision.h.

Member Data Documentation

template<class C >
const SubImage<C>& CVD::Internal::ImagePromise< twoThirdsSampler< C > >::i

Definition at line 84 of file vision.h.


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