OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FlexibleKalmanFilter.h File Reference

Header. More...

Go to the source code of this file.

Classes

class  osvr::kalman::FlexibleKalmanFilter< ProcessModelType, StateType >
 

Namespaces

 osvr
 <
 
 osvr::kalman
 Header-only framework for building Kalman-style filters, prediction, and sensor fusion.
 

Functions

template<typename StateType , typename ProcessModelType >
void osvr::kalman::predict (StateType &state, ProcessModelType &processModel, double dt)
 
template<typename StateType , typename ProcessModelType , typename MeasurementType >
bool osvr::kalman::correct (StateType &state, ProcessModelType &processModel, MeasurementType &meas, bool cancelIfNotFinite=true)
 

Detailed Description

Header.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file FlexibleKalmanFilter.h.