#include <cxmat.hpp>
Inherits cv::MatExpr_Base_< M >.
List of all members.
Public Member Functions |
| MatExpr_ (const E &_e) |
| ~MatExpr_ () |
| operator M () const |
void | assignTo (M &m, int type=-1) const |
M | row (int y) const |
M | col (int x) const |
M | diag (int d=0) const |
M | operator() (const Range &rowRange, const Range &colRange) const |
M | operator() (const Rect &roi) const |
M | cross (const M &m) const |
double | dot (const M &m) const |
MatExpr_< MatExpr_Op2_< M,
double, M, MatOp_T_< Mat >
>, M > | t () const |
MatExpr_< MatExpr_Op2_< M, int,
M, MatOp_Inv_< Mat > >, M > | inv (int method=DECOMP_LU) const |
MatExpr_< MatExpr_Op4_< M, M,
double, char, M, MatOp_MulDiv_
< Mat > >, M > | mul (const M &m, double scale=1) const |
template<typename A > |
MatExpr_< MatExpr_Op4_< M, M,
double, char, M, MatOp_MulDiv_
< Mat > >, M > | mul (const MatExpr_< A, M > &m, double scale=1) const |
Public Attributes |
E | e |
template<typename E, typename M>
class cv::MatExpr_< E, M >
Constructor & Destructor Documentation
template<typename E, typename M>
template<typename E, typename M>
Member Function Documentation
template<typename E, typename M>
template<typename E, typename M>
void cv::MatExpr_< E, M >::assignTo |
( |
M & |
m, |
|
|
int |
type = -1 |
|
) |
| const [virtual] |
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename E, typename M>
template<typename A >
Member Data Documentation
template<typename E, typename M>
The documentation for this class was generated from the following file: