This commit is contained in:
Gary Bradski 2010-12-04 08:29:07 +00:00
parent 38bc1b024f
commit 1b416fba90

View File

@ -56,7 +56,7 @@ void updateBrightnessContrast( int arg, void* )
} }
void help() 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" "Call:\n"
"demhist [image_name -- Defaults to baboon.jpg]\n" << endl; "demhist [image_name -- Defaults to baboon.jpg]\n" << endl;
} }