Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 914 Bytes

File metadata and controls

24 lines (19 loc) · 914 Bytes

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.