MCPcopy Create free account
hub / github.com/creatale/node-dv / depth

Method depth

deps/opencv/modules/core/src/matrix.cpp:1281–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1279}
1280
1281int _InputArray::depth(int i) const
1282{
1283 return CV_MAT_DEPTH(type(i));
1284}
1285
1286int _InputArray::channels(int i) const
1287{

Callers 15

copyWithMaskFunction · 0.45
convertToFunction · 0.45
setToFunction · 0.45
copyWithMaskMethod · 0.45
convertMethod · 0.45
setToMethod · 0.45
splitMethod · 0.45
mergeMethod · 0.45
mixChannelsMethod · 0.45
extractChannelMethod · 0.45
insertChannelMethod · 0.45
convert.cppFile · 0.45

Calls 1

typeFunction · 0.50

Tested by

no test coverage detected