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

Method abs

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

Source from the content-addressed store, hash-verified

514
515
516void MatOp::abs(const MatExpr& expr, MatExpr& res) const
517{
518 Mat m;
519 expr.op->assign(expr, m);
520 MatOp_Bin::makeExpr(res, 'a', m, Mat());
521}
522
523
524void MatOp::transpose(const MatExpr& expr, MatExpr& res) const

Callers 1

absFunction · 0.80

Calls 3

MatClass · 0.85
absFunction · 0.70
assignMethod · 0.45

Tested by

no test coverage detected