Merge pull request #3177 from PhilLab:patch-3

This commit is contained in:
Vadim Pisarevsky 2014-09-01 06:16:29 +00:00
commit 43c2c119e9

View File

@ -198,7 +198,7 @@ std::ostream& operator << (std::ostream& out, const std::vector<Point3_<_Tp> >&
template<typename _Tp, int m, int n> static inline
std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx)
{
return out << Formatter::get()->format(matx);
return out << Formatter::get()->format(Mat(matx));
}
template<typename _Tp> static inline