Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vgilabert94/dynamicvision
Workd of Dynamic Vision subject in the Computer Vision Master at URJC.
https://github.com/vgilabert94/dynamicvision
Last synced: 8 days ago
JSON representation
Workd of Dynamic Vision subject in the Computer Vision Master at URJC.
- Host: GitHub
- URL: https://github.com/vgilabert94/dynamicvision
- Owner: vgilabert94
- Created: 2022-03-24T12:48:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T08:31:14.000Z (over 2 years ago)
- Last Synced: 2024-10-28T12:24:44.110Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DYNAMIC VISION
Workd of Dynamic Vision subject in the Computer Vision Master [(MUVA)](https://mastervisionartificial.es/) at URJC.## AUTHOR
* [**VICENTE GILABERT MAÑO**](https://www.linkedin.com/in/vgilabert/)## Exercices
### Optical Flow
Optical flow implementation using Lukas-Kanade and Horn-Schunck algorithms. -> [Click here](optical_flow/README.md)### Particle filter
Particle filter for predict position of ball. -> [Click here](particle_filter/README.md)### Kalman filter