Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 433 Bytes

OpticalFlow

This calculates dense optical flow using the Farneback method implemented in OpenCV for all mp4 videos in a specified folder.

The file flow_blur.py also uses a GaussianBlur in an attempt to reduce noise in the video and produce better results.

A folder to store the resulting output video files should be created.

Usage:

$ python flow.py --input [path to input video files] --output [path to output video files]