This commit is contained in:
Gary Bradski 2010-12-04 08:29:27 +00:00
parent 1186caae20
commit d8e8fb27ca

View File

@ -8,7 +8,7 @@ using namespace std;
void help()
{
cout << "\nThis sample demonstrates the use of the convexHull() function\n"
cout << "\nThis sample program demonstrates the use of the convexHull() function\n"
<< "Call:\n"
<< "./convexhull\n" << endl;
}