Home
last modified time | relevance | path

Searched refs:LOGLN_CHAT (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dutil.hpp89 #define LOGLN_CHAT(msg) LOG_CHAT(msg << std::endl) macro
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp248 LOGLN_CHAT(""); in estimate()
249LOGLN_CHAT("Bundle adjustment, final RMS error: " << std::sqrt(err.dot(err) / total_num_matches_)); in estimate()
250 LOGLN_CHAT("Bundle adjustment, iterations done: " << iter); in estimate()
275LOGLN_CHAT("Bundle adjustment, time: " << ((getTickCount() - t) / getTickFrequency()) << " sec"); in estimate()
Dmatchers.cpp550 LOGLN_CHAT(""); in operator ()()
690 LOGLN_CHAT(""); in operator ()()