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.
Namespaces | Functions
utility_float.cpp File Reference
#include "utility.h"

Go to the source code of this file.

Namespaces

 CVD
 

Functions

void CVD::differences (const float *a, const float *b, float *diff, unsigned int size)
 
void CVD::add_multiple_of_sum (const float *a, const float *b, const float &c, float *out, size_t count)
 
void CVD::assign_multiple (const float *a, const float &c, float *out, unsigned int count)
 
double CVD::inner_product (const float *a, const float *b, unsigned int count)
 
double CVD::sum_squared_differences (const float *a, const float *b, size_t count)
 
void CVD::square (const float *in, float *out, size_t count)
 
void CVD::subtract_square (const float *in, float *out, size_t count)