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::Gradient< S, T, 1, 2 > Struct Template Reference

#include <vision.h>

Public Types

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

Static Public Member Functions

static void gradient (const BasicImage< S > &I, BasicImage< T > &grad)
 

Detailed Description

template<class S, class T>
struct CVD::Gradient< S, T, 1, 2 >

Definition at line 220 of file vision.h.

Member Typedef Documentation

template<class S , class T >
typedef Pixel::traits<SComp>::wider_type CVD::Gradient< S, T, 1, 2 >::diff_type

Definition at line 223 of file vision.h.

template<class S , class T >
typedef Pixel::Component<S>::type CVD::Gradient< S, T, 1, 2 >::SComp

Definition at line 221 of file vision.h.

template<class S , class T >
typedef Pixel::Component<T>::type CVD::Gradient< S, T, 1, 2 >::TComp

Definition at line 222 of file vision.h.

Member Function Documentation

template<class S , class T >
static void CVD::Gradient< S, T, 1, 2 >::gradient ( const BasicImage< S > &  I,
BasicImage< T > &  grad 
)
inlinestatic

Definition at line 224 of file vision.h.


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