Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ abs
Function
abs
deps/opencv/modules/core/src/matop.cpp:1148–1153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1146
}
1147
1148
MatExpr abs(const Mat& a)
1149
{
1150
MatExpr e;
1151
MatOp_Bin::makeExpr(e,
'a'
, a, Scalar());
1152
return e;
1153
}
1154
1155
MatExpr abs(const MatExpr& e)
1156
{
Callers
15
cvtScaleAbs_
Function · 0.70
abs
Method · 0.70
LUImpl
Function · 0.70
hypot
Function · 0.70
JacobiImpl_
Function · 0.70
JacobiSVDImpl_
Function · 0.70
SVBkSbImpl_
Function · 0.70
EllipseEx
Function · 0.70
medianPartition
Function · 0.70
findNearest
Method · 0.70
randn_0_1_32f
Function · 0.70
norm
Function · 0.70
Calls
1
abs
Method · 0.80
Tested by
no test coverage detected