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

Function icvYMLWriteReal

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

Source from the content-addressed store, hash-verified

1644
1645
1646static void
1647icvYMLWriteReal( CvFileStorage* fs, const char* key, double value )
1648{
1649 char buf[128];
1650 icvYMLWrite( fs, key, icvDoubleToString( buf, value ));
1651}
1652
1653
1654static void

Callers

nothing calls this directly

Calls 2

icvYMLWriteFunction · 0.85
icvDoubleToStringFunction · 0.85

Tested by

no test coverage detected