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::operations< T, 1 > Struct Template Reference

#include <pixel_operations.h>

Static Public Member Functions

template<class S >
static void assign (T &lhs, const S &rhs)
 
template<class S >
static void add (T &lhs, const S &rhs)
 
template<class S >
static void subtract (T &lhs, const S &rhs)
 
template<class S >
static void multiply (T &lhs, const S &rhs)
 
template<class S >
static void divide (T &lhs, const S &rhs)
 
static bool equal (const T &a, const T &b)
 
static void zero (T &t)
 

Detailed Description

template<class T>
struct CVD::Pixel::operations< T, 1 >

Definition at line 48 of file pixel_operations.h.

Member Function Documentation

template<class T >
template<class S >
static void CVD::Pixel::operations< T, 1 >::add ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 50 of file pixel_operations.h.

template<class T >
template<class S >
static void CVD::Pixel::operations< T, 1 >::assign ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 49 of file pixel_operations.h.

template<class T >
template<class S >
static void CVD::Pixel::operations< T, 1 >::divide ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 53 of file pixel_operations.h.

template<class T >
static bool CVD::Pixel::operations< T, 1 >::equal ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 54 of file pixel_operations.h.

template<class T >
template<class S >
static void CVD::Pixel::operations< T, 1 >::multiply ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 52 of file pixel_operations.h.

template<class T >
template<class S >
static void CVD::Pixel::operations< T, 1 >::subtract ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 51 of file pixel_operations.h.

template<class T >
static void CVD::Pixel::operations< T, 1 >::zero ( T &  t)
inlinestatic

Definition at line 55 of file pixel_operations.h.


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