Skip to content

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

Notifications You must be signed in to change notification settings

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
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

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

 
 
 

Languages

  • Python 53.7%
  • MATLAB 46.3%