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.
Classes | Functions | Variables
CVD::Pixel::Internal Namespace Reference

Classes

struct  int_info
 
struct  ScalarConvert
 
struct  ScalarConvert< byte, double, D, false, false >
 
struct  ScalarConvert< byte, double, D, false, true >
 
struct  ScalarConvert< byte, float, D, false, false >
 
struct  ScalarConvert< byte, float, D, false, true >
 
struct  ScalarConvert< From, bool, D, true, false >
 
struct  ScalarConvert< From, bool, D, true, true >
 
struct  ScalarConvert< From, To, D, true, true >
 
struct  shift_convert
 
struct  shift_convert< To, From, 1 >
 
struct  shift_convert< To, From,-1 >
 
struct  upshift
 
struct  upshift< To, 0, shift, bits, r_shift >
 

Functions

template<class S >
bool buildLookupTable (S table[])
 
float byte_to_float (int b)
 
double byte_to_double (int b)
 
double byte_float_to_float (double d)
 

Variables

static float float_for_byte [512]
 
static double double_for_byte [512]
 
static const bool init_float_for_byte = buildLookupTable(float_for_byte)
 
static const bool init_double_for_byte = buildLookupTable(double_for_byte)
 

Function Documentation

template<class S >
bool CVD::Pixel::Internal::buildLookupTable ( table[])

Definition at line 107 of file scalar_convert.h.

double CVD::Pixel::Internal::byte_float_to_float ( double  d)
inline

Definition at line 179 of file scalar_convert.h.

double CVD::Pixel::Internal::byte_to_double ( int  b)
inline

Definition at line 115 of file scalar_convert.h.

float CVD::Pixel::Internal::byte_to_float ( int  b)
inline

Definition at line 114 of file scalar_convert.h.

Variable Documentation

double CVD::Pixel::Internal::double_for_byte[512]
static

Definition at line 105 of file scalar_convert.h.

float CVD::Pixel::Internal::float_for_byte[512]
static

Definition at line 104 of file scalar_convert.h.

const bool CVD::Pixel::Internal::init_double_for_byte = buildLookupTable(double_for_byte)
static

Definition at line 113 of file scalar_convert.h.

const bool CVD::Pixel::Internal::init_float_for_byte = buildLookupTable(float_for_byte)
static

Definition at line 112 of file scalar_convert.h.