This a simple mouse tracking application implemented with Kalman filter.
- Python 3.6
- opencv-python==3.4.1.15
- numpy [required: >=1.11.3, installed: 1.14.5]
python main.py # run it to see the following demoPress Q to quit the demo.
- How a Kalman filter works, in pictures
- Python-openCV, Kalman filter实战
- GitHub repository KalmanFilter by Doug Szumski
