Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
516
void 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
524
void MatOp::transpose(const MatExpr& expr, MatExpr& res) const
Callers
1
abs
Function · 0.80
Calls
3
Mat
Class · 0.85
abs
Function · 0.70
assign
Method · 0.45
Tested by
no test coverage detected