Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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