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

Function icvFileNodeSeqLen

deps/opencv/modules/core/src/persistence.cpp:3565–3570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3563
3564
3565static int
3566icvFileNodeSeqLen( CvFileNode* node )
3567{
3568 return CV_NODE_IS_COLLECTION(node->tag) ? node->data.seq->total :
3569 CV_NODE_TYPE(node->tag) != CV_NODE_NONE;
3570}
3571
3572
3573static void*

Callers 4

icvReadMatFunction · 0.85
icvReadMatNDFunction · 0.85
icvReadImageFunction · 0.85
icvReadSeqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected