/ExtendedKalmanFilter

Extended Kalman Filter in C++ and OpenCV.

Primary LanguageC++

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: