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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util.hpp 89 #define LOGLN_CHAT(msg) LOG_CHAT(msg << std::endl)
93 // #define LOGLN_CHAT(msg) LOGLN(msg)
96 // #define LOGLN_CHAT(msg) do{}while(0)
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 248 LOGLN_CHAT("");
249 LOGLN_CHAT("Bundle adjustment, final RMS error: " << std::sqrt(err.dot(err) / total_num_matches_));
250 LOGLN_CHAT("Bundle adjustment, iterations done: " << iter);
275 LOGLN_CHAT("Bundle adjustment, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec");
matchers.cpp 550 LOGLN_CHAT("");
690 LOGLN_CHAT("");

Completed in 2109 milliseconds