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

Implementation of Kalman-specific code in beacon-based pose estimator, to reduce incremental build times. More...

#include <iostream>
#include <osvr/Util/EigenCoreGeometry.h>
#include "BeaconBasedPoseEstimator.h"
#include "ImagePointMeasurement.h"
#include "cvToEigen.h"
#include <osvr/Kalman/FlexibleKalmanFilter.h>
#include <osvr/Kalman/AugmentedProcessModel.h>
#include <osvr/Kalman/AugmentedState.h>
#include <osvr/Kalman/ConstantProcess.h>
#include <osvr/Util/EigenInterop.h>
#include <opencv2/core/eigen.hpp>

Go to the source code of this file.

Namespaces

 osvr
 <
 

Detailed Description

Implementation of Kalman-specific code in beacon-based pose estimator, to reduce incremental build times.

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

Definition in file BeaconBasedPoseEstimator_Kalman.cpp.