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

Function icvXMLWriteReal

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

Source from the content-addressed store, hash-verified

2516
2517
2518static void
2519icvXMLWriteReal( CvFileStorage* fs, const char* key, double value )
2520{
2521 char buf[128];
2522 int len = (int)strlen( icvDoubleToString( buf, value ));
2523 icvXMLWriteScalar( fs, key, buf, len );
2524}
2525
2526
2527static void

Callers

nothing calls this directly

Calls 2

icvDoubleToStringFunction · 0.85
icvXMLWriteScalarFunction · 0.85

Tested by

no test coverage detected