Hugintrunk
0.1
|
#include <iostream>
Go to the source code of this file.
Macros | |
#define | TRACE_INFO(x) { std::ostringstream buf; buf << x; std::cout << buf.str(); std::cout.flush();} |
#define | TRACE_DEBUG(x) |
#define | TRACE_ERROR(x) { std::ostringstream buf; buf << x; std::cerr << buf.str(); std::cerr.flush(); } |
#define TRACE_ERROR | ( | x | ) | { std::ostringstream buf; buf << x; std::cerr << buf.str(); std::cerr.flush(); } |
#define TRACE_INFO | ( | x | ) | { std::ostringstream buf; buf << x; std::cout << buf.str(); std::cout.flush();} |
Definition at line 26 of file Tracer.h.
Referenced by PanoDetector::AnalyzeImage(), PanoDetector::match(), PanoDetector::matchMultiRow(), PanoDetector::matchPrealigned(), and PanoDetector::run().