jwdinius / extended-object-tracking

JUCE application implementing an extended object tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extended-object-tracking

Source code for JUCE application that implements a multi-threaded extended object tracker and simulation.

Imgur

Ground truth of the elliptical object is shown in white, with the measured discrete returns shown as square blocks in and around the object. The estimated extended object track is shown in green.

Notes

  • Code is written in C++ and uses the JUCE API. The processed measurements are created at a fixed rate, 1Hz, to model fixed rate processing of most sensors, e.g. radar and lidar.
  • Algorithm comes from this paper

About

JUCE application implementing an extended object tracker

License:Apache License 2.0


Languages

Language:C++ 98.2%Language:C 1.5%Language:CMake 0.2%Language:Objective-C++ 0.0%