Home
last modified time | relevance | path

Searched refs:Matx_AddOp (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp64 struct CV_EXPORTS Matx_AddOp {}; struct
179 Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp);
349 Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp);
737 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp) in Matx() argument
933 Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp op) in Vec()
1108 return Matx<_Tp, m, n>(a, b, Matx_AddOp()); in operator +()
1236 return Vec<_Tp, cn>(a, b, Matx_AddOp()); in operator +()