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

Go to the source code of this file.

Namespaces

 CVD
 

Functions

void CVD::differences (const int32_t *a, const int32_t *b, int32_t *diff, unsigned int size)
 
void CVD::differences (const double *a, const double *b, double *diff, unsigned int size)
 
void CVD::add_multiple_of_sum (const double *a, const double *b, const double &c, double *out, unsigned int count)
 
void CVD::assign_multiple (const double *a, const double &c, double *out, unsigned int count)
 
double CVD::inner_product (const double *a, const double *b, unsigned int count)
 
double CVD::sum_squared_differences (const double *a, const double *b, size_t count)
 
long long CVD::sum_squared_differences (const byte *a, const byte *b, size_t count)