Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedro-stanaka/kalman-gps
An adaptation of lacker/ikalman to work in Java.
https://github.com/pedro-stanaka/kalman-gps
Last synced: about 1 month ago
JSON representation
An adaptation of lacker/ikalman to work in Java.
- Host: GitHub
- URL: https://github.com/pedro-stanaka/kalman-gps
- Owner: pedro-stanaka
- Created: 2014-09-27T18:40:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T19:51:54.000Z (about 10 years ago)
- Last Synced: 2024-04-15T22:54:56.435Z (7 months ago)
- Language: Java
- Size: 172 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kalman Filter - For Spatio-Temporal data
===================This is an adaptation of [lacker/ikalman](https://github.com/lacker/ikalman) for Java.
The code was rewritten and the tests were transformed in JUnit test cases.Since the project uses Maven it is pretty straight forward to run the tests and get everything working.
How to use
---Check the tests cases to understand the usage of the classes.