-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32d4c54
commit d46a8cd
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |