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

Function cvWriteString

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

Source from the content-addressed store, hash-verified

2992
2993
2994CV_IMPL void
2995cvWriteString( CvFileStorage* fs, const char* key, const char* value, int quote )
2996{
2997 CV_CHECK_OUTPUT_FILE_STORAGE(fs);
2998 fs->write_string( fs, key, value, quote );
2999}
3000
3001
3002CV_IMPL void

Callers 9

icvWriteMatFunction · 0.85
icvWriteMatNDFunction · 0.85
icvWriteSparseMatFunction · 0.85
icvWriteImageFunction · 0.85
icvWriteHeaderDataFunction · 0.85
icvWriteSeqFunction · 0.85
icvWriteGraphFunction · 0.85
writeFunction · 0.85
writeScalarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected