Searched defs:Matx (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Deigen.hpp79 // Matx case
82 Matx<_Tp, _rows, _cols>& dst )
86 dst = Matx<_Tp, _cols, _rows>(static_cast<const _Tp*>(src.data())).t();
90 dst = Matx<_Tp, _rows, _cols>(static_cast<const _Tp*>(src.data()));
121 // Matx case
123 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, argument
167 // Matx case
169 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, argument
211 // Matx case
213 void cv2eigen( const Matx<_T argument
258 cv2eigen( const Matx<_Tp, 1, _cols>& src, Eigen::Matrix<_Tp, 1, Eigen::Dynamic>& dst ) argument
[all...]
H A Dcvstd.inl.hpp201 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) argument
H A Dmatx.hpp77 available. To do an operation on Matx that is not implemented, you can easily convert the matrix to
86 template<typename _Tp, int m, int n> class Matx class in namespace:cv
98 typedef Matx<_Tp, m, n> mat_type;
99 typedef Matx<_Tp, shortdim, 1> diag_type;
102 Matx();
104 Matx(_Tp v0); //!< 1x1 matrix
105 Matx(_Tp v0, _Tp v1); //!< 1x2 or 2x1 matrix
106 Matx(_Tp v0, _Tp v1, _Tp v2); //!< 1x3 or 3x1 matrix
107 Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3); //!< 1x4, 2x2 or 4x1 matrix
108 Matx(_T
427 operator ()(const Matx<_Tp, m, m>& a) const argument
441 operator ()(const Matx<_Tp, 1, 1>& a) const argument
449 operator ()(const Matx<_Tp, 2, 2>& a) const argument
457 operator ()(const Matx<_Tp, 3, 3>& a) const argument
482 Matx<_Tp, m, n>::Matx() function in class:cv::Matx
488 Matx<_Tp, m, n>::Matx(_Tp v0) function in class:cv::Matx
495 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1) function in class:cv::Matx
503 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2) function in class:cv::Matx
511 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3) function in class:cv::Matx
519 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4) function in class:cv::Matx
527 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5) function in class:cv::Matx
536 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6) function in class:cv::Matx
545 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7) function in class:cv::Matx
554 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8) function in class:cv::Matx
564 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9) function in class:cv::Matx
575 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9, _Tp v10, _Tp v11) function in class:cv::Matx
584 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9, _Tp v10, _Tp v11, _Tp v12, _Tp v13, _Tp v14, _Tp v15) function in class:cv::Matx
594 Matx<_Tp, m, n>::Matx(const _Tp* values) function in class:cv::Matx
629 dot(const Matx<_Tp, m, n>& M) const argument
637 ddot(const Matx<_Tp, m, n>& M) const argument
645 diag(const typename Matx<_Tp,m,n>::diag_type& d) argument
737 Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp) argument
744 Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp) argument
751 Matx(const Matx<_Tp, m, n>& a, _T2 alpha, Matx_ScaleOp) argument
758 Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp) argument
765 Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_DivOp) argument
772 Matx(const Matx<_Tp, m, l>& a, const Matx<_Tp, l, n>& b, Matx_MatMulOp) argument
785 Matx(const Matx<_Tp, n, m>& a, Matx_TOp) argument
793 mul(const Matx<_Tp, m, n>& a) const argument
799 div(const Matx<_Tp, m, n>& a) const argument
818 determinant(const Matx<_Tp, m, m>& a) argument
824 trace(const Matx<_Tp, m, n>& a) argument
833 norm(const Matx<_Tp, m, n>& M) argument
839 norm(const Matx<_Tp, m, n>& M, int normType) argument
851 operator <<(const Matx<_Tp, m, n>& mtx, _T2 val) argument
[all...]
H A Doperations.hpp59 ////////////////////////////// Matx methods depending on core API /////////////////////////////
66 bool operator()(const Matx<_Tp, m, m>& a, Matx<_Tp, m, m>& b, int method) const argument
68 Matx<_Tp, m, m> temp = a;
83 bool operator()(const Matx<_Tp, 2, 2>& a, Matx<_Tp, 2, 2>& b, int) const argument
99 bool operator()(const Matx<_Tp, 3, 3>& a, Matx<_Tp, 3, 3>& b, int) const argument
123 bool operator()(const Matx<_Tp, m, m>& a, const Matx<_T argument
137 operator ()(const Matx<_Tp, 2, 2>& a, const Matx<_Tp, 2, 1>& b, Matx<_Tp, 2, 1>& x, int) const argument
152 operator ()(const Matx<_Tp, 3, 3>& a, const Matx<_Tp, 3, 1>& b, Matx<_Tp, 3, 1>& x, int) const argument
209 solve(const Matx<_Tp, m, l>& rhs, int method) const argument
301 compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>& vt ) argument
310 compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w ) argument
319 backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, const Matx<_Tp, n, nm>& vt, const Matx<_Tp, m, nb>& rhs, Matx<_Tp, n, nb>& dst ) argument
412 print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) argument
[all...]
H A Dmat.inl.hpp93 _InputArray::_InputArray(const Matx<_Tp, m, n>& mtx) argument
164 _OutputArray::_OutputArray(Matx<_Tp, m, n>& mtx)
188 _OutputArray::_OutputArray(const Matx<_Tp, m, n>& mtx) argument
254 _InputOutputArray::_InputOutputArray(Matx<_Tp, m, n>& mtx)
278 _InputOutputArray::_InputOutputArray(const Matx<_Tp, m, n>& mtx) argument
489 Mat::Mat(const Matx<_Tp,m,n>& M, bool copyData) argument
1061 Mat::operator Matx<_Tp, m, n>() const
1066 return Matx<_Tp, m, n>((_Tp*)data);
1067 Matx<_Tp, m, n> mtx;
1282 Mat_<_Tp>::Mat_(const Matx<typenam
[all...]
H A Dtypes.hpp1262 Point_<_Tp> operator * (const Matx<_Tp, 2, 2>& a, const Point_<_Tp>& b) argument
1264 Matx<_Tp, 2, 1> tmp = a * Vec<_Tp,2>(b.x, b.y);
1269 Point3_<_Tp> operator * (const Matx<_Tp, 3, 3>& a, const Point_<_Tp>& b) argument
1271 Matx<_Tp, 3, 1> tmp = a * Vec<_Tp,3>(b.x, b.y, 1);
1506 Point3_<_Tp> operator * (const Matx<_Tp, 3, 3>& a, const Point3_<_Tp>& b) argument
1508 Matx<_Tp, 3, 1> tmp = a * Vec<_Tp,3>(b.x, b.y, b.z);
1513 Matx<_Tp, 4, 1> operator * (const Matx<_Tp, 4, 4>& a, const Point3_<_Tp>& b) argument
1515 return a * Matx<_Tp, 4, 1>(b.x, b.y, b.z, 1);
2161 Scalar operator * (const Matx<_T argument
2168 operator *(const Matx<double, 4, 4>& a, const Scalar& b) argument
[all...]

Completed in 132 milliseconds