Skip to content

scivision/Optical-Flow-LucasKanade-HornSchunck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optical Flow: LucasKanade HornSchunck

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

  • Lucas Kanade method
  • Horn Schunck

Examples

Box

python HornSchunck.py data/box/box

Office

python HornSchunck.py data/office/office

Rubic

python HornSchunck.py data/rubic/rubic

Sphere

python HornSchunck.py data/sphere/sphere

Comparision with Matlab Computer Vision toolbox

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

About

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

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.7%
  • MATLAB 46.3%