LOGLN             135 modules/stitching/src/autocalib.cpp         LOGLN("Can't estimate focal length, will use naive approach");
LOGLN             319 modules/stitching/src/blenders.cpp     LOGLN("  Add border to the source image, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             330 modules/stitching/src/blenders.cpp     LOGLN("  Create the source image Laplacian pyramid, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             356 modules/stitching/src/blenders.cpp     LOGLN("  Create the weight map Gaussian pyramid, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             428 modules/stitching/src/blenders.cpp     LOGLN("  Add weighted layer of the source image to the final Laplacian pyramid layer, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN              74 modules/stitching/src/exposure_compensate.cpp     LOGLN("Exposure compensation...");
LOGLN             144 modules/stitching/src/exposure_compensate.cpp     LOGLN("Exposure compensation, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             110 modules/stitching/src/motion_estimators.cpp     LOGLN("Estimating rotations...");
LOGLN             169 modules/stitching/src/motion_estimators.cpp     LOGLN("Estimating rotations, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             606 modules/stitching/src/motion_estimators.cpp     LOGLN("Wave correcting...");
LOGLN             612 modules/stitching/src/motion_estimators.cpp         LOGLN("Wave correcting, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             681 modules/stitching/src/motion_estimators.cpp     LOGLN("Wave correcting, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             802 modules/stitching/src/motion_estimators.cpp     LOGLN(").");
LOGLN             803 modules/stitching/src/motion_estimators.cpp     LOGLN("Try to decrease the match confidence threshold and/or check if you're stitching duplicates.");
LOGLN              52 modules/stitching/src/seam_finders.cpp     LOGLN("Finding seams...");
LOGLN              68 modules/stitching/src/seam_finders.cpp     LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN              94 modules/stitching/src/seam_finders.cpp     LOGLN("Finding seams...");
LOGLN             107 modules/stitching/src/seam_finders.cpp     LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             170 modules/stitching/src/seam_finders.cpp     LOGLN("Finding seams...");
LOGLN             198 modules/stitching/src/seam_finders.cpp     LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             121 modules/stitching/src/stitcher.cpp     LOGLN("Warping images (auxiliary)... ");
LOGLN             192 modules/stitching/src/stitcher.cpp     LOGLN("Warping images, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             204 modules/stitching/src/stitcher.cpp     LOGLN("Compositing...");
LOGLN             222 modules/stitching/src/stitcher.cpp         LOGLN("Compositing image #" << indices_[img_idx] + 1);
LOGLN             272 modules/stitching/src/stitcher.cpp             LOGLN("  resize time: " << ((getTickCount() - resize_t) / getTickFrequency()) << " sec");
LOGLN             279 modules/stitching/src/stitcher.cpp         LOGLN(" after resize time: " << ((getTickCount() - compositing_t) / getTickFrequency()) << " sec");
LOGLN             289 modules/stitching/src/stitcher.cpp         LOGLN(" warp the current image: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
LOGLN             298 modules/stitching/src/stitcher.cpp         LOGLN(" warp the current image mask: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
LOGLN             305 modules/stitching/src/stitcher.cpp         LOGLN(" compensate exposure: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
LOGLN             321 modules/stitching/src/stitcher.cpp         LOGLN(" other: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
LOGLN             332 modules/stitching/src/stitcher.cpp         LOGLN(" other2: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
LOGLN             334 modules/stitching/src/stitcher.cpp         LOGLN(" feed...");
LOGLN             340 modules/stitching/src/stitcher.cpp         LOGLN(" feed time: " << ((getTickCount() - feed_t) / getTickFrequency()) << " sec");
LOGLN             341 modules/stitching/src/stitcher.cpp         LOGLN("Compositing ## time: " << ((getTickCount() - compositing_t) / getTickFrequency()) << " sec");
LOGLN             349 modules/stitching/src/stitcher.cpp     LOGLN("blend time: " << ((getTickCount() - blend_t) / getTickFrequency()) << " sec");
LOGLN             351 modules/stitching/src/stitcher.cpp     LOGLN("Compositing, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             383 modules/stitching/src/stitcher.cpp         LOGLN("Need more images");
LOGLN             397 modules/stitching/src/stitcher.cpp     LOGLN("Finding features...");
LOGLN             443 modules/stitching/src/stitcher.cpp         LOGLN("Features in image #" << i+1 << ": " << features_[i].keypoints.size());
LOGLN             454 modules/stitching/src/stitcher.cpp     LOGLN("Finding features, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             462 modules/stitching/src/stitcher.cpp     LOGLN("Pairwise matching, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             481 modules/stitching/src/stitcher.cpp         LOGLN("Need more images");
LOGLN             372 samples/cpp/stitching_detailed.cpp         LOGLN("Need more images");
LOGLN             379 samples/cpp/stitching_detailed.cpp     LOGLN("Finding features...");
LOGLN             417 samples/cpp/stitching_detailed.cpp             LOGLN("Can't open image " << img_names[i]);
LOGLN             444 samples/cpp/stitching_detailed.cpp         LOGLN("Features in image #" << i+1 << ": " << features[i].keypoints.size());
LOGLN             454 samples/cpp/stitching_detailed.cpp     LOGLN("Finding features, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             474 samples/cpp/stitching_detailed.cpp     LOGLN("Pairwise matching, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             479 samples/cpp/stitching_detailed.cpp         LOGLN("Saving matches graph...");
LOGLN             504 samples/cpp/stitching_detailed.cpp         LOGLN("Need more images");
LOGLN             521 samples/cpp/stitching_detailed.cpp         LOGLN("Initial intrinsics #" << indices[i]+1 << ":\n" << cameras[i].K());
LOGLN             551 samples/cpp/stitching_detailed.cpp         LOGLN("Camera #" << indices[i]+1 << ":\n" << cameras[i].K());
LOGLN             572 samples/cpp/stitching_detailed.cpp     LOGLN("Warping images (auxiliary)... ");
LOGLN             664 samples/cpp/stitching_detailed.cpp     LOGLN("Warping images, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             710 samples/cpp/stitching_detailed.cpp     LOGLN("Compositing...");
LOGLN             724 samples/cpp/stitching_detailed.cpp         LOGLN("Compositing image #" << indices[img_idx]+1);
LOGLN             806 samples/cpp/stitching_detailed.cpp                 LOGLN("Multi-band blender, number of bands: " << mb->numBands());
LOGLN             812 samples/cpp/stitching_detailed.cpp                 LOGLN("Feather blender, sharpness: " << fb->sharpness());
LOGLN             841 samples/cpp/stitching_detailed.cpp         LOGLN("Compositing, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
LOGLN             846 samples/cpp/stitching_detailed.cpp     LOGLN("Finished, total time: " << ((getTickCount() - app_start_time) / getTickFrequency()) << " sec");