Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ inv
Method
inv
deps/opencv/modules/core/src/matop.cpp:651–656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
649
}
650
651
MatExpr MatExpr::inv(int method) const
652
{
653
MatExpr e;
654
op->invert(*this, method, e);
655
return e;
656
}
657
658
MatExpr MatExpr::mul(const MatExpr& e, double scale) const
659
{
Callers
1
initUndistortRectifyMap
Method · 0.45
Calls
1
invert
Method · 0.45
Tested by
no test coverage detected