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::multiplyBy< T > Struct Template Reference

#include <vision.h>

Public Member Functions

 multiplyBy (const T &f)
 
template<class S >
operator() (const S &s) const
 

Public Attributes

const T & factor
 

Detailed Description

template<class T>
struct CVD::multiplyBy< T >

a functor multiplying pixels with constant value.

Definition at line 210 of file vision.h.

Constructor & Destructor Documentation

template<class T >
CVD::multiplyBy< T >::multiplyBy ( const T &  f)
inline

Definition at line 213 of file vision.h.

Member Function Documentation

template<class T >
template<class S >
S CVD::multiplyBy< T >::operator() ( const S &  s) const
inline

Definition at line 214 of file vision.h.

Member Data Documentation

template<class T >
const T& CVD::multiplyBy< T >::factor

Definition at line 212 of file vision.h.


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