MCPcopy Create free account
hub / github.com/creatale/node-dv / makeExpr

Method makeExpr

deps/opencv/modules/core/src/matop.cpp:1200–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198}
1199
1200inline 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

Callers

nothing calls this directly

Calls 3

MatExprFunction · 0.85
MatClass · 0.85

Tested by

no test coverage detected