Skip to content
/ mht Public
forked from jonatanolofsson/mht

Python implementation of the Multiple Hypothesis Tracking algorithm

Notifications You must be signed in to change notification settings

agsdzj/mht

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Hypothesis Tracking

This is an implementation of the Multiple Hypothesis Tracking filter, implemented for educational purposes and for the purpose of the article ''Spatially Indexed Clustering for Scalable Tracking of Remotely Sensed Drift Ice'' accepted for the IEEE Aerospace 2017 conference, Big Sky, MT.

In particular, this implementation studies the use of Spatial Indexing in the MHT clustering process.

Plaese be advised that this implementation is educational above efficient, and would require some understanding of the algorithm to tune.

Building

The library is built usig the ''tup'' buildsystem. Just install tup and execute ''tup'' in the root directory, and a python 3.7 module will be built for python 3.7. If you want to build for a different python version, edit the files in this commit correspondingly.

Examples

Have a look at the test_mht-file for a usage example

License

This software is released under the GPLv3 license.

About

Python implementation of the Multiple Hypothesis Tracking algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.3%
  • C++ 13.5%
  • Shell 0.2%