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

#include <rgb_components.h>

Static Public Member Functions

template<class S >
static T sum (const T &a, const S &b)
 
template<class S >
static void add (T &a, const S &b)
 
template<class S >
static T diff (const T &a, const S &b)
 
template<class S >
static void sub (T &a, const S &b)
 
template<class S >
static T prod (const T &a, const S &b)
 
template<class S >
static void mul (T &a, const S &b)
 
template<class S >
static T quot (const T &a, const S &b)
 
template<class S >
static void div (T &a, const S &b)
 
template<class S >
static void assign (T &a, const S &b)
 

Detailed Description

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

Definition at line 165 of file rgb_components.h.

Member Function Documentation

template<class T>
template<class S >
static void CVD::Rgba_ops< T >::add ( T &  a,
const S &  b 
)
inlinestatic

Definition at line 167 of file rgb_components.h.

template<class T>
template<class S >
static void CVD::Rgba_ops< T >::assign ( T &  a,
const S &  b 
)
inlinestatic

Definition at line 174 of file rgb_components.h.

template<class T>
template<class S >
static T CVD::Rgba_ops< T >::diff ( const T &  a,
const S &  b 
)
inlinestatic

Definition at line 168 of file rgb_components.h.

template<class T>
template<class S >
static void CVD::Rgba_ops< T >::div ( T &  a,
const S &  b 
)
inlinestatic

Definition at line 173 of file rgb_components.h.

template<class T>
template<class S >
static void CVD::Rgba_ops< T >::mul ( T &  a,
const S &  b 
)
inlinestatic

Definition at line 171 of file rgb_components.h.

template<class T>
template<class S >
static T CVD::Rgba_ops< T >::prod ( const T &  a,
const S &  b 
)
inlinestatic

Definition at line 170 of file rgb_components.h.

template<class T>
template<class S >
static T CVD::Rgba_ops< T >::quot ( const T &  a,
const S &  b 
)
inlinestatic

Definition at line 172 of file rgb_components.h.

template<class T>
template<class S >
static void CVD::Rgba_ops< T >::sub ( T &  a,
const S &  b 
)
inlinestatic

Definition at line 169 of file rgb_components.h.

template<class T>
template<class S >
static T CVD::Rgba_ops< T >::sum ( const T &  a,
const S &  b 
)
inlinestatic

Definition at line 166 of file rgb_components.h.


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