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

Method readObj

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

Source from the content-addressed store, hash-verified

5336}
5337
5338void* FileNode::readObj() const
5339{
5340 if( !fs || !node )
5341 return 0;
5342 return cvRead( (CvFileStorage*)fs, (CvFileNode*)node );
5343}
5344
5345FileNodeIterator::FileNodeIterator()
5346{

Callers

nothing calls this directly

Calls 1

cvReadFunction · 0.85

Tested by

no test coverage detected