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.
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.