vrcore  0.45
visuReal Messkern
 All Classes Files Functions Variables
log.h File Reference
#include <boost/format.hpp>
#include <opencv2/opencv.hpp>
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::stringstream & vr::log::getStream ()
 
const char * vr::log::getStr ()
 
template<int n>
void vr::log::vectorToStrStream (std::stringstream &ss, const cv::Vec< double, n > &v)
 
template<int n>
std::string vr::log::vectorToStr (const cv::Vec< double, n > &v)
 
template<int n>
void vr::log::writeVector (const cv::Vec< double, n > &v)
 
void vr::log::matrixToStrStream (std::stringstream &ss, const std::string &name, cv::InputArray _m)
 
std::string vr::log::matrixToStr (const std::string &name, cv::InputArray _m)
 
void vr::log::writeMatrix (const std::string &name, const cv::Mat &m)