Home | History | Annotate | Download | only in cpp

Lines Matching full:endl

33             "\tUsing OpenCV version " << CV_VERSION << "\n" << endl;
65 cout << "Processing " << i << " " << argv[i] << endl;
69 cout << " from which we have cascadeName= " << cascadeName << endl;
76 cerr << "WARNING: Could not load classifier cascade for nested objects" << endl;
82 cout << " from which we read scale = " << scale << endl;
91 cerr << "WARNING: Unknown option %s" << argv[i] << endl;
99 cerr << "ERROR: Could not load classifier cascade" << endl;
108 if(!capture) cout << "Capture from CAM " << c << " didn't work" << endl;
116 if(!capture) cout << "Capture from AVI didn't work" << endl;
122 if(image.empty()) cout << "Couldn't read ../data/lena.jpg" << endl;
129 cout << "In capture ..." << endl;
154 cout << "In image read" << endl;
174 cout << "file " << buf << endl;
185 cerr << "Aw snap, couldn't read image " << buf << endl;