Home | History | Annotate | Download | only in cpp

Lines Matching full:endl

65         "If inputWarp is missing, the identity transformation initializes the algorithm. \n" << endl;
68 "-m=euclidean -e=1e-6 -N=70 -v=1 \n" << endl;
71 "yourInitialWarp.ecc -o=outWarp.ecc -m=homography -e=1e-6 -N=70 -v=1 -w=yourFinalImage.png \n" << endl;
98 cout << "Unable to open file " << iFilename.c_str() << endl;
115 << "Couldn't open file '" << fileName.c_str() << "'!" << endl;
119 outfile << matPtr[0] << " " << matPtr[1] << " " << matPtr[2] << endl;
120 outfile << matPtr[3] << " " << matPtr[4] << " " << matPtr[5] << endl;
122 outfile << matPtr[6] << " " << matPtr[7] << " " << matPtr[8] << endl;
199 cerr << "Invalid motion transformation" << endl;
216 cerr << "Unable to load the inputImage" << endl;
227 cerr << "Unable to load the template image" << endl;
286 cerr << "-> Check warp initialization file" << endl << flush;
299 cout << "-> Warning: too many iterations " << endl;
312 cerr << "The execution was interrupted. The correlation value is going to be minimized." << endl;
313 cerr << "Check the warp initialization and/or the size of images." << endl << flush;
321 << total_time << " sec" << endl << flush;
322 // cout << "Final correlation: " << cc << endl << flush;
330 cout << "\nThe final warp has been saved in the file: " << finalWarp << endl << flush;
349 cout << "The warped image has been saved in the file: " << warpedImFile << endl << flush;
372 cout << "Press any key to exit the demo (you might need to click on the images before)." << endl << flush;