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, 1 > 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>
struct CVD::Pixel::difference< T, 1 >

Definition at line 77 of file pixel_operations.h.

Member Typedef Documentation

template<class T >
typedef Pixel::traits<TComp>::wider_type CVD::Pixel::difference< T, 1 >::diff_type

Definition at line 79 of file pixel_operations.h.

template<class T >
typedef Pixel::Component<T>::type CVD::Pixel::difference< T, 1 >::TComp

Definition at line 78 of file pixel_operations.h.

Member Function Documentation

template<class T >
static diff_type CVD::Pixel::difference< T, 1 >::avg ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 83 of file pixel_operations.h.

template<class T >
static diff_type CVD::Pixel::difference< T, 1 >::avgabs ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 80 of file pixel_operations.h.


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