pull/13383/head
Gary Bradski 14 years ago
parent 1186caae20
commit d8e8fb27ca
  1. 2
      samples/cpp/convexhull.cpp

@ -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;
}

Loading…
Cancel
Save