Skip to content

yanyanggithub/kalman_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Kalman Filter

Given a stream of noisy input data, the Kalman filter provides statisically optimal estimations of the states of a system. The implementation here demonstrates a real-time tracking system using Kalman filter. The green cross presents an optimal estiation of the mouse input postion (the red square), while adding measurement error in the range of [-50, 50] pixels.

The graphic interface uses OpenGL libraries.

Tracking a point: alt tag

Tracking trajectory: alt tag

Compile the source using gcc:

g++ main.cpp -o main -lglut

Run demo

./main

About

Tracking a mouse pointer using Kalman Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages