1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
This commit is contained in:
Gary Bradski
2010-12-04 08:29:07 +00:00
parent 38bc1b024f
commit 1b416fba90
+1 -1
View File
@@ -56,7 +56,7 @@ void updateBrightnessContrast( int arg, void* )
}
void help()
{
cout << "\nThis program demonstrates the use of calcHist -- histogram creation.\n"
cout << "\nThis program demonstrates the use of calcHist() -- histogram creation.\n"
"Call:\n"
"demhist [image_name -- Defaults to baboon.jpg]\n" << endl;
}