Skip to content

Computer Vision Project: Video Stabilization, Background Subtraction, Video Matting, Object Tracking

Notifications You must be signed in to change notification settings

Eyal-S/Computer-Vision-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Project - Eyal S

Computer Vision Project: Video Stabilization, Background Subtraction, Video Matting, Object Tracking

The objectives of this project are the following:

  1. Stabilizing the video frames in ‘INPUT’. Saving the stabilized video as ‘stabilized.avi’.

  2. Extracting the walking person from ‘stabilized.avi’ using background subtraction. This video will only contain the walking person. Saving the extracted person as ‘extracted.avi’. (saving also a binary mask of the walking person as ‘binary.avi’).

  3. Using image matting, placing the walking person from ‘extracted.avi’ in ‘background.jpg’. Saving this video as ‘matted.avi’. The new video file will have a walking person with a static background.

  4. Manually selecting the walking person in ‘matted.avi’ and tracking him throughout the video showing a rectangle around him in all frames. Saving the video with the rectangle highlight as ‘OUTPUT.avi’.

About

Computer Vision Project: Video Stabilization, Background Subtraction, Video Matting, Object Tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages