Searched refs:matx (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | cvstd.inl.hpp | 201 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) in operator <<() argument 203 return out << Formatter::get()->format(Mat(matx)); in operator <<()
|
D | mat.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);
|
D | operations.hpp | 412 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) in print() argument 414 return print(Formatter::get()->format(cv::Mat(matx)), stream); in print()
|
D | matx.hpp | 48 # error matx.hpp header must be compiled as C++
|