Optical flow using Lucas Kanade and Horn & Schunck methods
- Find the optical flow with Lucas Kanade method
- Find the optical flow with Horn & Schunck method
- Matlab
Just run main_lucaskanade.m
or main_horn_schunk.m
in matlab
Example 1
Example 2
Example 3
.
├── data
│ └── *.jpg
├── docs
│ └── explanations_esp.pdf
├── imgs
│ ├── Ex_1.png
│ ├── Ex_2.png
│ └── Ex_3.png
├── README.md
└── src
├── choose_image.m
├── get_derivatives.m
├── main_horn_schunk.m
└── main_lucaskanade.m
- Luis Rosario - Member 1 - Luisrosario2604