Skip to content

milinddeore/ExtendedKalmanFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages