Lines Matching full:endl
81 cout << "Usage : hog [options]" << endl;
82 cout << "Available options:" << endl;
94 return cout << "error: " << e.what() << endl, 1;
98 return cout << "error: " << e.what() << endl, 1;
102 return cout << "unknown exception" << endl, 1;
118 << endl;
137 cout << "Group threshold: " << gr_threshold << endl;
138 cout << "Levels number: " << nlevels << endl;
139 cout << "Win width: " << win_width << endl;
141 cout << "Hit threshold: " << hit_threshold << endl;
142 cout << "Gamma correction: " << gamma_corr << endl;
143 cout << endl;
280 cout << "Convert image to gray: " << (make_gray ? "YES" : "NO") << endl;
284 cout << "Scale: " << scale << endl;
289 cout << "Scale: " << scale << endl;
293 cout << "Levels number: " << nlevels << endl;
298 cout << "Levels number: " << nlevels << endl;
302 cout << "Group threshold: " << gr_threshold << endl;
307 cout << "Group threshold: " << gr_threshold << endl;
311 cout << "Hit threshold: " << hit_threshold << endl;
316 cout << "Hit threshold: " << hit_threshold << endl;
321 cout << "Gamma correction: " << gamma_corr << endl;