Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 435 Bytes

Blur Video (OpenCV)

About

A C++ program to blur a video captured with OpenCV.

NOTE: This program will only compile in Linux environment. To run in Windows, run filename in cmd. Alternatively, compile in Windows by making suitable changes to the code.

Instructions for Use

Run g++ ­Blur Video.cpp, followed by the command ./blur_vid.

NOTE: The video file captured must be in the same directory as the program file.