LiveFit
Track and plot projectiles for in-class demonstration
|
A cv::KalmanFilter which also supports some 'forgetful' functionality. More...
#include <KalmanFilterPlus.hpp>
Public Member Functions | |
KalmanFilterPlus (int dynamParams, int measureParams, int controlParams=0, int type=CV_32F) | |
const cv::Mat & | predict (const cv::Mat &control=cv::Mat()) |
Predict the location of the ball. More... | |
void | setAlphaSq (double value) |
Private Attributes | |
double | mAlphaSq |
A cv::KalmanFilter which also supports some 'forgetful' functionality.
const cv::Mat & KalmanFilterPlus::predict | ( | const cv::Mat & | control = cv::Mat() | ) |
Predict the location of the ball.
Overloaded in order to provide the alpha weight in order to give earlier predictions less significance