random commit

This commit is contained in:
novak_99 2021-12-15 13:01:01 -08:00
parent 4b470fa962
commit 52c4a8c682

View File

@ -627,7 +627,7 @@ int main() {
std::cout << h[i][j] << " "; std::cout << h[i][j] << " ";
} }
std::cout << std::endl; std::cout << std::endl;
} } // Harris detector works. Life is good!
return 0; return 0;