compilation
This commit is contained in:
parent
a9c7aa92d9
commit
9f1f5aed53
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user