Skip to content

iremonur/MotionEstimation-HornSchunckOpticalFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository provides an implementation of the Horn and Schunck Optical Flow algorithm for motion estimation. The data is a video with the format ".avi" and can be found in the data folder.

Usage

$ python optical_flow.py </data/path>

Report

The project report can be found in the "ProjectReport" folder.

Results

To obtain the optical flow vectors, the experiments are conducted with different smoothness parameters and error functions are reported.

α = 0

α = 1

α = 10

The frames are estimated using the motion vecors reached by optical flow algorithm.

Credits

Utilized from "Video-Interpolation-using-Optical-Flow" by Vineeth S. (vineeths96@github) for estimation using the optical flow vectors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages