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 Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
CVD::image_interpolate< Interpolate::Bilinear, T > Class Template Reference

#include <image_interpolate.h>

Public Member Functions

 image_interpolate (const BasicImage< T > &i)
 
bool in_image (const TooN::Vector< 2 > &pos)
 
FT operator[] (const TooN::Vector< 2 > &pos)
 
TooN::Vector< 2 > min ()
 
TooN::Vector< 2 > max ()
 

Private Types

typedef Pixel::traits< T >::float_type FT
 

Private Member Functions

TooN::Vector< 2 > floor (const TooN::Vector< 2 > &v)
 
TooN::Vector< 2 > ceil (const TooN::Vector< 2 > &v)
 

Private Attributes

const BasicImage< T > * im
 

Detailed Description

template<class T>
class CVD::image_interpolate< Interpolate::Bilinear, T >

Definition at line 143 of file image_interpolate.h.

Member Typedef Documentation

template<class T >
typedef Pixel::traits<T>::float_type CVD::image_interpolate< Interpolate::Bilinear, T >::FT
private

Definition at line 158 of file image_interpolate.h.

Constructor & Destructor Documentation

template<class T >
CVD::image_interpolate< Interpolate::Bilinear, T >::image_interpolate ( const BasicImage< T > &  i)
inline

Definition at line 161 of file image_interpolate.h.

Member Function Documentation

template<class T >
TooN::Vector<2> CVD::image_interpolate< Interpolate::Bilinear, T >::ceil ( const TooN::Vector< 2 > &  v)
inlineprivate

Definition at line 153 of file image_interpolate.h.

template<class T >
TooN::Vector<2> CVD::image_interpolate< Interpolate::Bilinear, T >::floor ( const TooN::Vector< 2 > &  v)
inlineprivate

Definition at line 148 of file image_interpolate.h.

template<class T >
bool CVD::image_interpolate< Interpolate::Bilinear, T >::in_image ( const TooN::Vector< 2 > &  pos)
inline

Definition at line 165 of file image_interpolate.h.

template<class T >
TooN::Vector<2> CVD::image_interpolate< Interpolate::Bilinear, T >::max ( )
inline

Definition at line 207 of file image_interpolate.h.

template<class T >
TooN::Vector<2> CVD::image_interpolate< Interpolate::Bilinear, T >::min ( )
inline

Definition at line 202 of file image_interpolate.h.

template<class T >
FT CVD::image_interpolate< Interpolate::Bilinear, T >::operator[] ( const TooN::Vector< 2 > &  pos)
inline

Definition at line 170 of file image_interpolate.h.

Member Data Documentation

template<class T >
const BasicImage<T>* CVD::image_interpolate< Interpolate::Bilinear, T >::im
private

Definition at line 146 of file image_interpolate.h.


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