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 Types | Static Public Member Functions | List of all members
CVD::Pixel::difference< T, N > Struct Template Reference

#include <pixel_operations.h>

Public Types

typedef Pixel::Component< T >::type TComp
 
typedef Pixel::traits< TComp >::wider_type diff_type
 

Static Public Member Functions

static diff_type avgabs (const T &a, const T &b)
 
static diff_type avg (const T &a, const T &b)
 

Detailed Description

template<class T, unsigned int N = Pixel::Component<T>::count>
struct CVD::Pixel::difference< T, N >

Definition at line 59 of file pixel_operations.h.

Member Typedef Documentation

template<class T , unsigned int N = Pixel::Component<T>::count>
typedef Pixel::traits<TComp>::wider_type CVD::Pixel::difference< T, N >::diff_type

Definition at line 61 of file pixel_operations.h.

template<class T , unsigned int N = Pixel::Component<T>::count>
typedef Pixel::Component<T>::type CVD::Pixel::difference< T, N >::TComp

Definition at line 60 of file pixel_operations.h.

Member Function Documentation

template<class T , unsigned int N = Pixel::Component<T>::count>
static diff_type CVD::Pixel::difference< T, N >::avg ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 68 of file pixel_operations.h.

template<class T , unsigned int N = Pixel::Component<T>::count>
static diff_type CVD::Pixel::difference< T, N >::avgabs ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 62 of file pixel_operations.h.


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