Commit 9f1f5aed authored by Anatoly Baksheev's avatar Anatoly Baksheev

compilation

parent a9c7aa92
......@@ -435,7 +435,7 @@ int print(const std::vector<Point3_<_Tp> >& vec, FILE* stream = stdout)
template<typename _Tp, int m, int n> static inline
int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout)
{
return print(Formatter::get()->format(matx), stream);
return print(Formatter::get()->format(cv::Mat(matx)), stream);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment