Found 15,994 repositories(showing 30)
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
rlabbe
Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
Smorodov
Multiple Object Tracker, Based on Hungarian algorithm + Kalman filter.
TKJElectronics
This is a Kalman filter used to calculate the angle, rate and bias from from the input of an accelerometer/magnetometer and a gyroscope.
mherb
Header-only C++11 Kalman Filtering Library (EKF, UKF) based on Eigen3
pykalman
Kalman Filter, Smoother, and EM Algorithm for Python
simondlevy
Lightweight C/C++ Extended Kalman Filter with Python for prototyping
balzer82
Some Python Implementations of the Kalman Filter
ethz-asl
MSF - Modular framework for multi sensor fusion based on an Extended Kalman Filter (EKF)
JunshengFu
Object (e.g Pedestrian, vehicles) tracking by Extended Kalman Filter (EKF), with fused data from both lidar and radar sensors.
PetWorm
A lightweight, accurate and robust monocular visual inertial odometry based on Multi-State Constraint Kalman Filter.
ChaoqinRobotics
A Lidar-Inertial State Estimator for Robust and Efficient Navigation based on iterated error-state Kalman filter
ydsf16
Using error-state Kalman filter to fuse the IMU and GPS data for localization.
rpng
IMU Allan standard deviation charts for use with Kalibr and inertial kalman filters.
karanchawla
Fusing GPS, IMU and Encoder sensors for accurate state estimation.
hmartiro
Basic Kalman filter implementation in C++ using Eigen
maddevsio
Mad Location Manager is a library for GPS and Accelerometer data "fusion" with Kalman filter
Multiple object tracking using Kalman Filter and Hungarian Algorithm - OpenCV
Computer vision based vehicle detection and tracking using Tensorflow Object Detection API and Kalman-filtering
hku-mars
A computationally efficient and convenient toolkit of iterated Kalman filter.
RossHartley
C++ library to implement invariant extended Kalman filtering for aided inertial navigation.
TKJElectronics
Software for "Guide to gyro and accelerometer with Arduino including Kalman filtering"
sfwa
Unscented Kalman Filter library for state and parameter estimation
leech001
STM32 HAL library for GY-521 (MPU6050) with Kalman filter
jnjaby
[ECCV'24] Kalman-Inspired Feature Propagation for Video Face Super-Resolution
wouterbulten
Javascript based Kalman filter for 1D data
denyssene
A basic implementation of Kalman Filter for single variable models.
KalmanNet
code for KalmanNet
commaai
Kalman filter library
ewan-xu
simple and efficient python implemention of a series of adaptive filters. including time domain adaptive filters(lms、nlms、rls、ap、kalman)、nonlinear adaptive filters(volterra filter、functional link adaptive filters)、frequency domain adaptive filters(frequency domain adaptive filter、frequency domain kalman filter) for acoustic echo cancellation.