Searched refs:matx (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dcvstd.inl.hpp201 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) argument
203 return out << Formatter::get()->format(Mat(matx));
H A Dmat.hpp51 #include "opencv2/core/matx.hpp"
181 template<typename _Tp, int m, int n> _InputArray(const Matx<_Tp, m, n>& matx);
294 template<typename _Tp, int m, int n> _OutputArray(Matx<_Tp, m, n>& matx);
309 template<typename _Tp, int m, int n> _OutputArray(const Matx<_Tp, m, n>& matx);
351 template<typename _Tp, int m, int n> _InputOutputArray(Matx<_Tp, m, n>& matx);
366 template<typename _Tp, int m, int n> _InputOutputArray(const Matx<_Tp, m, n>& matx);
H A Doperations.hpp412 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) argument
414 return print(Formatter::get()->format(cv::Mat(matx)), stream);
H A Dmatx.hpp48 # error matx.hpp header must be compiled as C++
848 //////////////////////////////// matx comma initializer //////////////////////////////////
1052 //////////////////////////////// matx comma initializer //////////////////////////////////

Completed in 216 milliseconds