#include <boost/format.hpp>
#include <opencv2/opencv.hpp>
Go to the source code of this file.
|
|
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) |
| |