You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
5
5
A C++ program to blur a video captured with OpenCV.
6
6
7
-
_NOTE: This program will only compile in Linux environment. To run in Windows, run the filename in cmd. Alternatively, compile in Windows by making suitable changes to the code._
7
+
_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._
8
8
9
9
## Instructions for Use
10
10
11
11
Run `g++ Blur Video.cpp`, followed by the command `./blur_vid`.
12
12
13
-
NOTE: The video file captured must br in the same directory as the program file.
13
+
NOTE: The video file captured must be in the same directory as the program file.
0 commit comments