Home | History | Annotate | Download | only in src

Lines Matching refs:LOGLN

121     LOGLN("Warping images (auxiliary)... ");
192 LOGLN("Warping images, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
204 LOGLN("Compositing...");
222 LOGLN("Compositing image #" << indices_[img_idx] + 1);
272 LOGLN(" resize time: " << ((getTickCount() - resize_t) / getTickFrequency()) << " sec");
279 LOGLN(" after resize time: " << ((getTickCount() - compositing_t) / getTickFrequency()) << " sec");
289 LOGLN(" warp the current image: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
298 LOGLN(" warp the current image mask: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
305 LOGLN(" compensate exposure: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
321 LOGLN(" other: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
332 LOGLN(" other2: " << ((getTickCount() - pt) / getTickFrequency()) << " sec");
334 LOGLN(" feed...");
340 LOGLN(" feed time: " << ((getTickCount() - feed_t) / getTickFrequency()) << " sec");
341 LOGLN("Compositing ## time: " << ((getTickCount() - compositing_t) / getTickFrequency()) << " sec");
349 LOGLN("blend time: " << ((getTickCount() - blend_t) / getTickFrequency()) << " sec");
351 LOGLN("Compositing, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
383 LOGLN("Need more images");
397 LOGLN("Finding features...");
443 LOGLN("Features in image #" << i+1 << ": " << features_[i].keypoints.size());
454 LOGLN("Finding features, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
462 LOGLN("Pairwise matching, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
481 LOGLN("Need more images");
500 //LOGLN("Initial intrinsic parameters #" << indices_[i] + 1 << ":\n " << cameras_[i].K());
511 //LOGLN("Camera #" << indices_[i] + 1 << ":\n" << cameras_[i].K());