Home | History | Annotate | Download | only in cpp

Lines Matching full:endl

31             "\tUsing OpenCV version " << CV_VERSION << "\n" << endl;
64 cout << "Processing " << i << " " << argv[i] << endl;
68 cout << " from which we have cascadeName= " << cascadeName << endl;
75 cerr << "WARNING: Could not load classifier cascade for nested objects" << endl;
81 cout << " from which we read scale = " << scale << endl;
90 cerr << "WARNING: Unknown option %s" << argv[i] << endl;
98 cerr << "ERROR: Could not load classifier cascade" << endl;
103 cout << "old cascade: " << (cascade.isOldFormatCascade() ? "TRUE" : "FALSE") << endl;
109 cout << "Capture from camera #" << c << " didn't work" << endl;
119 cout << "Could not read " << inputName << endl;
127 cout << "Video capturing has been started ..." << endl;
142 cout << "Detecting face(s) in " << inputName << endl;
162 cout << "file " << buf << endl;
173 cerr << "Aw snap, couldn't read image " << buf << endl;