MCPcopy 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
1148MatExpr abs(const Mat& a)
1149{
1150 MatExpr e;
1151 MatOp_Bin::makeExpr(e, 'a', a, Scalar());
1152 return e;
1153}
1154
1155MatExpr abs(const MatExpr& e)
1156{

Callers 15

cvtScaleAbs_Function · 0.70
absMethod · 0.70
LUImplFunction · 0.70
hypotFunction · 0.70
JacobiImpl_Function · 0.70
JacobiSVDImpl_Function · 0.70
SVBkSbImpl_Function · 0.70
EllipseExFunction · 0.70
medianPartitionFunction · 0.70
findNearestMethod · 0.70
randn_0_1_32fFunction · 0.70
normFunction · 0.70

Calls 1

absMethod · 0.80

Tested by

no test coverage detected