OSVR-Core
|
Header. More...
#include "FlexibleKalmanBase.h"
Go to the source code of this file.
Classes | |
struct | osvr::kalman::CorrectionInProgress< StateType, MeasurementType > |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::kalman | |
Header-only framework for building Kalman-style filters, prediction, and sensor fusion. | |
Functions | |
template<typename StateType , typename ProcessModelType , typename MeasurementType > | |
CorrectionInProgress< StateType, MeasurementType > | osvr::kalman::beginCorrection (StateType &state, ProcessModelType &processModel, MeasurementType &meas) |
Header.