Skip to content

Here we try to track the motion of the vehicles on a highway using the concept of Optical Motion Flow.

Notifications You must be signed in to change notification settings

savnani5/Optical-Flow-Motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optical-Flow

In this project try to track the motion of the vehicles on a highway using the concept of Optical Motion Flow. for detailed explanantion checkout Problem 1 in this report.

Opticalflow Opticalflow

Input

Input

Output

Output

How to run the code

  1. Change the input video directory in main.py file:

    cap = cv2.VideoCapture('Cars On Highway.mp4')
  2. Run the below command:

    python main.py

About

Here we try to track the motion of the vehicles on a highway using the concept of Optical Motion Flow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages