8000 Home · WeatherGod/MHT Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
WeatherGod edited this page Jan 18, 2011 · 1 revision

Intro

Multiple Hypothesis Tracking (MHT) is a centroid tracking algorithm. The algorithm tracks features represented by a position in space as well as some 'texture' data. The basic premise of the algorithm is that multiple hypothetical tracks (called 'hypotheses') can be made using a time series of features, and that an optimal hypothesis can be determined as more information is made available.

Background

This project is based off of code originally produced by Ingemar J. Cox and is available from his Downloads page. The hosting of this project on GitHub has been approved by Dr. Cox, provided that the original copyright is still applied.

There are three Git tags that would point to the three releases made by Dr. Cox.

  • v1.0 is the original release
  • v1.1 is an update to allow for compilation by gcc 4.1.3
  • v1.2 is another update to allow for compilation by gcc 4.3.3
If there are any more releases made by Dr. Cox, we will do our best to make them available here as well.

Project Goal

The purpose of this particular project, which will be actively worked on in the master branch, is to adapt this code to be suitable for use in live tracking of storm-cells identified from radar reflectivity images. This will result in a few subtle changes in the behavior of the original algorithm, particularly with respect to allowing for storms to start appearing at any time, and for querying MHT at any time for its best hypothesis.

Clone this wiki locally
0