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

Function icvXMLWriteInt

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

Source from the content-addressed store, hash-verified

2507
2508
2509static void
2510icvXMLWriteInt( CvFileStorage* fs, const char* key, int value )
2511{
2512 char buf[128], *ptr = icv_itoa( value, buf, 10 );
2513 int len = (int)strlen(ptr);
2514 icvXMLWriteScalar( fs, key, ptr, len );
2515}
2516
2517
2518static void

Callers

nothing calls this directly

Calls 2

icv_itoaFunction · 0.85
icvXMLWriteScalarFunction · 0.85

Tested by

no test coverage detected