Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AshivDhondea authored Feb 7, 2018
1 parent 32d4c54 commit d46a8cd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# PyTrackingToolbox
A target tracking toolbox developed in Python. It aims to demonstrate how target tracking works and to serve as a testing environment for target tracking problems.
A target tracking toolbox developed in Python. It aims to demonstrate how target tracking works and to serve as a testbed for target tracking scenarios.

If you use the code provided here for projects or research papers, please cite this repo and, of course, cite the source of the original MATLAB code.

### Prerequisites
These scripts and modules use the typical Python libraries for computational science and engineering, such as numpy and matplotlib. In addition, to obtain nice plots with LaTeX annotations, you must have LaTeX on your computer.

* **Ashiv Dhondea** - *Initial work* - [AshivDhondea](https://github.com/AshivDhondea)

## License

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/AshivDhondea/PyTrackingToolbox/blob/master/LICENSE) file for details

## Acknowledgments

* I am grateful for the technical discussions I've had with Dr. Norman Morrison in 2015 and 2016 on tracking filtering.

0 comments on commit d46a8cd

Please sign in to comment.