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.
TooN::ConjugateGradient< Size, Precision > Member List

This is the complete list of members for TooN::ConjugateGradient< Size, Precision >, including all inherited members.

bracket_epsilonTooN::ConjugateGradient< Size, Precision >
bracket_initial_lambdaTooN::ConjugateGradient< Size, Precision >
ConjugateGradient(const Vector< Size > &start, const Func &func, const Deriv &deriv)TooN::ConjugateGradient< Size, Precision >inline
ConjugateGradient(const Vector< Size > &start, const Func &func, const Vector< Size > &deriv)TooN::ConjugateGradient< Size, Precision >inline
epsilonTooN::ConjugateGradient< Size, Precision >
find_next_point(const Func &func)TooN::ConjugateGradient< Size, Precision >inline
finished()TooN::ConjugateGradient< Size, Precision >inline
gTooN::ConjugateGradient< Size, Precision >
hTooN::ConjugateGradient< Size, Precision >
init(const Vector< Size > &start, const Precision &func, const Vector< Size > &deriv)TooN::ConjugateGradient< Size, Precision >inline
iterate(const Func &func, const Deriv &deriv)TooN::ConjugateGradient< Size, Precision >inline
iterationsTooN::ConjugateGradient< Size, Precision >
linesearch_epsilonTooN::ConjugateGradient< Size, Precision >
linesearch_max_iterationsTooN::ConjugateGradient< Size, Precision >
linesearch_toleranceTooN::ConjugateGradient< Size, Precision >
max_iterationsTooN::ConjugateGradient< Size, Precision >
minus_hTooN::ConjugateGradient< Size, Precision >
old_gTooN::ConjugateGradient< Size, Precision >
old_hTooN::ConjugateGradient< Size, Precision >
old_xTooN::ConjugateGradient< Size, Precision >
old_yTooN::ConjugateGradient< Size, Precision >
sizeTooN::ConjugateGradient< Size, Precision >
toleranceTooN::ConjugateGradient< Size, Precision >
update_vectors_PR(const Vector< Size > &grad)TooN::ConjugateGradient< Size, Precision >inline
xTooN::ConjugateGradient< Size, Precision >
yTooN::ConjugateGradient< Size, Precision >