MCPcopy 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
583Size 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
588int MatOp::type(const MatExpr& expr) const
589{

Callers 15

copyWithMaskFunction · 0.45
~DevicePropsMethod · 0.45
getMethod · 0.45
copyWithMaskMethod · 0.45
convertMethod · 0.45
CommandLineParserMethod · 0.45
hasMethod · 0.45
getStringMethod · 0.45
printParamsMethod · 0.45
mergeMethod · 0.45
mixChannelsMethod · 0.45
convert.cppFile · 0.45

Calls 7

isTFunction · 0.85
isInvFunction · 0.85
SizeFunction · 0.85
isGEMMFunction · 0.85
isSolveFunction · 0.85
isInitializerFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected