Home | History | Annotate | Download | only in gpu

Lines Matching full:endl

134     catch (const Exception& e) { return cout << "error: "  << e.what() << endl, 1; }
135 catch (const exception& e) { return cout << "error: " << e.what() << endl, 1; }
136 catch(...) { return cout << "unknown exception" << endl, 1; }
217 << endl;
234 cout << "Scale: " << scale << endl;
237 cout << "Group threshold: " << gr_threshold << endl;
238 cout << "Levels number: " << nlevels << endl;
239 cout << "Win width: " << args.win_width << endl;
241 cout << "Hit threshold: " << hit_threshold << endl;
242 cout << "Gamma correction: " << gamma_corr << endl;
243 cout << endl;
390 cout << "Convert image to gray: " << (make_gray ? "YES" : "NO") << endl;
394 cout << "Scale: " << scale << endl;
399 cout << "Scale: " << scale << endl;
403 cout << "Levels number: " << nlevels << endl;
408 cout << "Levels number: " << nlevels << endl;
412 cout << "Group threshold: " << gr_threshold << endl;
417 cout << "Group threshold: " << gr_threshold << endl;
421 cout << "Hit threshold: " << hit_threshold << endl;
426 cout << "Hit threshold: " << hit_threshold << endl;
431 cout << "Gamma correction: " << gamma_corr << endl;