Skip to content

They are optical flow implementations by Lucas-Kanade and Horn–Schunck respectively.

Notifications You must be signed in to change notification settings

chzylucky/Optical_Flow_HS_LK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Optical-Flow

They are optical flow implementations by Lucas-Kanade and Horn–Schunck respectively. You will see three different methods to implement optical flow by LK and HS. The file old_HS is a method using oritnal HS idea (with iteration),see paper: https://dspace.mit.edu/handle/1721.1/6337 The file New_HS which dosen't use iterations but compute u,v directly. Two HS implementations have same theories.

By the way,perhaps,there are some small bugs, when u wanna use them, please check. If you have any problem about this code, please feel free to contact me. Thanks.

About

They are optical flow implementations by Lucas-Kanade and Horn–Schunck respectively.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages