Lines Matching full:endl
29 "\tUsing OpenCV version " << CV_VERSION << "\n" << endl;
62 cout << "Processing " << i << " " << argv[i] << endl;
66 cout << " from which we have cascadeName= " << cascadeName << endl;
77 cout << " from which we read scale = " << scale << endl;
86 cerr << "WARNING: Unknown option " << argv[i] << endl;
94 cerr << "ERROR: Could not load face cascade" << endl;
100 cerr << "ERROR: Could not load smile cascade" << endl;
109 if(!capture) cout << "Capture from CAM " << c << " didn't work" << endl;
114 if(!capture) cout << "Capture from AVI didn't work" << endl;
121 cout << "In capture ..." << endl;
122 cout << endl << "NOTE: Smile intensity will only be valid after a first smile has been detected" << endl;
148 cerr << "ERROR: Could not initiate capture" << endl;