Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 480 Bytes

Extended Kalman Filter

This extended-kalman-filter implementation is leveraged from here.

rval is the update rate, set it as you needs.

Compile the code:

You need to have pkg-config and opencv installed on your machine.

 g++ -std=c++11 ekalman.cpp `pkg-config --cflags --libs opencv` -o kalman

Demo: