Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ cvWriteComment
Function
cvWriteComment
deps/opencv/modules/core/src/persistence.cpp:3002–3007 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3000
3001
3002
CV_IMPL void
3003
cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment )
3004
{
3005
CV_CHECK_OUTPUT_FILE_STORAGE(fs);
3006
fs->write_comment( fs, comment, eol_comment );
3007
}
3008
3009
3010
CV_IMPL void
Callers
1
cvSave
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected