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, N > Struct Template Reference

#include <pixel_operations.h>

Static Public Member Functions

static void assign (T &lhs, const T &rhs)
 
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, unsigned int N = Component<T>::count>
struct CVD::Pixel::operations< T, N >

Definition at line 37 of file pixel_operations.h.

Member Function Documentation

template<class T , unsigned int N = Component<T>::count>
template<class S >
static void CVD::Pixel::operations< T, N >::add ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 40 of file pixel_operations.h.

template<class T , unsigned int N = Component<T>::count>
static void CVD::Pixel::operations< T, N >::assign ( T &  lhs,
const T &  rhs 
)
inlinestatic

Definition at line 38 of file pixel_operations.h.

template<class T , unsigned int N = Component<T>::count>
template<class S >
static void CVD::Pixel::operations< T, N >::assign ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 39 of file pixel_operations.h.

template<class T , unsigned int N = Component<T>::count>
template<class S >
static void CVD::Pixel::operations< T, N >::divide ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 43 of file pixel_operations.h.

template<class T , unsigned int N = Component<T>::count>
static bool CVD::Pixel::operations< T, N >::equal ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 44 of file pixel_operations.h.

template<class T , unsigned int N = Component<T>::count>
template<class S >
static void CVD::Pixel::operations< T, N >::multiply ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 42 of file pixel_operations.h.

template<class T , unsigned int N = Component<T>::count>
template<class S >
static void CVD::Pixel::operations< T, N >::subtract ( T &  lhs,
const S &  rhs 
)
inlinestatic

Definition at line 41 of file pixel_operations.h.

template<class T , unsigned int N = Component<T>::count>
static void CVD::Pixel::operations< T, N >::zero ( T &  t)
inlinestatic

Definition at line 45 of file pixel_operations.h.


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