Commit 1bf4427a authored by Dikay900's avatar Dikay900

filename correction from #3217

parent ac3ec0d9
...@@ -10,7 +10,7 @@ static void help() ...@@ -10,7 +10,7 @@ static void help()
{ {
cout << "\nThis program demonstrates circle finding with the Hough transform.\n" cout << "\nThis program demonstrates circle finding with the Hough transform.\n"
"Usage:\n" "Usage:\n"
"./houghcircles <image_name>, Default is pic1.png\n" << endl; "./houghcircles <image_name>, Default is board.jpg\n" << endl;
} }
int main(int argc, char** argv) int main(int argc, char** argv)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment