Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ operator /
Function
operator /
deps/opencv/modules/core/src/matop.cpp:854–859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
852
}
853
854
MatExpr operator / (const Mat& a, const Mat& b)
855
{
856
MatExpr e;
857
MatOp_Bin::makeExpr(e,
'/'
, a, b);
858
return e;
859
}
860
861
MatExpr operator / (const Mat& a, double s)
862
{
Callers
nothing calls this directly
Calls
4
Mat
Class · 0.85
MatExpr
Function · 0.85
divide
Method · 0.45
multiply
Method · 0.45
Tested by
no test coverage detected