An open API service indexing awesome lists of open source software.

https://github.com/goseind/kalman-filter-dbscan

Kalman filter implementation with with DBSCAN clustering on 3d radar sensor
https://github.com/goseind/kalman-filter-dbscan

dbscan kalman-filter machine-learning python

Last synced: 2 months ago
JSON representation

Kalman filter implementation with with DBSCAN clustering on 3d radar sensor

Awesome Lists containing this project

README

          

# Kalman filter implementation with with DBSCAN clustering on 3d radar sensor

This repository demonstrates a sophisticated implementation of object tracking using a 3D radar sensor. By integrating a Kalman filter and DBSCAN clustering, this code provides a comprehensive solution for accurate and robust detection and tracking of objects in three-dimensional space.

![](/code/figs/QMatrix-05-fig1.png)

## Python algorithm implementations

* [Kalman Filter 1D](/code/KalmanFilter.py)
* [DBSCAN 3D](/code/DBScan.py)

## Jupyter Notebook documentation

*docs are in german*

* [Interactive Jupyter Notebook](/code/PML-Bericht.ipynb)
* [Interactive Presentation](/code/PML-Praesentation.ipynb)