Lines Matching refs:LOGLN

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