Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ t
Method
t
deps/opencv/modules/core/src/matop.cpp:644–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
MatExpr MatExpr::t() const
645
{
646
MatExpr e;
647
op->transpose(*this, e);
648
return e;
649
}
650
651
MatExpr MatExpr::inv(int method) const
652
{
Callers
2
cvEigenVV
Function · 0.45
initUndistortRectifyMap
Method · 0.45
Calls
1
transpose
Method · 0.45
Tested by
no test coverage detected