pull/13383/head
Gary Bradski 15 years ago
parent 661c23ecc3
commit b9e0dc71ab
  1. 2
      samples/cpp/contours2.cpp

@ -9,7 +9,7 @@ using namespace std;
void help() void help()
{ {
cout cout
<< "This program illustrates the use of findContours and drawContours\n" << "\nThis program illustrates the use of findContours and drawContours\n"
<< "The original image is put up along with the image of drawn contours\n" << "The original image is put up along with the image of drawn contours\n"
<< "Usage:\n" << "Usage:\n"
<< "./contours2\n" << "./contours2\n"

Loading…
Cancel
Save