| 1198 | } |
| 1199 | |
| 1200 | inline void MatOp_Identity::makeExpr(MatExpr& res, const Mat& m) |
| 1201 | { |
| 1202 | res = MatExpr(&g_MatOp_Identity, 0, m, Mat(), Mat(), 1, 0); |
| 1203 | } |
| 1204 | |
| 1205 | ///////////////////////////////////////////////////////////////////////////////////////////////////// |
| 1206 |
nothing calls this directly
no test coverage detected