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
golden_section.h File Reference
#include "TooN.h"
#include <limits>
#include <cmath>
#include <cstdlib>
#include <iomanip>

Go to the source code of this file.

Namespaces

 TooN
 Everything lives inside this namespace.
 

Functions

template<class Functor , class Precision >
Vector< 2, Precision > TooN::golden_section_search (Precision a, Precision b, Precision c, Precision fb, const Functor &func, int maxiterations, Precision tol=sqrt(numeric_limits< Precision >::epsilon()))
 
template<class Functor , class Precision >
Vector< 2, Precision > TooN::golden_section_search (Precision a, Precision b, Precision c, const Functor &func, int maxiterations, Precision tol=sqrt(numeric_limits< Precision >::epsilon()))