#include <Kalman.h>
Public Member Functions | |
void | Prediction () |
TKalmanFilter (Point_t p, track_t deltatime=0.2) | |
Point_t | Update (Point_t p, bool DataCorrect) |
~TKalmanFilter () | |
Public Attributes | |
track_t | dt |
cv::KalmanFilter * | kalman |
Point_t | LastPosition |
Point_t | LastVelocity |
TKalmanFilter::TKalmanFilter | ( | Point_t | p, |
track_t | deltatime = 0.2 |
||
) |
Definition at line 11 of file Kalman.cpp.
Definition at line 63 of file Kalman.cpp.
void TKalmanFilter::Prediction | ( | ) |
Definition at line 66 of file Kalman.cpp.
Point_t TKalmanFilter::Update | ( | Point_t | p, |
bool | DataCorrect | ||
) |
Definition at line 74 of file Kalman.cpp.
cv::KalmanFilter* TKalmanFilter::kalman |