This commit is contained in:
Gary Bradski 2010-12-04 08:21:11 +00:00
parent 661c23ecc3
commit b9e0dc71ab

View File

@ -9,7 +9,7 @@ using namespace std;
void help()
{
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"
<< "Usage:\n"
<< "./contours2\n"