Lines Matching full:endl
33 cout << "usage: " << argv[0] << " <Input image> " << endl;
43 cout << "Image not found" << endl;
47 cout << endl;
48 cout << " Edge Preserve Filter" << endl;
49 cout << "----------------------" << endl;
51 cout << "Options: " << endl;
52 cout << endl;
54 cout << "1) Edge Preserve Smoothing" << endl;
55 cout << " -> Using Normalized convolution Filter" << endl;
56 cout << " -> Using Recursive Filter" << endl;
57 cout << "2) Detail Enhancement" << endl;
58 cout << "3) Pencil sketch/Color Pencil Drawing" << endl;
59 cout << "4) Stylization" << endl;
60 cout << endl;
70 cout << endl;