Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ mul
Method
mul
deps/opencv/modules/core/src/matop.cpp:658–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
MatExpr MatExpr::mul(const MatExpr& e, double scale) const
659
{
660
MatExpr en;
661
op->multiply(*this, e, en, scale);
662
return en;
663
}
664
665
MatExpr MatExpr::mul(const Mat& m, double scale) const
666
{
Callers
nothing calls this directly
Calls
4
MatExpr
Function · 0.85
kind
Method · 0.80
multiply
Method · 0.45
getMat
Method · 0.45
Tested by
no test coverage detected