Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5338
void* FileNode::readObj() const
5339
{
5340
if( !fs || !node )
5341
return 0;
5342
return cvRead( (CvFileStorage*)fs, (CvFileNode*)node );
5343
}
5344
5345
FileNodeIterator::FileNodeIterator()
5346
{
Callers
nothing calls this directly
Calls
1
cvRead
Function · 0.85
Tested by
no test coverage detected