/Optical-Flow-LucasKanade-HornSchunck

An implementation of optical flow using both the Lucas Kanade method as well as Horn Schunck.

Primary LanguagePython

Optical Flow: LucasKanade HornSchunck

Python implementation of optical flow estimation using only the Scipy stack for:

  • Lucas Kanade method
  • Horn Schunck
python HornSchunck.py data/box/box
python HornSchunck.py data/office/office
python HornSchunck.py data/rubic/rubic
python HornSchunck.py data/sphere/sphere

Also added similar method in Octave and a comparison plot using Matlab Computer Vision toolbox