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 | |
< | |
Implementation of Kalman-specific code in beacon-based pose estimator, to reduce incremental build times.
Definition in file BeaconBasedPoseEstimator_Kalman.cpp.