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