Header defining some filters for Eigen datatypes. More...
#include <osvr/Util/EigenCoreGeometry.h>
#include <osvr/Util/EigenExtras.h>
#include <osvr/Util/EigenQuatExponentialMap.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
osvr::util::filters | |
Filters for use with Eigen datatypes. | |
osvr::util::filters::low_pass | |
Low pass filter class and supporting free functions. | |
osvr::util::filters::one_euro | |
"One-Euro" filter class and supporting structs and free functions. | |
Functions | |
template<typename T > | |
T | osvr::util::filters::one_euro::detail::computeAlpha (T dt, T cutoff) |