Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ cvEndWriteStruct
Function
cvEndWriteStruct
deps/opencv/modules/core/src/persistence.cpp:2970–2975 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2968
2969
2970
CV_IMPL void
2971
cvEndWriteStruct( CvFileStorage* fs )
2972
{
2973
CV_CHECK_OUTPUT_FILE_STORAGE(fs);
2974
fs->end_write_struct( fs );
2975
}
2976
2977
2978
CV_IMPL void
Callers
14
icvClose
Function · 0.85
icvWriteMat
Function · 0.85
icvWriteMatND
Function · 0.85
icvWriteSparseMat
Function · 0.85
icvWriteImage
Function · 0.85
icvWriteHeaderData
Function · 0.85
icvWriteSeq
Function · 0.85
icvWriteSeqTree
Function · 0.85
icvWriteGraph
Function · 0.85
~FileStorage
Method · 0.85
persistence.cpp
File · 0.85
~WriteStructContext
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected