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

Function cvWriteReal

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

Source from the content-addressed store, hash-verified

2984
2985
2986CV_IMPL void
2987cvWriteReal( CvFileStorage* fs, const char* key, double value )
2988{
2989 CV_CHECK_OUTPUT_FILE_STORAGE(fs);
2990 fs->write_real( fs, key, value );
2991}
2992
2993
2994CV_IMPL void

Callers 2

writeFunction · 0.85
writeScalarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected