Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ size
Method
size
deps/opencv/modules/core/src/matop.cpp:583–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
582
583
Size MatOp::size(const MatExpr& expr) const
584
{
585
return !expr.a.empty() ? expr.a.size() : expr.b.empty() ? expr.b.size() : expr.c.size();
586
}
587
588
int MatOp::type(const MatExpr& expr) const
589
{
Callers
15
copyWithMask
Function · 0.45
~DeviceProps
Method · 0.45
get
Method · 0.45
copyWithMask
Method · 0.45
convert
Method · 0.45
CommandLineParser
Method · 0.45
has
Method · 0.45
getString
Method · 0.45
printParams
Method · 0.45
merge
Method · 0.45
mixChannels
Method · 0.45
convert.cpp
File · 0.45
Calls
7
isT
Function · 0.85
isInv
Function · 0.85
Size
Function · 0.85
isGEMM
Function · 0.85
isSolve
Function · 0.85
isInitializer
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected