documentation improvement

This commit is contained in:
Suleyman TURKMEN
2017-08-31 16:39:28 +03:00
parent 05b99a4dde
commit d547c6b1a2
5 changed files with 150 additions and 65 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ using namespace cv;
static void help()
{
cout << "\nThis program demonstrates the cascade recognizer. Now you can use Haar or LBP features.\n"
cout << "\nThis program demonstrates the use of cv::CascadeClassifier class to detect objects (Face + eyes). You can use Haar or LBP features.\n"
"This classifier can recognize many kinds of rigid objects, once the appropriate classifier is trained.\n"
"It's most known use is for faces.\n"
"Usage:\n"