From 52c4a8c68288e0d2cbc8a450f88cd12ba00014a1 Mon Sep 17 00:00:00 2001 From: novak_99 Date: Wed, 15 Dec 2021 13:01:01 -0800 Subject: [PATCH] random commit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e740d98..b817884 100644 --- a/main.cpp +++ b/main.cpp @@ -627,7 +627,7 @@ int main() { std::cout << h[i][j] << " "; } std::cout << std::endl; - } + } // Harris detector works. Life is good! return 0;