Skip to content

Commit 199ed67

Browse files
authored
Update Test.cpp
1 parent 8bf4a91 commit 199ed67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include <opencv2/opencv.hpp>
22

3+
//this is just a random script in which I have combined both the pyrDown() and Canny() functions in a single pipeline.
4+
35
int main(int args, char** argv) {
46

57
cv::namedWindow("Input Image", cv::WINDOW_AUTOSIZE);

0 commit comments

Comments
 (0)