HomeSort by relevance Sort by last modified time
    Searched refs:LOGLN (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/stitching/src/
stitcher.cpp 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")
    [all...]
motion_estimators.cpp 110 LOGLN("Estimating rotations...");
169 LOGLN("Estimating rotations, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
606 LOGLN("Wave correcting...");
612 LOGLN("Wave correcting, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
681 LOGLN("Wave correcting, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
802 LOGLN(").");
803 LOGLN("Try to decrease the match confidence threshold and/or check if you're stitching duplicates.");
exposure_compensate.cpp 74 LOGLN("Exposure compensation...");
144 LOGLN("Exposure compensation, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
autocalib.cpp 135 LOGLN("Can't estimate focal length, will use naive approach");
blenders.cpp 319 LOGLN(" Add border to the source image, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
330 LOGLN(" Create the source image Laplacian pyramid, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
356 LOGLN(" Create the weight map Gaussian pyramid, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
428 LOGLN(" Add weighted layer of the source image to the final Laplacian pyramid layer, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
seam_finders.cpp 52 LOGLN("Finding seams...");
68 LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
94 LOGLN("Finding seams...");
107 LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
170 LOGLN("Finding seams...");
198 LOGLN("Finding seams, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
    [all...]
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 372 LOGLN("Need more images");
379 LOGLN("Finding features...");
417 LOGLN("Can't open image " << img_names[i]);
444 LOGLN("Features in image #" << i+1 << ": " << features[i].keypoints.size());
454 LOGLN("Finding features, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
474 LOGLN("Pairwise matching, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
479 LOGLN("Saving matches graph...");
504 LOGLN("Need more images");
521 LOGLN("Initial intrinsics #" << indices[i]+1 << ":\n" << cameras[i].K());
551 LOGLN("Camera #" << indices[i]+1 << ":\n" << cameras[i].K())
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util.hpp 88 #define LOGLN(msg) LOG(msg << std::endl)
93 // #define LOGLN_CHAT(msg) LOGLN(msg)

Completed in 506 milliseconds